]> granicus.if.org Git - postgresql/history - src/backend/replication/syncrep.c
Add barriers to the latch code.
[postgresql] / src / backend / replication / syncrep.c
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-12 Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-03 Heikki LinnakangasFix typo in comment.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-07-04 Magnus HaganderAlways treat a standby returning an an invalid flush...
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-11 Magnus HaganderPrevent non-streaming replication connections from...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-30 Simon RiggsMinor bug fix and cleanup from self-review of sync...
2012-01-30 Simon RiggsVarious minor comments changes from bgwriter to checkpo...
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-09 Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-26 Simon RiggsAdditional test for each commit in sync rep path to...
2011-03-19 Robert HaasMove synchronous_standbys_defined updates from WAL...
2011-03-18 Robert HaasMake synchronous replication query cancel/die messages...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-10 Robert HaasMake error handling of synchronous_standby_names consis...
2011-03-10 Robert HaasMore synchronous replication typo fixes.
2011-03-10 Robert HaasMore synchronous replication tweaks.
2011-03-10 Robert HaasMinor sync rep corrections.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-07 Heikki LinnakangasSilence compiler warning about undefined function when...
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit