summaryrefslogtreecommitdiff
path: root/contrib/amcheck/verify_nbtree.c
AgeCommit message (Expand)Author
3 hoursStandardize LSN formatting by zero paddingHEADmasterÁlvaro Herrera
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-11nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-28amcheck: Optimize speed of checking for unique constraint violationAlexander Korotkov
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-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
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-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
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-02Fix typos in commentsMichael Paquier
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-12amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-23amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan
2021-04-14Improve quoting in some error messagesPeter Eisentraut
2021-03-16amcheck: Reduce debug message verbosity.Peter Geoghegan
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian