index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
libpqwalreceiver
/
libpqwalreceiver.c
Commit message (
Expand
)
Author
Age
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
*
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
IDENTIFY_SYSTEM now returns 3 fields, not 2
Magnus Hagander
2011-02-06
*
Set fallback_application_name in walreceiver
Magnus Hagander
2011-01-17
*
Fix the logic in libpqrcv_receive() to determine if there's any incoming data
Heikki Linnakangas
2011-01-13
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Use "replication" as the database name when constructing a connection
Heikki Linnakangas
2010-06-11
*
Fix pg_hba.conf matching so that replication connections only match records
Tom Lane
2010-04-21
*
Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async
Magnus Hagander
2010-04-19
*
Message tuning
Peter Eisentraut
2010-03-21
*
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-03-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
*
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
*
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
2010-01-20