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