summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-23Fix more portability issues in new amcheck code.Tom Lane
2020-10-23Fix portability issues in new amcheck test.Tom Lane
2020-10-22Try to avoid a compiler warning about using fxid uninitialized.Robert Haas
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-09-16Fix amcheck child check pg_upgrade bug.Peter Geoghegan
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-08Teach amcheck to verify sibling links in all cases.Peter Geoghegan
2020-08-06Remove obsolete amcheck comment.Peter Geoghegan
2020-08-06amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan
2020-08-04Remove btree page items after page unlinkAlexander Korotkov
2020-07-31Restore lost amcheck TOAST test coverage.Peter Geoghegan
2020-05-14Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov
2020-05-05Remove obsolete amcheck comment.Peter Geoghegan
2020-05-04Add posting list tuple amcheck test case.Peter Geoghegan
2020-04-13Harmonize nbtree page split point code.Peter Geoghegan
2020-04-11Add contrib/amcheck debug message.Peter Geoghegan
2020-03-11Improve checking of child pages in contrib/amcheck.Alexander Korotkov
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
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