summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+5
* Remove superuser checks in pgstattupleStephen Frost2016-09-291-3/+4
* Update pgstattuple extension for parallel query.Robert Haas2016-06-101-1/+3
* Add pgstattuple_approx() to the pgstattuple extension.Andres Freund2015-05-131-2/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao2013-07-191-1/+1
* Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas2012-12-051-1/+1
* Add a regression test for pgstattuple.Tom Lane2011-08-251-0/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-8/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Blank line Makefile cleanups.Bruce Momjian2009-04-281-2/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane2006-10-191-4/+2
* Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian2006-09-021-2/+2
* contrib uninstall scriptsPeter Eisentraut2006-02-271-1/+2
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-11/+14
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Add pgstattupleTatsuo Ishii2001-10-011-0/+22