summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/Makefile
AgeCommit message (Expand)Author
2016-06-10Update pgstattuple extension for parallel query.Robert Haas
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2013-07-18Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao
2012-12-05Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas
2011-08-25Add a regression test for pgstattuple.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-04-28Blank line Makefile cleanups.Bruce Momjian
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
2006-10-19Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane
2006-09-02Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2001-10-01Add pgstattupleTatsuo Ishii