postgres/src
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure
This commit reverts 3c5db1d6b0, and subsequent improvements and fixes
including 8036d73ae3, 867d396ccd, 3ac3ec580c, 0868d7ae70, 85b98b8d5a,
2520226c95, 014f9f34d2, e658038772, e1555645d7, 5035172e4a, 6cfebfe88b,
73da6b8d1b, and e546989a26.

The reason for reverting is a set of remaining issues.  Most notably, the
stored procedure appears to need more effort than the utility statement
to turn the backend into a "snapshot-less" state.  This makes an approach
to use stored procedures questionable.

Catversion is bumped.

Discussion: https://postgr.es/m/Zyhj2anOPRKtb0xW%40paquier.xyz
2024-11-04 22:47:57 +02:00
..
backend Revert pg_wal_replay_wait() stored procedure 2024-11-04 22:47:57 +02:00
bin pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 2024-11-04 14:36:11 -05:00
common Optimize sifting down in binaryheap. 2024-10-30 11:28:34 -05:00
fe_utils pg_verifybackup: Verify tar-format backups. 2024-09-27 08:40:24 -04:00
include Revert pg_wal_replay_wait() stored procedure 2024-11-04 22:47:57 +02:00
interfaces Fix incorrect struct reference in comment 2024-10-23 16:13:28 +02:00
makefiles Add -Wmissing-variable-declarations to the standard compilation flags 2024-08-03 11:51:02 +02:00
pl Remove unused #include's from contrib, pl, test .c files 2024-10-28 08:02:17 +01:00
port Fix overflow in bsearch_arg() with more than INT_MAX elements 2024-10-28 14:07:38 +02:00
template thread-safety: gmtime_r(), localtime_r() 2024-08-23 07:43:04 +02:00
test Revert pg_wal_replay_wait() stored procedure 2024-11-04 22:47:57 +02:00
timezone Update time zone data files to tzdata release 2024b. 2024-10-29 11:49:38 -04:00
tools Revert pg_wal_replay_wait() stored procedure 2024-11-04 22:47:57 +02:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Add PG_TEST_EXTRA configure option to the Make builds 2024-11-04 14:09:38 +02:00
Makefile.shlib
meson.build
nls-global.mk