summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgbuffercache.sgml
AgeCommit message (Expand)Author
2025-07-24doc: Add missing index entries and fix title formatting in pg_buffercache docs.Fujii Masao
2025-07-02doc: pg_buffercache documentation wordsmithingDaniel Gustafsson
2025-04-08pg_buffercache: Change page_num type to bigintTomas Vondra
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-01-31doc: Fix pg_buffercache_evict() titleDaniel Gustafsson
2024-04-08Add pg_buffercache_evict() function for testing.Thomas Munro
2023-04-13Add missing XML ID attributePeter Eisentraut
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-04-07Add pg_buffercache_usage_counts() to contrib/pg_buffercache.Tom Lane
2023-03-14doc: spell out full productnameDaniel Gustafsson
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-17Doc: fix a few oddly-spelled SGML ID attributes.Tom Lane
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
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-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2021-05-29Doc: improve libpq service-file docs, avoid overspecifying pathnames.Tom Lane
2020-05-14Doc: reformat catalog/view description tables.Tom Lane
2020-05-08Fix inconsistency in pg_buffercache docs.Amit Kapila
2020-04-02doc: remove unnecessary INNER keywordBruce Momjian
2020-03-31doc: add namespace column to pg_buffercache example queryBruce Momjian
2020-02-28Doc: correct thinko in pg_buffercache documentation.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-03-30Default monitoring rolesSimon Riggs
2016-07-13Fix obsolete header-file reference in pg_buffercache docs.Tom Lane
2014-08-21Add pinning_backends column to the pg_buffercache extension.Andres Freund
2013-11-28pg_buffercache docs: adjust order of fieldsBruce Momjian
2013-07-04Add contrib function references in the doc indexBruce Momjian
2013-07-03pg_buffercache: document column meaningsBruce Momjian
2011-05-08Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian
2011-01-29Properly capitalize documentation headings; some only had initial-wordBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-29Fix indentation of verbatim block elementsPeter Eisentraut
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2009-05-18Refer to tables by id, not by "the following table", because tables are inPeter Eisentraut
2009-04-27Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian
2008-08-14pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas
2007-12-10Make an editorial pass over the newly SGML-ified contrib documentation.Tom Lane
2007-12-02Ensure that all <sect1> and <refentry> tags have IDs. This is neededTom Lane