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-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-06-22
amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
Robert Haas
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-03-25
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
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
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-09
Fix some typos with {a,an}
Michael Paquier
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-10
Fix incorrect format placeholders
Peter Eisentraut
2021-11-05
amcheck: Add additional TOAST pointer checks.
Robert Haas
2021-10-28
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
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
2021-10-12
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
amcheck: Skip unlogged relations in Hot Standby.
Peter Geoghegan
2021-09-28
Support amcheck of sequences
Peter Eisentraut
2021-08-27
contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-06-21
amcheck: Fix code comments
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-03
amcheck: Improve some confusing reports about TOAST problems.
Robert Haas
2021-04-23
amcheck: MAXALIGN() nbtree special area offset.
Peter Geoghegan
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
Replace magic constants for seek() calls in perl scripts
Michael Paquier
2021-04-15
amcheck: Use correct format placeholder for TOAST chunk numbers
Peter Eisentraut
2021-04-14
amcheck: Reword some messages and fix an alignment problem.
Robert Haas
2021-04-14
Improve quoting in some error messages
Peter Eisentraut
2021-04-07
amcheck: fix multiple problems with TOAST pointer validation
Robert Haas
2021-04-07
amcheck: Remove duplicate XID/MXID bounds checks.
Robert Haas
2021-04-02
Fix typos in comments.
Fujii Masao
2021-04-01
amcheck: Fix verify_heapam's tuple visibility checking rules.
Robert Haas
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-16
amcheck: Reduce debug message verbosity.
Peter Geoghegan
2021-03-16
Fix a confusing amcheck corruption message.
Robert Haas
[next]