summaryrefslogtreecommitdiff
path: root/contrib/amcheck
Commit message (Expand)AuthorAgeFilesLines
...
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-082-26/+27
* amcheck: Fix code commentsPeter Eisentraut2021-06-211-3/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-123-24/+34
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* amcheck: Improve some confusing reports about TOAST problems.Robert Haas2021-05-031-35/+40
* amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan2021-04-231-1/+1
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Replace magic constants for seek() calls in perl scriptsMichael Paquier2021-04-191-1/+2
* amcheck: Use correct format placeholder for TOAST chunk numbersPeter Eisentraut2021-04-151-1/+1
* amcheck: Reword some messages and fix an alignment problem.Robert Haas2021-04-141-27/+36
* Improve quoting in some error messagesPeter Eisentraut2021-04-141-3/+3
* amcheck: fix multiple problems with TOAST pointer validationRobert Haas2021-04-071-72/+164
* amcheck: Remove duplicate XID/MXID bounds checks.Robert Haas2021-04-071-124/+6
* Fix typos in comments.Fujii Masao2021-04-021-2/+2
* amcheck: Fix verify_heapam's tuple visibility checking rules.Robert Haas2021-04-011-141/+414
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-1/+1
* amcheck: Reduce debug message verbosity.Peter Geoghegan2021-03-161-7/+11
* Fix a confusing amcheck corruption message.Robert Haas2021-03-161-4/+4
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-241-34/+56
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-232-8/+13
* Simplify printing of LSNsPeter Eisentraut2021-02-231-38/+19
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-6/+6
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-151-2/+2
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-091-2/+2
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-091-2/+2
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-203-3/+3
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Fix some typosMichael Paquier2020-11-141-1/+1
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-2/+2
* Fix more portability issues in new amcheck code.Tom Lane2020-10-232-35/+73
* Fix portability issues in new amcheck test.Tom Lane2020-10-231-102/+46
* Try to avoid a compiler warning about using fxid uninitialized.Robert Haas2020-10-221-36/+31
* Extend amcheck to check heap pages.Robert Haas2020-10-227-3/+2035
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-161-6/+28
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-4/+4
* Teach amcheck to verify sibling links in all cases.Peter Geoghegan2020-08-081-23/+150
* Remove obsolete amcheck comment.Peter Geoghegan2020-08-061-1/+0
* amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan2020-08-061-1/+13
* Remove btree page items after page unlinkAlexander Korotkov2020-08-051-5/+2
* Restore lost amcheck TOAST test coverage.Peter Geoghegan2020-07-312-8/+22
* Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov2020-05-141-3/+7
* Remove obsolete amcheck comment.Peter Geoghegan2020-05-051-3/+0
* Add posting list tuple amcheck test case.Peter Geoghegan2020-05-042-2/+16
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-131-1/+1
* Add contrib/amcheck debug message.Peter Geoghegan2020-04-101-1/+8
* Improve checking of child pages in contrib/amcheck.Alexander Korotkov2020-03-111-120/+462
* Add deduplication to nbtree.Peter Geoghegan2020-02-261-43/+188
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Rename nbtree tuple macros.Peter Geoghegan2019-12-161-5/+5
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-081-3/+3