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
/
bin
/
pg_basebackup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
5
-5
/
+5
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
1
-1
/
+1
*
pg_basebackup: Small message punctuation improvements
Peter Eisentraut
2012-12-19
2
-5
/
+5
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
4
-31
/
+4
*
Move long_options structures to the top of main() functions, for
Bruce Momjian
2012-11-30
1
-0
/
+1
*
Teach pg_basebackup and pg_receivexlog to reply to server keepalives.
Heikki Linnakangas
2012-11-08
1
-9
/
+37
*
Fix missing inclusions.
Tom Lane
2012-11-07
1
-5
/
+9
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
1
-58
/
+98
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
1
-0
/
+3
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
5
-20
/
+20
*
Fix typo in previous warning-silencing patch.
Heikki Linnakangas
2012-10-02
1
-1
/
+1
*
Silence compiler warning about pointer type mismatch on some platforms.
Heikki Linnakangas
2012-10-02
1
-3
/
+8
*
Small punctuation fixes
Peter Eisentraut
2012-08-28
2
-4
/
+5
*
pg_basebackup: Correct error message
Peter Eisentraut
2012-08-27
1
-1
/
+1
*
Put options on man page and in help output in slightly better order
Peter Eisentraut
2012-08-24
2
-4
/
+4
*
Complain with proper error message if streaming stops prematurely
Magnus Hagander
2012-08-06
1
-0
/
+10
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
4
-140
/
+217
*
Remove unreachable code
Peter Eisentraut
2012-07-16
1
-3
/
+0
*
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-12
2
-20
/
+54
*
Set the write location in the pg_receivexlog status messages
Magnus Hagander
2012-07-04
1
-1
/
+1
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-1
/
+1
*
I missed some references to xlogid/xrecoff in Win32-only code. Fix.
Heikki Linnakangas
2012-06-24
1
-1
/
+4
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
3
-15
/
+25
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
2
-14
/
+13
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
2
-3
/
+3
*
pg_receivexlog: Rename option --dir to --directory
Peter Eisentraut
2012-06-12
1
-9
/
+8
*
Revert behaviour of -x/--xlog to 9.1 semantics
Magnus Hagander
2012-06-11
1
-4
/
+25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
5
-33
/
+34
*
Fix pg_basebackup/pg_receivexlog for floating point timestamps
Magnus Hagander
2012-06-10
3
-7
/
+60
*
Error message capitalization fix
Magnus Hagander
2012-06-10
1
-1
/
+1
*
Use strerror(errno) instead of %m
Magnus Hagander
2012-06-05
1
-1
/
+2
*
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-27
3
-4
/
+48
*
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-25
4
-45
/
+34
*
Add missing PQfinish() calls
Magnus Hagander
2012-05-23
1
-0
/
+2
*
Prevent pg_basebackup when integer_datetimes flag doesn't match.
Robert Haas
2012-05-22
1
-0
/
+24
*
Add new files to NLS file lists
Peter Eisentraut
2012-03-30
1
-1
/
+1
*
Replace printf format %i by %d
Peter Eisentraut
2012-03-30
3
-7
/
+7
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
1
-3
/
+3
*
pg_basebackup: Error handling fixes.
Robert Haas
2012-03-28
1
-11
/
+20
*
pg_basebackup: Error message improvements.
Robert Haas
2012-03-28
1
-3
/
+3
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
1
-1
/
+1
*
Fix incorrect uses of gzFile
Peter Eisentraut
2012-03-02
1
-2
/
+2
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
1
-1
/
+1
*
Have pg_receivexlog always send an invalid log position in status messages
Magnus Hagander
2012-02-09
1
-1
/
+1
*
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
3
-7
/
+15
*
Fix comment language
Magnus Hagander
2012-01-09
1
-2
/
+2
*
Fix pg_basebackup for keepalive messages
Magnus Hagander
2012-01-09
1
-7
/
+23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
6
-6
/
+6
*
Indicate default format in --help output of pg_dump and pg_basebackup
Peter Eisentraut
2011-12-28
1
-1
/
+1
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
1
-1
/
+1
[next]