Commit Graph

211 Commits (4d936c3fff1ac8dead2cc240ba3da2ed6337257c)

Author SHA1 Message Date
Michael Paquier 31d3847a37 Use more palloc_object() and palloc_array() in contrib/ 2 weeks ago
Peter Eisentraut e158fd4d68 Remove no longer needed casts from Pointer 2 weeks ago
Álvaro Herrera 6bd469d26a
amcheck: Fix snapshot usage in bt_index_parent_check 2 weeks ago
Heikki Linnakangas cbe04e5d72 Fix amcheck's handling of half-dead B-tree pages 2 weeks ago
Heikki Linnakangas 6c05ef5729 Fix amcheck's handling of incomplete root splits in B-tree 2 weeks ago
Michael Paquier fabb33b351 Improve TAP tests by replacing ok() with better Test::More functions 2 months ago
David Rowley 9fc7f6ab72 Fix various incorrect filename references 3 months ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 4 months ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 5 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 5 months ago
Fujii Masao d64d68fddf amcheck: Remove unused IndexCheckableCallback typedef. 6 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 6 months ago
Joe Conway 0ebd242555 Run pgperltidy 6 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 6 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 6 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 6 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 6 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 6 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 8 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 8 months ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 8 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 9 months ago
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 9 months ago
Tomas Vondra 49b82522f1 Remove incidental md5() function use from test 9 months ago
Tomas Vondra 68f97aeadb amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 9 months ago
Tomas Vondra ca738bdc4c amcheck: Add a test with GIN index on JSONB data 9 months ago
Tomas Vondra ec4327d106 amcheck: Fix indentation in verify_gin.c 9 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 9 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 9 months ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 9 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 9 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 9 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 11 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
David Rowley db448ce5ad Optimize alignment calculations in tuple form/deform 1 year ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 1 year ago
Heikki Linnakangas 4d8275046c Remove remants of "snapshot too old" 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 1 year ago
Alexander Korotkov cdd6ab9d1f amcheck: Optimize speed of checking for unique constraint violation 1 year ago
Michael Paquier 0c1aca4614 Cleanup perl code from unused variables and routines 1 year ago
Alexander Korotkov 945ec4c4bc amcheck: Fixes for right page check during unique constraint check 2 years ago
Alexander Korotkov 97e5b0026f amcheck: Report an error when the next page to a leaf is not a leaf 2 years ago
Alexander Korotkov 0b5c161248 amcheck: Don't load the right sibling page into BtreeCheckState 2 years ago
Alexander Korotkov 532d94fec3 amcheck: Refactoring the storage of the last visible entry 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Alexander Korotkov b1fe8efdf1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago