summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/Makefile
AgeCommit message (Expand)Author
2021-07-12pageinspect: Improve page_header() for pages of 32kBMichael Paquier
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas
2020-03-08Add an explicit test to catch changes in checksumming calculations.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-12Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2017-02-02pageinspect: Support hash indexes.Robert Haas
2016-11-01pageinspect: Add testsPeter Eisentraut
2016-06-09Update pageinspect extension for parallel query.Robert Haas
2015-11-25Improve pageinspect moduleTeodor Sigaev
2014-11-21Add pageinspect functions for inspecting GIN indexes.Heikki Linnakangas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-03-03pageinspect: Use new pg_lsn datatype.Robert Haas
2013-05-24Remove pageinspect--1.0.sqlHeikki Linnakangas
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-05-17Add database page inspection /contrib module.Bruce Momjian