]> granicus.if.org Git - postgresql/history - contrib/amcheck/verify_nbtree.c
Initial pgindent run for v12.
[postgresql] / contrib / amcheck / verify_nbtree.c
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-04-25 Peter GeogheganSanitize line pointers within contrib/amcheck.
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-29 Peter GeogheganTweak some nbtree-related code comments.
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-20 Peter GeogheganAllow amcheck to re-find tuples using new search.
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20 Peter GeogheganRefactor nbtree insertion scankeys.
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-02-06 Peter GeogheganAvoid amcheck inline compression false positives.
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-06 Michael PaquierFix some errhint and errdetail strings missing a period
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-25 Teodor SigaevAdd amcheck missing downlink tests.
2018-04-25 Teodor SigaevAdd missing and dangling downlink checks to amcheck
2018-04-19 Teodor SigaevAdjust INCLUDE index truncation comments and code.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-04-01 Andres FreundAdd amcheck verification of heap relations belonging...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-09-18 Tom LaneMinor code-cleanliness improvements for btree.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-03-10 Andres Freundamcheck: editorialize variable name & comment.
2017-03-10 Andres FreundAdd amcheck extension to contrib.