index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
*
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-07
*
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-22
*
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-18
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
*
Tweak string for uniformity
Alvaro Herrera
2011-09-08
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Message style improvements
Peter Eisentraut
2011-07-08
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Mention gcc version in C comment.
Bruce Momjian
2011-03-09
*
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-09
*
Add C comment about why older compilers complain about basebackup.c's
Bruce Momjian
2011-02-04
*
Include more status information in walsender results
Magnus Hagander
2011-02-03
*
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-31
*
Add option to include WAL in base backup
Magnus Hagander
2011-01-30
*
Typo fix for MemSet size.
Magnus Hagander
2011-01-25
*
Make walsender options order-independent
Magnus Hagander
2011-01-23
*
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
*
Enumerate available tablespaces after starting the backup
Magnus Hagander
2011-01-15
*
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
2011-01-14
*
Exit from base backups when shutdown is requested
Magnus Hagander
2011-01-14
*
Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander
2011-01-11
*
Add missing function prototype, for consistency
Magnus Hagander
2011-01-11
*
Adjust basebackup.c to suppress compiler warnings.
Tom Lane
2011-01-11
*
Set process title to indicate base backup is running
Magnus Hagander
2011-01-10
*
Leave temporary files out of streaming base backups.
Heikki Linnakangas
2011-01-10
*
Backend support for streaming base backups
Magnus Hagander
2011-01-10