]> granicus.if.org Git - postgresql/history - src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
Adjust signature of walrcv_receive hook.
[postgresql] / src / backend / replication / libpqwalreceiver / libpqwalreceiver.c
2016-04-14 Tom LaneAdjust signature of walrcv_receive hook.
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-09 Peter EisentrautHandle invalid libpq sockets in more places
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-12 Tom LaneFix missing PQclear() in libpqrcv_endstreaming().
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Heikki LinnakangasAllow using connection URI in primary_conninfo.
2014-08-19 Fujii MasaoRevert "Fix bug in checking of IDENTIFY_SYSTEM result."
2014-08-19 Fujii MasaoFix bug in checking of IDENTIFY_SYSTEM result.
2014-05-15 Heikki LinnakangasMisc message style and doc fixes.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Heikki LinnakangasFix use of free in walsender error handling after a...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-03 Robert HaasUse a longer buffer in libpqrcv_startstreaming.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-17 Heikki LinnakangasI added a result set to START_STREAMING command, but...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-02-06 Magnus HaganderIDENTIFY_SYSTEM now returns 3 fields, not 2
2011-01-17 Magnus HaganderSet fallback_application_name in walreceiver
2011-01-13 Heikki LinnakangasFix the logic in libpqrcv_receive() to determine if...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-11 Heikki LinnakangasUse "replication" as the database name when constructin...
2010-04-21 Tom LaneFix pg_hba.conf matching so that replication connection...
2010-04-19 Magnus HaganderAdd wrapper function libpqrcv_PQexec() in the walreceiv...
2010-03-21 Peter EisentrautMessage tuning
2010-03-19 Simon RiggsAdd connection messages for streaming replication....
2010-03-19 Simon RiggsMinor tweaks on libpqrcv_connect(): ensure conninfo_rep...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-25 Heikki LinnakangasFix streaming replication starting at the very first...
2010-02-03 Heikki LinnakangasAdd a message type header to the CopyData messages...
2010-01-20 Heikki LinnakangasAdd missing "!= NULL", for the sake of consistency.
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...