summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2020-09-16Fix amcheck child check pg_upgrade bug.Peter Geoghegan
2020-08-06amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan
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