summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/Makefile
Commit message (Expand)AuthorAgeFilesLines
* pg_buffercache: Add pg_buffercache_summary()Andres Freund2022-10-131-1/+2
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-2/+2
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-2/+2
* Add regression test coverage for contrib/pg_buffercache.Tom Lane2022-07-301-0/+2
* 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/+3
* Default monitoring rolesSimon Riggs2017-03-301-2/+3
* Update pg_buffercache extension for parallel query.Robert Haas2016-06-091-1/+2
* Add pinning_backends column to the pg_buffercache extension.Andres Freund2014-08-221-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+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
* 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
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-121-0/+17