postgresql/src/bin
Alvaro Herrera 5adafaf176 Have pg_rewind run crash recovery before rewinding
If we don't do this, the rewind fails if the server wasn't cleanly shut
down, which seems unhelpful serving no purpose.

Also provide a new option --no-ensure-shutdown to suppress this
behavior, for alleged advanced usage that prefers to avoid the crash
recovery.

Authors: Paul Guo, Jimmy Yih, Ashwin Agrawal
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/CAEET0ZEffUkXc48pg2iqARQgGRYDiiVxDu+yYek_bTwJF+q=Uw@mail.gmail.com
2019-09-27 16:40:01 -03:00
..
initdb initdb: Remove obsolete locale handling 2019-08-14 06:51:13 +02:00
pg_archivecleanup Translation updates 2019-06-17 15:30:20 +02:00
pg_basebackup Split out recovery confing-writing code from pg_basebackup 2019-09-25 14:35:24 -03:00
pg_checksums pg_checksums: Handle read and write returns correctly 2019-09-03 08:30:21 +02:00
pg_config Translation updates 2019-06-17 15:30:20 +02:00
pg_controldata Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_ctl Refactor logic to remove trailing CR/LF characters from strings 2019-08-09 11:05:14 +09:00
pg_dump Allow setting statistics target for extended statistics 2019-09-11 00:25:51 +02:00
pg_resetwal Split tuptoaster.c into three separate files. 2019-09-05 13:15:10 -04:00
pg_rewind Have pg_rewind run crash recovery before rewinding 2019-09-27 16:40:01 -03:00
pg_test_fsync Translation updates 2019-06-17 15:30:20 +02:00
pg_test_timing Unwind some workarounds for lack of portable int64 format specifier 2019-07-04 17:01:43 +02:00
pg_upgrade pg_upgrade/test.sh: Quote sed(1) argument 2019-09-18 11:27:11 -03:00
pg_waldump Rework WAL-reading supporting structs 2019-09-24 16:39:53 -03:00
pgbench Error out on too many command-line arguments 2019-08-29 18:49:41 +02:00
pgevent Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
psql Add tab completion for EXPLAIN (SETTINGS) in psql 2019-09-27 12:53:43 +09:00
scripts Fix failure of --jobs with reindexdb and vacuumdb on Windows 2019-08-27 09:11:31 +09:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00