index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
pgbuffercache.sgml
Age
Commit message (
Expand
)
Author
2025-07-24
doc: Add missing index entries and fix title formatting in pg_buffercache docs.
Fujii Masao
2025-07-02
doc: pg_buffercache documentation wordsmithing
Daniel Gustafsson
2025-04-08
pg_buffercache: Change page_num type to bigint
Tomas Vondra
2025-04-08
Add pg_buffercache_evict_{relation,all} functions
Andres Freund
2025-04-07
Add pg_buffercache_numa view with NUMA node info
Tomas Vondra
2025-01-31
doc: Fix pg_buffercache_evict() title
Daniel Gustafsson
2024-04-08
Add pg_buffercache_evict() function for testing.
Thomas Munro
2023-04-13
Add missing XML ID attribute
Peter Eisentraut
2023-04-12
doc: Fix some typos and grammar
Michael Paquier
2023-04-07
Add pg_buffercache_usage_counts() to contrib/pg_buffercache.
Tom Lane
2023-03-14
doc: spell out full productname
Daniel Gustafsson
2023-01-20
Describe each contrib module in its SGML section title
Alvaro Herrera
2023-01-17
Doc: fix a few oddly-spelled SGML ID attributes.
Tom Lane
2023-01-09
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
Tom Lane
2022-10-13
pg_buffercache: Add pg_buffercache_summary()
Andres Freund
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2021-05-29
Doc: improve libpq service-file docs, avoid overspecifying pathnames.
Tom Lane
2020-05-14
Doc: reformat catalog/view description tables.
Tom Lane
2020-05-08
Fix inconsistency in pg_buffercache docs.
Amit Kapila
2020-04-02
doc: remove unnecessary INNER keyword
Bruce Momjian
2020-03-31
doc: add namespace column to pg_buffercache example query
Bruce Momjian
2020-02-28
Doc: correct thinko in pg_buffercache documentation.
Tom Lane
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-03-30
Default monitoring roles
Simon Riggs
2016-07-13
Fix obsolete header-file reference in pg_buffercache docs.
Tom Lane
2014-08-21
Add pinning_backends column to the pg_buffercache extension.
Andres Freund
2013-11-28
pg_buffercache docs: adjust order of fields
Bruce Momjian
2013-07-04
Add contrib function references in the doc index
Bruce Momjian
2013-07-03
pg_buffercache: document column meanings
Bruce Momjian
2011-05-08
Add xreflabels to /contrib manuals so links appear correct. Also update
Bruce Momjian
2011-01-29
Properly capitalize documentation headings; some only had initial-word
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-29
Fix indentation of verbatim block elements
Peter Eisentraut
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2009-05-18
Refer to tables by id, not by "the following table", because tables are in
Peter Eisentraut
2009-04-27
Proofreading adjustments for first two parts of documentation (Tutorial
Bruce Momjian
2008-08-14
pg_buffercache needs to be taught about relation forks, as Greg Stark
Heikki Linnakangas
2007-12-10
Make an editorial pass over the newly SGML-ified contrib documentation.
Tom Lane
2007-12-02
Ensure that all <sect1> and <refentry> tags have IDs. This is needed
Tom Lane