Commit Graph

52409 Commits (b3b4d8e68ae83f432f43f035c7eb481ef93e1583)
 

Author SHA1 Message Date
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
Heikki Linnakangas aa3ac6453b Fix duplicate typedef LogicalTape. 4 years ago
Heikki Linnakangas 0bd65a3905 Fix format modifier used in elog. 4 years ago
Heikki Linnakangas 65014000b3 Replace polyphase merge algorithm with a simple balanced k-way merge. 4 years ago
Heikki Linnakangas c4649cce39 Refactor LogicalTapeSet/LogicalTape interface. 4 years ago
Michael Paquier 409f9ca447 Reset properly snapshot export state during transaction abort 4 years ago
Michael Paquier 384f1abdb9 Fix portability issues in new TAP tests of psql 4 years ago
Tom Lane 40dfac4fc4 Avoid core dump in pg_dump when dumping from pre-8.3 server. 4 years ago
Tom Lane e2ff7d9a83 Make pg_dump acquire lock on partitioned tables that are to be dumped. 4 years ago
Peter Geoghegan b76c1d6e84 Remove obsolete nbtree deduplication comments. 4 years ago
Andrew Dunstan 15124d0e22
Fix PostgresNode install_path sanity tests that fail on Windows 4 years ago
Peter Geoghegan cd3f429d95 Remove unstable pg_amcheck tests. 4 years ago
Robert Haas 46846433a0 shm_mq: Update mq_bytes_written less often. 4 years ago
Jeff Davis 7821a0bf20 Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel(). 4 years ago
Tom Lane 4d5f651f1d Fix planner error with pulling up subquery expressions into function RTEs. 4 years ago
Robert Haas 811051c2e7 Postpone some end-of-recovery operations related to allowing WAL. 4 years ago
Alvaro Herrera 010e523373
Change recently added test code for stability 4 years ago
Peter Geoghegan d2bf06db37 pg_amcheck: avoid unhelpful verification attempts. 4 years ago
Robert Haas 6df1543abf Refactor some end-of-recovery code out of StartupXLOG(). 4 years ago
Etsuro Fujita 8c7be86883 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Michael Paquier 5b0e7fe1d6 Fix use-after-free with multirange types in CREATE TYPE 4 years ago
Peter Eisentraut 780054bf31 Fix incorrect format placeholder 4 years ago
Michael Paquier fa66b6dee0 Fix tests of pg_upgrade across different major versions 4 years ago
Peter Eisentraut 390edeeb57 psql: Fix some scan-build warnings 4 years ago
Peter Geoghegan 00c61a74bc Doc: normalize vacuum_multixact_failsafe_age ID. 4 years ago