index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-10
/
+11
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-2
/
+2
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
1
-85
/
+53
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
1
-5
/
+2
*
Error when creating names too long for tar format
Peter Eisentraut
2015-02-24
1
-1
/
+20
*
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-17
1
-2
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
1
-0
/
+24
*
Fix typos in comments.
Fujii Masao
2014-06-11
1
-1
/
+1
*
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-28
1
-11
/
+18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-10
/
+10
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-1
/
+1
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
1
-1
/
+2
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
1
-2
/
+135
*
pg_basebackup: Skip only the *contents* of pg_replslot.
Robert Haas
2014-02-25
1
-4
/
+12
*
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-03
1
-1
/
+30
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-0
/
+4
*
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
2014-01-27
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
1
-7
/
+52
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
1
-0
/
+7
*
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-08-24
1
-0
/
+8
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-29
/
+35
*
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-03-25
1
-13
/
+55
*
Add quotes to messages
Peter Eisentraut
2013-02-22
1
-3
/
+3
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
1
-11
/
+30
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
1
-41
/
+190
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
1
-0
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
1
-125
/
+3
*
Fix race condition if a file is removed while pg_basebackup is running.
Heikki Linnakangas
2012-12-21
1
-10
/
+31
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-4
/
+17
*
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-10-05
1
-14
/
+2
*
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
1
-23
/
+40
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-1
/
+1
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-12
/
+8
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-5
/
+7
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
1
-1
/
+1
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
1
-5
/
+20
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
1
-14
/
+38
*
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-07
1
-3
/
+22
*
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-22
1
-3
/
+3
*
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-18
1
-2
/
+3
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
1
-0
/
+1
*
Tweak string for uniformity
Alvaro Herrera
2011-09-08
1
-1
/
+1
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
1
-0
/
+5
*
Message style improvements
Peter Eisentraut
2011-07-08
1
-2
/
+2
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-17
/
+20
[next]