mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Recent discussions of the mechanisms used to manage global data have raised concerns about their robustness and security. Rather than try to deal with those concerns at a very late stage of the release cycle, the conclusion is to revert these features and work on them for the next release. This reverts parts or all of the following commits:1495eff7bd
Non text modes for pg_dumpall, correspondingly change pg_restore5db3bf7391
Clean up from commit1495eff7bd
289f74d0cb
Add more TAP tests for pg_dumpall2ef5790806
Fix a couple of error messages and tests for themb52a4a5f28
Clean up error messages from1495eff7bd
4170298b6e
Further cleanup for directory creation on pg_dump/pg_dumpall22cb6d2895
Fix memory leak in pg_restore.c928394b664
Improve various new-to-v18 appendStringInfo calls39729ec01d
Fix fat fingering in22cb6d2895
5822bf21d5
Add missing space in pg_restore documentation.f09088a01d
Free memory properly in pg_restore.c40b9c27014
pg_restore cleanups4aad2cb770
Portability fix: isdigit() must be passed an unsigned char.88e947136b
Fix typos and grammar in the codef60420cff6
doc: Alphabetize long options for pg_dump[all].bc35adee8d
doc: Put new options in consistent order on man pagesa876464abc
Message style improvementsdec6643487
Improve pg_dump/pg_dumpall help synopses and terminology0ebd242555
Run pgperltidy Discussion: https://postgr.es/m/20250708212819.09.nmisch@google.com Backpatch-to: 18 Reviewed-by: Noah Misch <noah@leadboat.com>