index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
amcheck
/
verify_nbtree.c
Commit message (
Expand
)
Author
Age
*
Avoid amcheck inline compression false positives.
Peter Geoghegan
2019-02-06
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add amcheck missing downlink tests.
Teodor Sigaev
2018-04-25
*
Add missing and dangling downlink checks to amcheck
Teodor Sigaev
2018-04-25
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Add amcheck verification of heap relations belonging to btree indexes.
Andres Freund
2018-03-31
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
amcheck: editorialize variable name & comment.
Andres Freund
2017-03-09
*
Add amcheck extension to contrib.
Andres Freund
2017-03-09