Commit Graph

160 Commits (030e10ff1a365796bd4bcbbc5b6a8552f7efc765)

Author SHA1 Message Date
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Geoghegan c9c0589fda Optimize nbtree backward scan boundary cases. 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago
Noah Misch 6ec9e9975e amcheck: Distinguish interrupted page deletion from corruption. 3 years ago
Alexander Korotkov 675fed4df5 Fix indentation in contrib/amcheck/verify_nbtree.c 3 years ago
Alexander Korotkov 5ae2087202 Teach contrib/amcheck to check the unique constraint violation 3 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 3 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 3 years ago
Thomas Munro 9f0602539d Remove some more "snapshot too old" vestiges. 3 years ago
Noah Misch 01d56eecee Fix test of pg_stat_io for wal_level=minimal. 3 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 3 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 3 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
Daniel Gustafsson 664d757531 Refactor background psql TAP functions 3 years ago
Andres Freund 61b313e47e Pass down table relation into more index relation functions 3 years ago
Robert Haas b7cea58822 amcheck: In verify_heapam, allows tuples with xmin 0. 3 years ago
Robert Haas c87aff065c amcheck: Generalize one of the recently-added update chain checks. 3 years ago
Robert Haas 80d5e3a615 amcheck: Tighten up validation of redirect line pointers. 3 years ago
Robert Haas e88754a196 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Robert Haas 949e2e7c4f amcheck: Fix a few bugs in new update chain validation. 3 years ago
Robert Haas bbc1376b39 Teach verify_heapam() to validate update chains within a page. 3 years ago
Andres Freund 4f5d461e04 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund 16327240da amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Andres Freund 10a082bf72 Add tests for pg_stat_io 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 4 years ago
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little. 4 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 4 years ago
Peter Eisentraut db0e5bf2b2 Fix whitespace 4 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 4 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 4 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 4 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 4 years ago
Robert Haas e243de03fb amcheck: Fix incorrect use of VARATT_IS_COMPRESSED. 4 years ago
Tom Lane dd1c8dd101 Silence compiler warnings from some older compilers. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Noah Misch a117cebd63 Make relation-enumerating operations be security-restricted operations. 4 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Tom Lane 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Daniel Gustafsson 7dac61402e Remove unused module imports from TAP tests 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago