aboutsummaryrefslogtreecommitdiff
path: root/contrib/amcheck/verify_nbtree.c
Commit message (Expand)AuthorAge
* Avoid amcheck inline compression false positives.Peter Geoghegan2019-02-06
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add amcheck missing downlink tests.Teodor Sigaev2018-04-25
* Add missing and dangling downlink checks to amcheckTeodor Sigaev2018-04-25
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Add amcheck verification of heap relations belonging to btree indexes.Andres Freund2018-03-31
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* amcheck: editorialize variable name & comment.Andres Freund2017-03-09
* Add amcheck extension to contrib.Andres Freund2017-03-09