postgresql/src/bin
Heikki Linnakangas 5ce108bf32 Track the timeline associated with minRecoveryPoint, for more sanity checks.
This allows recovery to notice certain incorrect recovery scenarios.
If a server has recovered to point X on timeline 5, and you restart
recovery, it better be on timeline 5 when it reaches point X again, not on
some timeline with a higher ID. This can happen e.g if you a standby server
is shut down, a new timeline appears in the WAL archive, and the standby
server is restarted. It will try to follow the new timeline, which is wrong
because some WAL on the old timeline was already replayed before shutdown.

Requires an initdb (or at least pg_resetxlog), because this adds a field to
the control file.
2012-12-04 11:31:00 +02:00
..
initdb In initdb.c, rename some newly created functions, and move the directory 2012-12-03 23:22:56 -05:00
pg_basebackup Move long_options structures to the top of main() functions, for 2012-11-30 14:49:55 -05:00
pg_config Make documentation of --help and --version options more consistent 2012-06-18 02:46:59 +03:00
pg_controldata Track the timeline associated with minRecoveryPoint, for more sanity checks. 2012-12-04 11:31:00 +02:00
pg_ctl Further tweaking of the readfile() function in pg_ctl. 2012-10-18 22:26:26 +03:00
pg_dump In pg_upgrade, fix bug where no users were dumped in pg_dumpall 2012-12-03 19:43:02 -05:00
pg_resetxlog Track the timeline associated with minRecoveryPoint, for more sanity checks. 2012-12-04 11:31:00 +02:00
pgevent Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
psql Fix psql crash while parsing SQL file whose encoding is different from 2012-12-02 21:11:15 +09:00
scripts In our source code, make a copy of getopt's 'optarg' string arguments, 2012-10-12 13:35:43 -04:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00