Commit Graph

52433 Commits (77ea4f94393eb4a16df32b573bf053bedaef2e09)
 

Author SHA1 Message Date
Jeff Davis 77ea4f9439 Grant memory views to pg_read_all_stats. 4 years ago
Daniel Gustafsson 8af57ad815 Fix typos in comments 4 years ago
Peter Geoghegan c2381b5104 Fix ordering of items in nbtree error message. 4 years ago
Daniel Gustafsson 349cd8c582 Fix VPATH builds for src/test/ssl targets 4 years ago
Peter Geoghegan a5213adf3d Further harden nbtree posting split code. 4 years ago
Magnus Hagander eff61383b9 Clarify that --system reindexes system catalogs *only* 4 years ago
Michael Paquier 70bfc5ae53 Add test for copy of shared dependencies from template database 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Jeff Davis f0b051e322 Allow GRANT on pg_log_backend_memory_contexts(). 4 years ago
Fujii Masao 5fedf7417b Improve HINT message that FDW reports when there are no valid options. 4 years ago
Daniel Gustafsson e63ce9e8d6 Ensure that slots are zeroed before use 4 years ago
Michael Paquier 8af09daf56 doc: Fix grammar in page of pg_receivewal 4 years ago
Michael Paquier 0db343dc13 Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOT 4 years ago
Michael Paquier f61e1dd2ce Allow pg_receivewal to stream from a slot's restart LSN 4 years ago
Thomas Munro 8781b0ce25 Reject huge_pages=on if shared_memory_type=sysv. 4 years ago
Robert Haas a030a0c5cc Initialize variable to placate compiler. 4 years ago
Robert Haas 9ce346eabf Report progress of startup operations that take a long time. 4 years ago
Robert Haas 732e6677a6 Add enable_timeout_every() to fire the same timeout repeatedly. 4 years ago
Robert Haas 902a2c2800 Remove useless code from CreateReplicationSlot. 4 years ago
Robert Haas 18e0913a42 StartupXLOG: Don't repeatedly disable/enable local xlog insertion. 4 years ago
Robert Haas a75dbf7f9e StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters. 4 years ago
Heikki Linnakangas 166f94377c Clarify the logic in a few places in the new balanced merge code. 4 years ago
Michael Paquier b4ada4e19f Add replication command READ_REPLICATION_SLOT 4 years ago
Tom Lane 70bef49400 Fix minor memory leaks in pg_dump. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Noah Misch 3cd9c3b921 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch fdd965d074 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier 1e9475694b doc: Describe calculation method of streaming start for pg_receivewal 4 years ago
Tom Lane 92316a4582 In pg_dump, use simplehash.h to look up dumpable objects by OID. 4 years ago
Tom Lane 974aedcea4 Fix frontend version of sh_error() in simplehash.h. 4 years ago
Tom Lane 2acc84c6fd pg_dump: fix mis-dumping of non-global default privileges. 4 years ago
Andrew Dunstan f4ce6c4d3a
Add module build directory to the PATH for TAP tests 4 years ago
Tom Lane b1ce6c2843 Doc: clarify a critical and undocumented aspect of simplehash.h. 4 years ago
Daniel Gustafsson 0c04342b1d Fix SSL tests on 32-bit Perl 4 years ago
Amit Kapila 1607cd0b6c Remove unused wait events. 4 years ago
Michael Paquier 98ec35b0bb Fix corruption of pg_shdepend when copying deps from template database 4 years ago
Tom Lane f45dc59a38 Improve pg_regress.c's infrastructure for issuing psql commands. 4 years ago
Alvaro Herrera cd124d205c
Protect against collation variations in test 4 years ago
Michael Paquier 41f30ecc29 Fix build of MSVC with OpenSSL 3.0.0 4 years ago
Alvaro Herrera c2c618ff11
Ensure correct lock level is used in ALTER ... RENAME 4 years ago
Tom Lane 4438eb4a49 pg_dump: Reorganize getTables() 4 years ago
Andres Freund 984f460e2f Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5. 4 years ago
Daniel Gustafsson b4c4a00ead Refactor the sslfiles Makefile target for ease of use 4 years ago
Tom Lane 3e310d837a Fix assignment to array of domain over composite. 4 years ago
Tom Lane 697dd1925f Remove bogus assertion in transformExpressionList(). 4 years ago
Daniel Gustafsson 998d060f3d Fix bug in TOC file error message printing 4 years ago
Daniel Gustafsson 1d7641d51a Fix sscanf limits in pg_basebackup and pg_dump 4 years ago
Michael Paquier fdd8857145 Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options) 4 years ago
Alvaro Herrera d6f1e16c8f
Invalidate partitions of table being attached/detached 4 years ago
Heikki Linnakangas fc0f3b4cb0 Fix parallel sort, broken by the balanced merge patch. 4 years ago