postgresql/src/backend/backup
Robert Haas d9ef650fca Add new function pg_get_wal_summarizer_state().
This makes it possible to access information about the progress
of WAL summarization from SQL. The previously-added functions
pg_available_wal_summaries() and pg_wal_summary_contents() only
examine on-disk state, but this function exposes information from
the server's shared memory.

Discussion: http://postgr.es/m/CA+Tgmobvqqj-DW9F7uUzT-cQqs6wcVb-Xhs=w=hzJnXSE-kRGw@mail.gmail.com
2024-01-11 12:41:18 -05:00
..
Makefile Add support for incremental backup. 2023-12-20 09:49:12 -05:00
backup_manifest.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_copy.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_gzip.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_incremental.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_lz4.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_progress.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_server.c Improve several permission-related error messages. 2023-03-17 10:33:09 +01:00
basebackup_sink.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_target.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_throttle.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_zstd.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
walsummary.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
walsummaryfuncs.c Add new function pg_get_wal_summarizer_state(). 2024-01-11 12:41:18 -05:00