summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/Makefile
AgeCommit message (Expand)Author
2025-11-24pg_buffercache: Add pg_buffercache_os_pagesMichael Paquier
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2022-10-13pg_buffercache: Add pg_buffercache_summary()Andres Freund
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-07-30Add regression test coverage for contrib/pg_buffercache.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
2017-03-30Default monitoring rolesSimon Riggs
2016-06-09Update pg_buffercache extension for parallel query.Robert Haas
2014-08-21Add pinning_backends column to the pg_buffercache extension.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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-02-27contrib uninstall scriptsPeter Eisentraut
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-03-12Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway