postgresql/src/backend
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
..
access Update copyright for 2024 2024-01-03 20:49:05 -05:00
archive Update copyright for 2024 2024-01-03 20:49:05 -05:00
backup Add new function pg_get_wal_summarizer_state(). 2024-01-11 12:41:18 -05:00
bootstrap Update copyright for 2024 2024-01-03 20:49:05 -05:00
catalog Track conflict_reason in pg_replication_slots. 2024-01-04 08:26:25 +05:30
commands ALTER TABLE command to change generation expression 2024-01-04 16:28:54 +01:00
executor Fix indentation in ExecParallelHashIncreaseNumBatches() 2024-01-08 20:00:20 +02:00
foreign Update copyright for 2024 2024-01-03 20:49:05 -05:00
jit Update copyright for 2024 2024-01-03 20:49:05 -05:00
lib Update copyright for 2024 2024-01-03 20:49:05 -05:00
libpq Update copyright for 2024 2024-01-03 20:49:05 -05:00
main Update copyright for 2024 2024-01-03 20:49:05 -05:00
nodes Handle WindowClause.runCondition in tree walker/mutator functions. 2024-01-10 13:36:33 -05:00
optimizer Fix Asserts in calc_non_nestloop_required_outer(). 2024-01-10 13:51:36 -05:00
parser ALTER TABLE command to change generation expression 2024-01-04 16:28:54 +01:00
partitioning Update copyright for 2024 2024-01-03 20:49:05 -05:00
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
port Update copyright for 2024 2024-01-03 20:49:05 -05:00
postmaster Add new function pg_get_wal_summarizer_state(). 2024-01-11 12:41:18 -05:00
regex Update copyright for 2024 2024-01-03 20:49:05 -05:00
replication Make dblink interruptible, via new libpqsrv APIs. 2024-01-08 11:39:56 -08:00
rewrite Update copyright for 2024 2024-01-03 20:49:05 -05:00
snowball Add copyright notices to a few perl scripts that don't have them 2024-01-05 13:15:50 +00:00
statistics Update copyright for 2024 2024-01-03 20:49:05 -05:00
storage Cross-check lists of predefined LWLocks. 2024-01-09 11:05:19 -06:00
tcop Update copyright for 2024 2024-01-03 20:49:05 -05:00
tsearch Update copyright for 2024 2024-01-03 20:49:05 -05:00
utils Restore initdb's old behavior of always setting the lc_xxx GUCs. 2024-01-10 18:09:29 -05:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Cross-check lists of predefined LWLocks. 2024-01-09 11:05:19 -06:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00