aboutsummaryrefslogtreecommitdiff
path: root/contrib/amcheck
Commit message (Expand)AuthorAge
* Allow TAP tests to force checksums off when calling init()Peter Eisentraut2024-10-14
* amcheck: Optimize speed of checking for unique constraint violationAlexander Korotkov2024-07-28
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* amcheck: Fixes for right page check during unique constraint checkAlexander Korotkov2024-05-26
* amcheck: Report an error when the next page to a leaf is not a leafAlexander Korotkov2024-05-23
* amcheck: Don't load the right sibling page into BtreeCheckStateAlexander Korotkov2024-05-23
* amcheck: Refactoring the storage of the last visible entryAlexander Korotkov2024-05-23
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov2024-03-24
* amcheck: Support for different header sizes of short varlena datumAlexander Korotkov2024-03-24
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* amcheck: Distinguish interrupted page deletion from corruption.Noah Misch2023-10-30
* Fix indentation in contrib/amcheck/verify_nbtree.cAlexander Korotkov2023-10-30
* Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov2023-10-28
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Fix test of pg_stat_io for wal_level=minimal.Noah Misch2023-07-01
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-21
* Fix various typosDavid Rowley2023-04-18
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* amcheck: In verify_heapam, allows tuples with xmin 0.Robert Haas2023-03-28
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-27
* amcheck: Tighten up validation of redirect line pointers.Robert Haas2023-03-27
* amcheck: Fix verify_heapam for tuples where xmin or xmax is 0.Robert Haas2023-03-24
* amcheck: Fix a few bugs in new update chain validation.Robert Haas2023-03-23
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-22
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* amcheck: Fix ordering bug in update_cached_xid_range()Andres Freund2023-03-11
* Add tests for pg_stat_ioAndres Freund2023-02-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* meson: Add windows resource filesAndres Freund2022-10-05
* Fix whitespacePeter Eisentraut2022-10-05
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21