aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis2021-10-26
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-27
* Ensure that slots are zeroed before useDaniel Gustafsson2021-10-26
* doc: Fix grammar in page of pg_receivewalMichael Paquier2021-10-26
* Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOTMichael Paquier2021-10-26
* Allow pg_receivewal to stream from a slot's restart LSNMichael Paquier2021-10-26
* Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro2021-10-26
* Initialize variable to placate compiler.Robert Haas2021-10-25
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas2021-10-25
* Remove useless code from CreateReplicationSlot.Robert Haas2021-10-25
* StartupXLOG: Don't repeatedly disable/enable local xlog insertion.Robert Haas2021-10-25
* StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.Robert Haas2021-10-25
* Clarify the logic in a few places in the new balanced merge code.Heikki Linnakangas2021-10-25
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-25
* Fix minor memory leaks in pg_dump.Tom Lane2021-10-24
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* doc: Describe calculation method of streaming start for pg_receivewalMichael Paquier2021-10-23
* In pg_dump, use simplehash.h to look up dumpable objects by OID.Tom Lane2021-10-22
* Fix frontend version of sh_error() in simplehash.h.Tom Lane2021-10-22
* pg_dump: fix mis-dumping of non-global default privileges.Tom Lane2021-10-22
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane2021-10-21
* Fix SSL tests on 32-bit PerlDaniel Gustafsson2021-10-21
* Remove unused wait events.Amit Kapila2021-10-21
* Fix corruption of pg_shdepend when copying deps from template databaseMichael Paquier2021-10-21
* Improve pg_regress.c's infrastructure for issuing psql commands.Tom Lane2021-10-20
* Protect against collation variations in testAlvaro Herrera2021-10-20
* Fix build of MSVC with OpenSSL 3.0.0Michael Paquier2021-10-20
* Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera2021-10-19
* pg_dump: Reorganize getTables()Tom Lane2021-10-19
* Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund2021-10-19
* Refactor the sslfiles Makefile target for ease of useDaniel Gustafsson2021-10-19
* Fix assignment to array of domain over composite.Tom Lane2021-10-19
* Remove bogus assertion in transformExpressionList().Tom Lane2021-10-19
* Fix bug in TOC file error message printingDaniel Gustafsson2021-10-19
* Fix sscanf limits in pg_basebackup and pg_dumpDaniel Gustafsson2021-10-19
* Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier2021-10-19
* Invalidate partitions of table being attached/detachedAlvaro Herrera2021-10-18
* Fix parallel sort, broken by the balanced merge patch.Heikki Linnakangas2021-10-18
* Fix duplicate typedef LogicalTape.Heikki Linnakangas2021-10-18
* Fix format modifier used in elog.Heikki Linnakangas2021-10-18
* Replace polyphase merge algorithm with a simple balanced k-way merge.Heikki Linnakangas2021-10-18
* Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas2021-10-18
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix portability issues in new TAP tests of psqlMichael Paquier2021-10-18
* Avoid core dump in pg_dump when dumping from pre-8.3 server.Tom Lane2021-10-16