summaryrefslogtreecommitdiff
path: root/contrib/amcheck
AgeCommit message (Expand)Author
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-08-29Remove unneeded casts of BufferGetPage() resultPeter Eisentraut
2025-07-14amcheck: Improve error message for partitioned index target.Fujii Masao
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-04amcheck: Remove unused IndexCheckableCallback typedef.Fujii Masao
2025-07-01amcheck: Improve confusing messagePeter Eisentraut
2025-06-30Run pgperltidyJoe Conway
2025-06-17amcheck: Fix posting tree checks in gin_index_check()Tomas Vondra
2025-06-17amcheck: Fix parent key check in gin_index_check()Tomas Vondra
2025-06-17amcheck: Fix checks of entry order for GIN indexesTomas Vondra
2025-06-17amcheck: Remove unused GinScanItem->parentlsn fieldTomas Vondra
2025-06-17amcheck: Test gin_index_check on a multicolumn indexTomas Vondra
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-14Fix incorrect format placeholdersPeter Eisentraut
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-30Remove incidental md5() function use from testTomas Vondra
2025-03-29amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY testsTomas Vondra
2025-03-29amcheck: Add a test with GIN index on JSONB dataTomas Vondra
2025-03-29amcheck: Fix indentation in verify_gin.cTomas Vondra
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-27Use streaming read I/O in heap amcheckMelanie Plageman
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-11nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-07-28amcheck: Optimize speed of checking for unique constraint violationAlexander Korotkov
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-05-26amcheck: Fixes for right page check during unique constraint checkAlexander Korotkov
2024-05-22amcheck: Report an error when the next page to a leaf is not a leafAlexander Korotkov
2024-05-22amcheck: Don't load the right sibling page into BtreeCheckStateAlexander Korotkov
2024-05-22amcheck: Refactoring the storage of the last visible entryAlexander Korotkov
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-23amcheck: Normalize index tuples containing uncompressed varlenaAlexander Korotkov
2024-03-23amcheck: Support for different header sizes of short varlena datumAlexander Korotkov
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut