postgresql/src/include/replication
Magnus Hagander 048d148fe6 Add pg_basebackup tool for streaming base backups
This tool makes it possible to do the pg_start_backup/
copy files/pg_stop_backup step in a single command.

There are still some steps to be done before this is a
complete backup solution, such as the ability to stream
the required WAL logs, but it's still usable, and
could do with some buildfarm coverage.

In passing, make the checkpoint request optionally
fast instead of hardcoding it.

Magnus Hagander, reviewed by Fujii Masao and Dimitri Fontaine
2011-01-23 12:21:23 +01:00
..
basebackup.h Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00
replnodes.h Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00
walprotocol.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
walreceiver.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
walsender.h Use a lexer and grammar for parsing walsender commands 2011-01-14 16:30:33 +01:00