summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
Commit message (Expand)AuthorAgeFilesLines
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-025-56/+62
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-133-7/+0
* Update copyright for 2023Bruce Momjian2023-01-029-9/+9
* Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane2023-01-027-79/+379
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Mark pageinspect's disk-accessing functions as parallel restricted.Tom Lane2022-11-214-2/+32
* Prevent instability in contrib/pageinspect's regression test.Tom Lane2022-11-212-2/+4
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-182-3/+3
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+50
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-2/+2
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-163-23/+8
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-111-11/+13
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-015-30/+8
* Pre-beta mechanical code beautification.Tom Lane2022-05-122-36/+36
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-1418-0/+191
* pageinspect: Use better macros to get special page area for GIN and GiSTMichael Paquier2022-04-022-5/+5
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-012-6/+6
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-2715-30/+200
* pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier2022-03-161-3/+3
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-1618-67/+179
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-152-2/+2
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-082-84/+7
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-241-2/+1
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-2/+0
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-071-10/+8
* Update copyright for 2022Bruce Momjian2022-01-078-8/+8
* Fix incorrect format placeholdersPeter Eisentraut2021-11-241-3/+3
* pageinspect: Make page deletion elog less chatty.Peter Geoghegan2021-09-171-2/+2
* pageinspect: Improve page_header() for pages of 32kBMichael Paquier2021-07-126-6/+72
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-082-26/+8
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-041-1/+1
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-243-32/+78
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Simplify printing of LSNsPeter Eisentraut2021-02-231-2/+1
* Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan2021-02-143-24/+28
* Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan2021-02-141-2/+10
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-202-22/+6
* pageinspect: Change block number arguments to bigintPeter Eisentraut2021-01-1917-25/+322
* Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas2021-01-181-3/+9
* pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas2021-01-181-96/+74
* Fix test failure with wal_level=minimal.Heikki Linnakangas2021-01-132-0/+22
* Fix portability issues in the new gist pageinspect test.Heikki Linnakangas2021-01-132-44/+15
* Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas2021-01-136-3/+438
* Update copyright for 2021Bruce Momjian2021-01-027-7/+7
* Remove unused parameterPeter Eisentraut2020-09-041-3/+3
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-291-5/+6
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-163-18/+8
* Add an explicit test to catch changes in checksumming calculations.Tom Lane2020-03-084-1/+112
* pageinspect: Fix types used for bt_metap() columns.Peter Geoghegan2020-03-072-10/+29