index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
StartupXLOG: Don't repeatedly disable/enable local xlog insertion.
Robert Haas
2021-10-25
*
StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.
Robert Haas
2021-10-25
*
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-25
*
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-25
*
Fix minor memory leaks in pg_dump.
Tom Lane
2021-10-24
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
doc: Describe calculation method of streaming start for pg_receivewal
Michael Paquier
2021-10-23
*
In pg_dump, use simplehash.h to look up dumpable objects by OID.
Tom Lane
2021-10-22
*
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-22
*
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-22
*
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-22
*
Doc: clarify a critical and undocumented aspect of simplehash.h.
Tom Lane
2021-10-21
*
Fix SSL tests on 32-bit Perl
Daniel Gustafsson
2021-10-21
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Fix corruption of pg_shdepend when copying deps from template database
Michael Paquier
2021-10-21
*
Improve pg_regress.c's infrastructure for issuing psql commands.
Tom Lane
2021-10-20
*
Protect against collation variations in test
Alvaro Herrera
2021-10-20
*
Fix build of MSVC with OpenSSL 3.0.0
Michael Paquier
2021-10-20
*
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
*
pg_dump: Reorganize getTables()
Tom Lane
2021-10-19
*
Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.
Andres Freund
2021-10-19
*
Refactor the sslfiles Makefile target for ease of use
Daniel Gustafsson
2021-10-19
*
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
*
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-19
*
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
*
Fix sscanf limits in pg_basebackup and pg_dump
Daniel Gustafsson
2021-10-19
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Fix parallel sort, broken by the balanced merge patch.
Heikki Linnakangas
2021-10-18
*
Fix duplicate typedef LogicalTape.
Heikki Linnakangas
2021-10-18
*
Fix format modifier used in elog.
Heikki Linnakangas
2021-10-18
*
Replace polyphase merge algorithm with a simple balanced k-way merge.
Heikki Linnakangas
2021-10-18
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Fix portability issues in new TAP tests of psql
Michael Paquier
2021-10-18
*
Avoid core dump in pg_dump when dumping from pre-8.3 server.
Tom Lane
2021-10-16
*
Make pg_dump acquire lock on partitioned tables that are to be dumped.
Tom Lane
2021-10-16
*
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-15
*
Fix PostgresNode install_path sanity tests that fail on Windows
Andrew Dunstan
2021-10-15
*
Remove unstable pg_amcheck tests.
Peter Geoghegan
2021-10-14
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-14
*
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-14
*
Postpone some end-of-recovery operations related to allowing WAL.
Robert Haas
2021-10-14
*
Change recently added test code for stability
Alvaro Herrera
2021-10-13
*
pg_amcheck: avoid unhelpful verification attempts.
Peter Geoghegan
2021-10-13
*
Refactor some end-of-recovery code out of StartupXLOG().
Robert Haas
2021-10-13
*
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-13
[next]