summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
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
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-24Fix incorrect format placeholdersPeter Eisentraut
2021-09-17pageinspect: Make page deletion elog less chatty.Peter Geoghegan
2021-07-12pageinspect: Improve page_header() for pages of 32kBMichael Paquier
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-15Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan
2021-02-15Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
2021-01-18Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas
2021-01-17pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas
2021-01-13Fix test failure with wal_level=minimal.Heikki Linnakangas
2021-01-13Fix portability issues in the new gist pageinspect test.Heikki Linnakangas
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-04Remove unused parameterPeter Eisentraut
2020-06-29Avoid using %c printf format for potentially non-ASCII characters.Tom Lane
2020-03-17Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane
2020-03-08Add an explicit test to catch changes in checksumming calculations.Tom Lane
2020-03-08pageinspect: Fix types used for bt_metap() columns.Peter Geoghegan