summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
6 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-12Remove unnecessary (char *) casts [checksum]Peter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-23Convert macros to static inline functions (htup_details.h, itup.h)Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-29contrib/pageinspect: Use SQL-standard function bodies.Tom Lane
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-17Detect version mismatch in brin_page_itemsTomas Vondra
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-08-16Remove incidental md5() function use from testPeter Eisentraut
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-04-17Stabilize test of BRIN parallel createTomas Vondra
2024-04-17Revert "Stabilize test of BRIN parallel create"Tomas Vondra
2024-04-16Stabilize test of BRIN parallel createTomas Vondra
2024-04-14Add regression test for BRIN parallel buildsTomas Vondra
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier
2023-12-08Add empty BRIN ranges during CREATE INDEXTomas Vondra
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-03-02pageinspect: Fix crash with gist_page_items()Michael Paquier
2023-02-13Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-02Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-21Mark pageinspect's disk-accessing functions as parallel restricted.Tom Lane
2022-11-21Prevent instability in contrib/pageinspect's regression test.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-04-02pageinspect: Use better macros to get special page area for GIN and GiSTMichael Paquier
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-16pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier