projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-10-27
Magnus Hagander
Clarify that --system reindexes system catalogs *only*
commit
|
commitdiff
|
tree
2021-10-26
Daniel Gustafsson
Ensure that slots are zeroed before use
commit
|
commitdiff
|
tree
2021-10-26
Amit Kapila
Revert "Remove unused wait events."
commit
|
commitdiff
|
tree
2021-10-26
Thomas Munro
Reject huge_pages=on if shared_memory_type=sysv.
commit
|
commitdiff
|
tree
2021-10-24
Noah Misch
Fix CREATE INDEX CONCURRENTLY for the newest prepared...
commit
|
commitdiff
|
tree
2021-10-24
Noah Misch
Avoid race in RelationBuildDesc() affecting CREATE...
commit
|
commitdiff
|
tree
2021-10-23
Michael Paquier
doc: Describe calculation method of streaming start...
commit
|
commitdiff
|
tree
2021-10-22
Tom Lane
Fix frontend version of sh_error() in simplehash.h.
commit
|
commitdiff
|
tree
2021-10-22
Tom Lane
pg_dump: fix mis-dumping of non-global default privileges.
commit
|
commitdiff
|
tree
2021-10-22
Andrew Dunstan
Add module build directory to the PATH for TAP tests
commit
|
commitdiff
|
tree
2021-10-21
Amit Kapila
Back-patch "Add parent table name in an error in reorde...
commit
|
commitdiff
|
tree
2021-10-21
Amit Kapila
Remove unused wait events.
commit
|
commitdiff
|
tree
2021-10-21
Michael Paquier
Fix corruption of pg_shdepend when copying deps from...
commit
|
commitdiff
|
tree
2021-10-20
Alvaro Herrera
Protect against collation variations in test
commit
|
commitdiff
|
tree
2021-10-20
Michael Paquier
Fix build of MSVC with OpenSSL 3.0.0
commit
|
commitdiff
|
tree
2021-10-19
Alvaro Herrera
Ensure correct lock level is used in ALTER ... RENAME
commit
|
commitdiff
|
tree
2021-10-19
Andres Freund
Adapt src/test/ldap/t/001_auth.pl to work with openldap...
commit
|
commitdiff
|
tree
2021-10-19
Tom Lane
Fix assignment to array of domain over composite.
commit
|
commitdiff
|
tree
2021-10-19
Tom Lane
Remove bogus assertion in transformExpressionList().
commit
|
commitdiff
|
tree
2021-10-19
Daniel Gustafsson
Fix bug in TOC file error message printing
commit
|
commitdiff
|
tree
2021-10-19
Daniel Gustafsson
Fix sscanf limits in pg_basebackup and pg_dump
commit
|
commitdiff
|
tree
2021-10-19
Michael Paquier
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname...
commit
|
commitdiff
|
tree
2021-10-18
Alvaro Herrera
Invalidate partitions of table being attached/detached
commit
|
commitdiff
|
tree
2021-10-18
Michael Paquier
Reset properly snapshot export state during transaction...
commit
|
commitdiff
|
tree
2021-10-16
Tom Lane
Avoid core dump in pg_dump when dumping from pre-8...
commit
|
commitdiff
|
tree
2021-10-16
Tom Lane
Make pg_dump acquire lock on partitioned tables that...
commit
|
commitdiff
|
tree
2021-10-15
Andrew Dunstan
Fix PostgresNode install_path sanity tests that fail...
commit
|
commitdiff
|
tree
2021-10-14
Peter Geoghegan
Remove unstable pg_amcheck tests.
commit
|
commitdiff
|
tree
2021-10-14
Jeff Davis
Check criticalSharedRelcachesBuilt in GetSharedSecurity...
commit
|
commitdiff
|
tree
2021-10-14
Tom Lane
Fix planner error with pulling up subquery expressions...
commit
|
commitdiff
|
tree
2021-10-13
Alvaro Herrera
Change recently added test code for stability
commit
|
commitdiff
|
tree
2021-10-13
Peter Geoghegan
pg_amcheck: avoid unhelpful verification attempts.
commit
|
commitdiff
|
tree
2021-10-13
Etsuro Fujita
postgres_fdw: Move comments about elog level in (sub...
commit
|
commitdiff
|
tree
2021-10-13
Michael Paquier
Fix use-after-free with multirange types in CREATE...
commit
|
commitdiff
|
tree
2021-10-13
Michael Paquier
Fix tests of pg_upgrade across different major versions
commit
|
commitdiff
|
tree
2021-10-12
Peter Geoghegan
Doc: normalize vacuum_multixact_failsafe_age ID.
commit
|
commitdiff
|
tree
2021-10-12
Michael Paquier
Add more $Test::Builder::Level in the TAP tests
commit
|
commitdiff
|
tree
2021-10-12
Fujii Masao
Make autovacuum launcher more responsive to pg_log_back...
commit
|
commitdiff
|
tree
2021-10-12
Peter Geoghegan
amcheck: Skip unlogged relations in Hot Standby.
commit
|
commitdiff
|
tree
2021-10-11
Tom Lane
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
commit
|
commitdiff
|
tree
2021-10-07
Etsuro Fujita
postgres_fdw: Fix comments in connection.c.
commit
|
commitdiff
|
tree
2021-10-07
Etsuro Fujita
Add missing word to comment in joinrels.c.
commit
|
commitdiff
|
tree
2021-10-06
Tom Lane
Fix null-pointer crash in postgres_fdw's conversion_err...
commit
|
commitdiff
|
tree
2021-10-06
Dean Rasheed
Fix corner-case loss of precision in numeric_power().
commit
|
commitdiff
|
tree
2021-10-06
Michael Paquier
Fix warning in TAP test of pg_verifybackup
commit
|
commitdiff
|
tree
2021-10-05
Tom Lane
Doc: improve description of UNION/INTERSECT/EXCEPT...
commit
|
commitdiff
|
tree
2021-10-04
Bruce Momjian
doc: remove URL for ICU explorer/locexp
commit
|
commitdiff
|
tree
2021-10-04
Andres Freund
Fix TestLib::slurp_file() with offset on windows.
commit
|
commitdiff
|
tree
2021-10-04
Tom Lane
Update our mapping of Windows time zone names some...
commit
|
commitdiff
|
tree
2021-10-04
Tom Lane
Doc: fix minor issues in GiST support function document...
commit
|
commitdiff
|
tree
2021-10-04
Michael Paquier
Fix snapshot builds during promotion of hot standby...
commit
|
commitdiff
|
tree
2021-10-03
Tom Lane
Fix checking of query type in plpgsql's RETURN QUERY...
commit
|
commitdiff
|
tree
2021-10-02
Tom Lane
Update our mapping of Windows time zone names using...
commit
|
commitdiff
|
tree
2021-10-02
Tom Lane
Re-alphabetize the win32_tzmap[] array.
commit
|
commitdiff
|
tree
2021-10-01
Andres Freund
Reference test binary using TESTDIR in 001_libpq_pipeli...
commit
|
commitdiff
|
tree
2021-10-01
Alvaro Herrera
Error out if SKIP LOCKED and WITH TIES are both specified
commit
|
commitdiff
|
tree
2021-10-01
Alvaro Herrera
Remove unstable, unnecessary test; fix typo
commit
|
commitdiff
|
tree
2021-10-01
Daniel Gustafsson
Fix memory leak in pg_hmac
commit
|
commitdiff
|
tree
2021-10-01
Tom Lane
Avoid believing incomplete MCV-only stats in get_variab...
commit
|
commitdiff
|
tree
2021-10-01
Tom Lane
Fix Portal snapshot tracking to handle subtransactions...
commit
|
commitdiff
|
tree
2021-10-01
Amit Kapila
Doc: Move pg_stat_replication_slots view to "Collected...
commit
|
commitdiff
|
tree
2021-09-30
Tom Lane
Remove gratuitous environment dependency in 002_types...
commit
|
commitdiff
|
tree
2021-09-30
Alvaro Herrera
Repair two portability oversights of new test
commit
|
commitdiff
|
tree
2021-09-29
Alvaro Herrera
Fix WAL replay in presence of an incomplete record
commit
|
commitdiff
|
tree
2021-09-29
Bruce Momjian
doc: PG 14 relnotes, improve cache invalidation wording
commit
|
commitdiff
|
tree
2021-09-29
Fujii Masao
pgbench: Fix handling of socket errors during benchmark.
commit
|
commitdiff
|
tree
2021-09-29
Fujii Masao
pgbench: Correct log level of message output when socke...
commit
|
commitdiff
|
tree
2021-09-29
Michael Paquier
Clarify use of "statistics objects" in the code
commit
|
commitdiff
|
tree
2021-09-29
Michael Paquier
doc: Fix some typos and markups
commit
|
commitdiff
|
tree
2021-09-28
Tom Lane
Fix instability in contrib/bloom TAP tests.
commit
|
commitdiff
|
tree
2021-09-28
Bruce Momjian
doc: adjust attributions in PG 14 release notes
commit
|
commitdiff
|
tree
2021-09-28
Magnus Hagander
Properly schema-prefix reference to pg_catalog.pg_get_s...
commit
|
commitdiff
|
tree
2021-09-27
Tom Lane
Stamp 14.0.
REL_14_0
commit
|
commitdiff
|
tree
2021-09-27
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2021-09-27
Peter Eisentraut
Update list of acknowledgments in release notes
commit
|
commitdiff
|
tree
2021-09-26
Michael Paquier
Fix typos in docs
commit
|
commitdiff
|
tree
2021-09-25
Tom Lane
Doc: final(?) updates for 14.0 release notes.
commit
|
commitdiff
|
tree
2021-09-25
Tom Lane
Doc: extend warnings about collation-mismatch hazards...
commit
|
commitdiff
|
tree
2021-09-25
Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy...
commit
|
commitdiff
|
tree
2021-09-25
Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto
commit
|
commitdiff
|
tree
2021-09-25
Michael Paquier
doc: Improve description of index vacuuming with GUCs
commit
|
commitdiff
|
tree
2021-09-25
Michael Paquier
doc: Add missing markup in CREATE EVENT TRIGGER page
commit
|
commitdiff
|
tree
2021-09-23
Peter Eisentraut
Add missing $Test::Builder::Level settings
commit
|
commitdiff
|
tree
2021-09-23
Alexander Korotkov
Split macros from visibilitymap.h into a separate header
commit
|
commitdiff
|
tree
2021-09-23
Tomas Vondra
Release memory allocated by dependency_degree
commit
|
commitdiff
|
tree
2021-09-23
Tomas Vondra
Free memory after building each statistics object
commit
|
commitdiff
|
tree
2021-09-22
Amit Kapila
Invalidate all partitions for a partitioned table in...
commit
|
commitdiff
|
tree
2021-09-22
Peter Geoghegan
Fix "single value strategy" index deletion issue.
commit
|
commitdiff
|
tree
2021-09-21
Michael Paquier
Fix places in TestLib.pm in need of adaptation to the...
commit
|
commitdiff
|
tree
2021-09-21
Tom Lane
Fix misevaluation of STABLE parameters in CALL within...
commit
|
commitdiff
|
tree
2021-09-21
Alvaro Herrera
Document XLOG_INCLUDE_XID a little better
commit
|
commitdiff
|
tree
2021-09-20
Tom Lane
Stamp 14rc1.
REL_14_RC1
commit
|
commitdiff
|
tree
2021-09-20
Peter Geoghegan
Remove overzealous index deletion assertion.
commit
|
commitdiff
|
tree
2021-09-20
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2021-09-20
Peter Eisentraut
doc: Replace characters that the PDF build cannot handle
commit
|
commitdiff
|
tree
2021-09-20
Peter Eisentraut
Update list of acknowledgments in release notes
commit
|
commitdiff
|
tree
2021-09-19
Tomas Vondra
Disallow extended statistics on system columns
commit
|
commitdiff
|
tree
2021-09-19
Tom Lane
Doc: further tweaking of v14 release notes.
commit
|
commitdiff
|
tree
2021-09-19
Tom Lane
Doc: fix typos.
commit
|
commitdiff
|
tree
2021-09-18
Tom Lane
Doc: copy-editing for v14 release notes.
commit
|
commitdiff
|
tree
next