aboutsummaryrefslogtreecommitdiff
path: root/contrib/amcheck/verify_nbtree.c
Commit message (Expand)AuthorAge
* 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
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-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
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* 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
* Fix typos in commentsMichael Paquier2023-05-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan2021-10-11
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan2021-04-23
* Improve quoting in some error messagesPeter Eisentraut2021-04-14
* amcheck: Reduce debug message verbosity.Peter Geoghegan2021-03-16
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-16
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Teach amcheck to verify sibling links in all cases.Peter Geoghegan2020-08-08
* Remove obsolete amcheck comment.Peter Geoghegan2020-08-06
* amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan2020-08-06
* Remove btree page items after page unlinkAlexander Korotkov2020-08-05
* Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov2020-05-14
* Remove obsolete amcheck comment.Peter Geoghegan2020-05-05
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13