summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgwalinspect.sgml
AgeCommit message (Expand)Author
2023-10-25doc: Fix some typos and grammarMichael Paquier
2023-05-25doc: Fix example query for pg_walinspectDaniel Gustafsson
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-04Add missing XML ID attributesPeter Eisentraut
2023-03-31Add show_data option to pg_get_wal_block_info.Peter Geoghegan
2023-03-30Show record information in pg_get_wal_block_info.Peter Geoghegan
2023-03-14Rework design of functions in pg_walinspectMichael Paquier
2023-03-10pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier
2023-02-28doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspectMichael Paquier
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-13doc: Simplify description of functions for pg_walinspectMichael Paquier
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-09-12Use float8 datatype for percentiles in pg_walinspect stat functionsPeter Eisentraut
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-16Fix some trailing whitespace in documentation filesPeter Eisentraut
2022-04-08Add contrib/pg_walinspect.Jeff Davis