summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-08-12amcheck: Skip unlogged relations during recovery.Peter Geoghegan
2019-07-20Don't rely on estimates for amcheck Bloom filters.Peter Geoghegan
2019-06-26Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane
2019-06-24Correct obsolete amcheck comments.Peter Geoghegan
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-04-25Sanitize line pointers within contrib/amcheck.Peter Geoghegan
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-29Tweak some nbtree-related code comments.Peter Geoghegan
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-20Allow amcheck to re-find tuples using new search.Peter Geoghegan
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-20Refactor nbtree insertion scankeys.Peter Geoghegan
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-02-06Avoid amcheck inline compression false positives.Peter Geoghegan
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-25Add amcheck missing downlink tests.Teodor Sigaev
2018-04-25Add missing and dangling downlink checks to amcheckTeodor Sigaev
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-09Remove repeated test in contrib/amcheckTeodor Sigaev
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-01Add amcheck verification of heap relations belonging to btree indexes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-14amcheck: Harden tests against concurrent autovacuums.Andres Freund
2017-03-10amcheck: editorialize variable name & comment.Andres Freund
2017-03-10Add .gitignore to contrib/amcheck.Tom Lane
2017-03-10Add amcheck extension to contrib.Andres Freund