summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
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
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-29Teach pageinspect about nbtree deduplication.Peter Geoghegan
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-09-19Redesign pageinspect function printing infomask bitsMichael Paquier
2019-09-12Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-02-04Make FSM test portable.Amit Kapila
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-01Fix tuple_data_split() to not open a relation without any lock.Tom Lane
2018-07-29Make error message of pageinspect more consistent for raw page inputsMichael Paquier
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-01-26pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas
2018-01-04Fix new test case to not be endian-dependent.Tom Lane
2018-01-04Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian