index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Age
Commit message (
Expand
)
Author
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-02-22
Add quotes to messages
Peter Eisentraut
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2013-01-01
Unify some tar functionality across different parts
Magnus Hagander
2012-12-21
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-10-05
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-09-28
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Tom Lane
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-23
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-07
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-10-22
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-18
Exclude postmaster.opts from base backups
Magnus Hagander
2011-09-13
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-08
Tweak string for uniformity
Alvaro Herrera
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-08
Message style improvements
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-09
Mention gcc version in C comment.
Bruce Momjian
2011-02-09
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-04
Add C comment about why older compilers complain about basebackup.c's
Bruce Momjian
2011-02-03
Include more status information in walsender results
Magnus Hagander
2011-01-31
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-30
Add option to include WAL in base backup
Magnus Hagander
2011-01-25
Typo fix for MemSet size.
Magnus Hagander
2011-01-23
Make walsender options order-independent
Magnus Hagander
2011-01-23
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-15
Enumerate available tablespaces after starting the backup
Magnus Hagander
2011-01-14
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-11
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-10
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