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