index
:
users/gsingh/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
amcheck
/
sql
Age
Commit message (
Expand
)
Author
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2021-01-20
Disable vacuum page skipping in selected test cases.
Tom Lane
2020-10-22
Extend amcheck to check heap pages.
Robert Haas
2020-07-31
Restore lost amcheck TOAST test coverage.
Peter Geoghegan
2020-05-04
Add posting list tuple amcheck test case.
Peter Geoghegan
2019-06-26
Follow the rule that regression-test-created roles are named "regress_xxx".
Tom Lane
2019-04-05
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-03-20
Allow amcheck to re-find tuples using new search.
Peter Geoghegan
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-02-06
Avoid amcheck inline compression false positives.
Peter Geoghegan
2018-04-25
Add amcheck missing downlink tests.
Teodor Sigaev
2018-04-09
Remove repeated test in contrib/amcheck
Teodor Sigaev
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-01
Add amcheck verification of heap relations belonging to btree indexes.
Andres Freund
2017-03-14
amcheck: Harden tests against concurrent autovacuums.
Andres Freund
2017-03-10
Add amcheck extension to contrib.
Andres Freund