Commit Graph

204 Commits (master)

Author SHA1 Message Date
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 2 weeks ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 2 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 2 months ago
Fujii Masao d64d68fddf amcheck: Remove unused IndexCheckableCallback typedef. 2 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 2 months ago
Joe Conway 0ebd242555 Run pgperltidy 2 months ago
Tomas Vondra 0cf205e122 amcheck: Fix posting tree checks in gin_index_check() 3 months ago
Tomas Vondra cdd1a431f2 amcheck: Fix parent key check in gin_index_check() 3 months ago
Tomas Vondra 0b54b39233 amcheck: Fix checks of entry order for GIN indexes 3 months ago
Tomas Vondra 8dd41c0bff amcheck: Remove unused GinScanItem->parentlsn field 3 months ago
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 3 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 5 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 5 months ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 5 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 5 months ago
Andres Freund ae3df4b341 read_stream: Introduce and use optional batchmode support 5 months ago
Tomas Vondra 49b82522f1 Remove incidental md5() function use from test 6 months ago
Tomas Vondra 68f97aeadb amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 6 months ago
Tomas Vondra ca738bdc4c amcheck: Add a test with GIN index on JSONB data 6 months ago
Tomas Vondra ec4327d106 amcheck: Fix indentation in verify_gin.c 6 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 6 months ago
Tomas Vondra d70b17636d amcheck: Move common routines into a separate module 6 months ago
Melanie Plageman 043799fa08 Use streaming read I/O in heap amcheck 6 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 6 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 8 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
David Rowley db448ce5ad Optimize alignment calculations in tuple form/deform 9 months ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 9 months ago
Heikki Linnakangas 4d8275046c Remove remants of "snapshot too old" 9 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 10 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Peter Eisentraut e7d0cf42b1 Allow TAP tests to force checksums off when calling init() 11 months 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 1 year ago
Alexander Korotkov 97e5b0026f amcheck: Report an error when the next page to a leaf is not a leaf 1 year ago
Alexander Korotkov 0b5c161248 amcheck: Don't load the right sibling page into BtreeCheckState 1 year ago
Alexander Korotkov 532d94fec3 amcheck: Refactoring the storage of the last visible entry 1 year ago
David Rowley a42fc1c903 Fix an assortment of typos 1 year ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 1 year ago
Alexander Korotkov b1fe8efdf1 amcheck: Normalize index tuples containing uncompressed varlena 1 year ago
Alexander Korotkov ab65dfb0fb amcheck: Support for different header sizes of short varlena datum 1 year ago
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Geoghegan c9c0589fda Optimize nbtree backward scan boundary cases. 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago