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
/
bin
/
pg_basebackup
/
pg_recvlogical.c
Age
Commit message (
Expand
)
Author
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-08
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-02-02
Fix typo in comment
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-09-16
Review program help output for wording and formatting
Peter Eisentraut
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-07
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-05-18
Message string improvements
Peter Eisentraut
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-03-20
pg_recvlogical: update --help description
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-12
pg_recvlogical: Improve --help output
Peter Eisentraut
2014-10-06
Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.
Andres Freund
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
pg_recvlogical.c code review.
Andres Freund
2014-08-12
pg_recvlogical message and code improvements.
Andres Freund
2014-06-05
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-05-26
Fix pg_recvlogical to accept the documented -I instead only --startpos.
Andres Freund
2014-05-19
Message style fixes to pg_recvlogical
Heikki Linnakangas
2014-05-16
Open output file before sleeping in pg_recvlogical.
Heikki Linnakangas
2014-05-15
Fix a couple of bugs in pg_recvlogical output to stdout.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Don't leak memory after connection aborts in pg_recvlogical.
Heikki Linnakangas
2014-03-19
Some minor improvements to logical decoding document.
Fujii Masao
2014-03-18
Fix misc typos in comments.
Heikki Linnakangas
2014-03-18
Fix uninitialized variable.
Robert Haas
2014-03-18
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas