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
/
libpqwalreceiver
Age
Commit message (
Expand
)
Author
2014-05-06
Fix use of free in walsender error handling after a sysid mismatch.
Heikki Linnakangas
2011-01-13
Fix the logic in libpqrcv_receive() to determine if there's any incoming data
Heikki Linnakangas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-11
Use "replication" as the database name when constructing a connection
Heikki Linnakangas
2010-04-21
Fix pg_hba.conf matching so that replication connections only match records
Tom Lane
2010-04-19
Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async
Magnus Hagander
2010-03-21
Message tuning
Peter Eisentraut
2010-03-19
Add connection messages for streaming replication. log_connections
Simon Riggs
2010-03-19
Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Simon Riggs
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-25
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-03
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-01-20
Fix bogus subdir setting. Again. I must've unfixed it by accident while
Heikki Linnakangas
2010-01-20
Add missing "!= NULL", for the sake of consistency.
Heikki Linnakangas
2010-01-20
Rethink the way walreceiver is linked into the backend. Instead than shoving
Heikki Linnakangas