Commit Graph

230 Commits (f3ed72ca0765bdd726a31b7fa20219e96baf312c)

Author SHA1 Message Date
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 8 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 9 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 9 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 10 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 10 months ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Tom Lane 68ff25eef1 contrib/pageinspect: Use SQL-standard function bodies. 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
Tomas Vondra 957ba9ff14 Detect version mismatch in brin_page_items 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Nathan Bossart 70d1c664f4 Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart 05036a3155 Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Peter Eisentraut 95b856de23 Remove incidental md5() function use from test 1 year ago
David Rowley 65b71dec2d Use TupleDescAttr macro consistently 1 year ago
Tomas Vondra 0bd4b0689b Stabilize test of BRIN parallel create 2 years ago
Tomas Vondra a89cd7bfcd Revert "Stabilize test of BRIN parallel create" 2 years ago
Tomas Vondra 4d916dd876 Stabilize test of BRIN parallel create 2 years ago
Tomas Vondra 8225c2fd40 Add regression test for BRIN parallel builds 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
Heikki Linnakangas 8af2565248 Introduce a new smgr bulk loading facility. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier 2084701364 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Tomas Vondra dae761a87e Add empty BRIN ranges during CREATE INDEX 2 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 3 years ago
Tomas Vondra 428c0cae92 Show empty BRIN ranges in brin_page_items 3 years ago
Michael Paquier be753639d3 pageinspect: Fix crash with gist_page_items() 3 years ago
Peter Eisentraut bd944884e9 Consolidate ItemPointer to Datum conversion functions 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane e2933a6e11 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Peter Eisentraut 2cd2569c72 Convert macros to static inline functions (bufpage.h) 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Michael Paquier cd4868a570 pageinspect: Fix handling of all-zero pages 4 years ago
Michael Paquier d43085d12e pageinspect: Use better macros to get special page area for GIN and GiST 4 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Michael Paquier 291e517a4d pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Michael Paquier 4477dcb207 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Michael Paquier 076f4d9539 pageinspect: Fix handling of page sizes and AM types 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago