Commit Graph

169 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)

Author SHA1 Message Date
Noah Misch 1587f7b9fc Merge copies of converting an XID to a FullTransactionId. 11 months ago
Alexander Korotkov 945ec4c4bc amcheck: Fixes for right page check during unique constraint check 2 years ago
Alexander Korotkov 97e5b0026f amcheck: Report an error when the next page to a leaf is not a leaf 2 years ago
Alexander Korotkov 0b5c161248 amcheck: Don't load the right sibling page into BtreeCheckState 2 years ago
Alexander Korotkov 532d94fec3 amcheck: Refactoring the storage of the last visible entry 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Alexander Korotkov b1fe8efdf1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov ab65dfb0fb amcheck: Support for different header sizes of short varlena datum 2 years ago
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. 2 years ago
Alexander Korotkov 675fed4df5 Fix indentation in contrib/amcheck/verify_nbtree.c 2 years ago
Alexander Korotkov 5ae2087202 Teach contrib/amcheck to check the unique constraint violation 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Thomas Munro 9f0602539d Remove some more "snapshot too old" vestiges. 2 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() 3 years ago
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little. 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Eisentraut db0e5bf2b2 Fix whitespace 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago