aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
Commit message (Expand)AuthorAge
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-18
* I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* IDENTIFY_SYSTEM now returns 3 fields, not 2Magnus Hagander2011-02-06
* Set fallback_application_name in walreceiverMagnus Hagander2011-01-17
* Fix the logic in libpqrcv_receive() to determine if there's any incoming dataHeikki Linnakangas2011-01-13
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Use "replication" as the database name when constructing a connectionHeikki Linnakangas2010-06-11
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Add wrapper function libpqrcv_PQexec() in the walreceiver that uses asyncMagnus Hagander2010-04-19
* Message tuningPeter Eisentraut2010-03-21
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas2010-02-25
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-03
* Add missing "!= NULL", for the sake of consistency.Heikki Linnakangas2010-01-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20