summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/Makefile
AgeCommit message (Expand)Author
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