Commit Graph

52103 Commits (494ec0037e03854cd2c8a3e01c3c207d2886ce01)
 

Author SHA1 Message Date
Alvaro Herrera 494ec0037e
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp 4 years ago
Michael Paquier f255de9a45 Preserve opclass parameters across REINDEX CONCURRENTLY 4 years ago
Tom Lane 7104e0b245 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane 8424dfced7 Avoid O(N^2) behavior when the standby process releases many locks. 4 years ago
Peter Geoghegan bd9f4cf0ee Demote pg_unreachable() in heapam to an assertion. 4 years ago
Tom Lane 0c8a40b391 Update time zone data files to tzdata release 2021e. 4 years ago
Tom Lane b1f943d2aa Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier da7d0fb159 doc: Fix link to SELinux user guide in sepgsql page 4 years ago
Peter Geoghegan 6cac343396 Fix ordering of items in nbtree error message. 4 years ago
Peter Geoghegan d078fe83d5 Further harden nbtree posting split code. 4 years ago
Magnus Hagander a0b6520ecf Clarify that --system reindexes system catalogs *only* 4 years ago
Daniel Gustafsson 1ed1f801cd Ensure that slots are zeroed before use 4 years ago
Amit Kapila a6a0ae127e Revert "Remove unused wait events." 4 years ago
Thomas Munro 181361a0c2 Reject huge_pages=on if shared_memory_type=sysv. 4 years ago
Noah Misch a5b9a0000e Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier affec9f6a2 doc: Describe calculation method of streaming start for pg_receivewal 4 years ago
Tom Lane 8cee4be6dc Fix frontend version of sh_error() in simplehash.h. 4 years ago
Tom Lane 3ad2c2455b pg_dump: fix mis-dumping of non-global default privileges. 4 years ago
Andrew Dunstan 52c0c11367
Add module build directory to the PATH for TAP tests 4 years ago
Amit Kapila 9e84f6a721 Back-patch "Add parent table name in an error in reorderbuffer.c." 4 years ago
Amit Kapila 671eb8f344 Remove unused wait events. 4 years ago
Michael Paquier 5040c96415 Fix corruption of pg_shdepend when copying deps from template database 4 years ago
Alvaro Herrera 7182788552
Protect against collation variations in test 4 years ago
Michael Paquier 81aefaea82 Fix build of MSVC with OpenSSL 3.0.0 4 years ago
Alvaro Herrera 3ce3fb2f7d
Ensure correct lock level is used in ALTER ... RENAME 4 years ago
Andres Freund 533315b68f Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5. 4 years ago
Tom Lane 04dae19f4d Fix assignment to array of domain over composite. 4 years ago
Tom Lane f627fd547a Remove bogus assertion in transformExpressionList(). 4 years ago
Daniel Gustafsson 3e2f32b01d Fix bug in TOC file error message printing 4 years ago
Daniel Gustafsson 121be6a665 Fix sscanf limits in pg_basebackup and pg_dump 4 years ago
Michael Paquier b1b797ec71 Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options) 4 years ago
Alvaro Herrera 72d0642172
Invalidate partitions of table being attached/detached 4 years ago
Michael Paquier 5b353aaff6 Reset properly snapshot export state during transaction abort 4 years ago
Tom Lane 3e4c8db931 Avoid core dump in pg_dump when dumping from pre-8.3 server. 4 years ago
Tom Lane b5152e3ba6 Make pg_dump acquire lock on partitioned tables that are to be dumped. 4 years ago
Andrew Dunstan c697d8a39b
Fix PostgresNode install_path sanity tests that fail on Windows 4 years ago
Peter Geoghegan 5863115e4c Remove unstable pg_amcheck tests. 4 years ago
Jeff Davis 0b90f1c4c3 Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel(). 4 years ago
Tom Lane fd059ac2e4 Fix planner error with pulling up subquery expressions into function RTEs. 4 years ago
Alvaro Herrera 79c7fe1af8
Change recently added test code for stability 4 years ago
Peter Geoghegan dd58194cf5 pg_amcheck: avoid unhelpful verification attempts. 4 years ago
Etsuro Fujita 419d27b1a2 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Michael Paquier 922e15c476 Fix use-after-free with multirange types in CREATE TYPE 4 years ago
Michael Paquier f4e1c8892b Fix tests of pg_upgrade across different major versions 4 years ago
Peter Geoghegan 070c402b4a Doc: normalize vacuum_multixact_failsafe_age ID. 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Fujii Masao 62e821ad28 Make autovacuum launcher more responsive to pg_log_backend_memory_contexts(). 4 years ago
Peter Geoghegan e7712155ea amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Tom Lane 2c25db32ee Fix EXPLAIN of SEARCH BREADTH FIRST queries some more. 4 years ago