index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
amcheck
/
verify_nbtree.c
Age
Commit message (
Expand
)
Author
3 hours
Standardize LSN formatting by zero padding
HEAD
master
Álvaro Herrera
2025-03-29
amcheck: Move common routines into a separate module
Tomas Vondra
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-11
nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-07-28
amcheck: Optimize speed of checking for unique constraint violation
Alexander Korotkov
2024-05-26
amcheck: Fixes for right page check during unique constraint check
Alexander Korotkov
2024-05-22
amcheck: Report an error when the next page to a leaf is not a leaf
Alexander Korotkov
2024-05-22
amcheck: Don't load the right sibling page into BtreeCheckState
Alexander Korotkov
2024-05-22
amcheck: Refactoring the storage of the last visible entry
Alexander Korotkov
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-23
amcheck: Normalize index tuples containing uncompressed varlena
Alexander Korotkov
2024-03-23
amcheck: Support for different header sizes of short varlena datum
Alexander Korotkov
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-10-30
amcheck: Distinguish interrupted page deletion from corruption.
Noah Misch
2023-10-30
Fix indentation in contrib/amcheck/verify_nbtree.c
Alexander Korotkov
2023-10-27
Teach contrib/amcheck to check the unique constraint violation
Alexander Korotkov
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-09
Fix some typos with {a,an}
Michael Paquier
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-12
amcheck: Skip unlogged relations in Hot Standby.
Peter Geoghegan
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-23
amcheck: MAXALIGN() nbtree special area offset.
Peter Geoghegan
2021-04-14
Improve quoting in some error messages
Peter Eisentraut
2021-03-16
amcheck: Reduce debug message verbosity.
Peter Geoghegan
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
[next]