index
:
postgresql.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
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
amcheck
Age
Commit message (
Expand
)
Author
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-10
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
2022-01-27
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2021-10-28
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2020-09-16
Fix amcheck child check pg_upgrade bug.
Peter Geoghegan
2020-08-06
amcheck: Sanitize metapage's allequalimage field.
Peter Geoghegan
2020-07-31
Restore lost amcheck TOAST test coverage.
Peter Geoghegan
2020-05-14
Fix amcheck for page checks concurrent to replay of btree page deletion
Alexander Korotkov
2020-05-05
Remove obsolete amcheck comment.
Peter Geoghegan
2020-05-04
Add posting list tuple amcheck test case.
Peter Geoghegan
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-11
Add contrib/amcheck debug message.
Peter Geoghegan
2020-03-11
Improve checking of child pages in contrib/amcheck.
Alexander Korotkov
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Rename nbtree tuple macros.
Peter Geoghegan
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-08-12
amcheck: Skip unlogged relations during recovery.
Peter Geoghegan
2019-07-20
Don't rely on estimates for amcheck Bloom filters.
Peter Geoghegan
2019-06-26
Follow the rule that regression-test-created roles are named "regress_xxx".
Tom Lane
2019-06-24
Correct obsolete amcheck comments.
Peter Geoghegan
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-04-25
Sanitize line pointers within contrib/amcheck.
Peter Geoghegan
2019-04-05
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-29
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
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-03-20
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-06
Avoid amcheck inline compression false positives.
Peter Geoghegan
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Add amcheck missing downlink tests.
Teodor Sigaev
2018-04-25
Add missing and dangling downlink checks to amcheck
Teodor Sigaev
[next]