pgsql: Make standby promotion reset the recovery pause state to 'not pa

2021-05-18 Thread Fujii Masao
Make standby promotion reset the recovery pause state to 'not paused'. If a promotion is triggered while recovery is paused, the paused state ends and promotion continues. But previously in that case pg_get_wal_replay_pause_state() returned 'paused' wrongly while a promotion was ongoing. This

pgsql: Fix 020_messages.pl test.

2021-05-18 Thread Amit Kapila
Fix 020_messages.pl test. We were not waiting for a publisher to catch up with the subscriber after creating a subscription. Now, it can happen that apply worker starts replication even after we have disabled the subscription in the test. This will make the test expect that there is no active

pgsql: doc: partial completion of XML markup for PG 14 release notes

2021-05-18 Thread Bruce Momjian
doc: partial completion of XML markup for PG 14 release notes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6a5bde7d4f96ef153578eaeb624ae12e48b46e85 Modified Files -- doc/src/sgml/release-14.sgml | 441 ++- 1

pgsql: Fix issues in pg_stat_wal.

2021-05-18 Thread Fujii Masao
Fix issues in pg_stat_wal. 1) Previously there were both pgstat_send_wal() and pgstat_report_wal() in order to send WAL activity to the stats collector. With the former being used by wal writer, the latter by most other processes. They were a bit redundant and so this commit merges them

pgsql: Add --no-toast-compression to pg_dumpall

2021-05-18 Thread Michael Paquier
Add --no-toast-compression to pg_dumpall This is an oversight from bbe0a81d, where the equivalent option exists in pg_dump. This is useful to be able to reset the compression methods cluster-wide when restoring the data based on default_toast_compression. Reviewed-by: Daniel Gustafsson, Tom

pgsql: Tag refs/tags/REL_14_BETA1 was created

2021-05-18 Thread noreply
Tag refs/tags/REL_14_BETA1 was created.

pgsql: doc: add PG 14 rel item about vacuum_cleanup_index_scale_factor

2021-05-18 Thread Bruce Momjian
doc: add PG 14 rel item about vacuum_cleanup_index_scale_factor Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2e7c17837064297f25c427d58154dce8d4287302 Modified Files -- doc/src/sgml/release-14.sgml | 17 + 1 file changed, 17