]> granicus.if.org Git - postgresql/history - src/backend/replication
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / replication /
2012-03-24 Tom LaneCast some printf arguments to avoid possibly-nonportabl...
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-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-13 Robert HaasTypo fix.
2012-01-13 Simon RiggsMinor but necessary improvements to WAL keepalives
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-12-07 Tom LaneFix corner cases in readlink() usage.
2011-12-07 Magnus HaganderAvoid using readlink() on platforms that don't support it
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-02 Simon RiggsRefactor xlog.c to create src/backend/postmaster/startup.c
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-11-01 Simon RiggsComment changes to show bgwriter no longer performs...
2011-10-22 Heikki LinnakangasFix overly-complicated usage of errcode_for_file_access().
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
2011-10-18 Magnus HaganderExclude postmaster.opts from base backups
2011-10-06 Magnus HaganderEnsure walsenders can be SIGTERMed while in non-walsend...
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-08 Alvaro HerreraTweak string for uniformity
2011-09-07 Simon RiggsEmit cascaded standby message on shutdown only when...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
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-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-07-08 Peter EisentrautMessage style improvements
2011-06-22 Tom LaneAdd missing -I switch for VPATH builds.
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-30 Bruce MomjianLowercase status labels in pg_stat_replication view.
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-04-03 Robert HaasAvoid possible hang during smart shutdown.
2011-04-01 Robert HaasFix compiler warning.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-30 Heikki LinnakangasAdjust error message, now that we expect other message...
2011-03-26 Simon RiggsAdditional test for each commit in sync rep path to...
2011-03-25 Robert HaasMake walreceiver send a reply after receiving data...
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 HaasRemove bogus comment.
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 Robert HaasReplication README updates.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-10 Bruce MomjianMention gcc version in C comment.
2011-03-07 Heikki LinnakangasSilence compiler warning about undefined function when...
2011-03-07 Simon RiggsDynamic array required within pg_stat_replication.
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-03-01 Robert HaasAvoid excessive Hot Standby feedback messages.
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-18 Simon RiggsMake a hard state change from catchup to streaming...
2011-02-18 Simon RiggsSeparate messages for standby replies and hot standby...
2011-02-17 Tom LaneFix blatantly uninitialized variable in recent commit.
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-16 Robert HaasWAL receiver shouldn't try to send a reply when dying.
2011-02-15 Robert HaasAssorted corrections to the patch to add WAL receiver...
2011-02-11 Robert HaasTypo fixes. receivedUpto should be capitalized consist...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-06 Magnus HaganderIDENTIFY_SYSTEM now returns 3 fields, not 2
2011-02-05 Bruce MomjianAdd C comment about why older compilers complain about...
2011-02-03 Magnus HaganderInclude more status information in walsender results
2011-01-31 Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-25 Magnus HaganderTypo fix for MemSet size.
2011-01-23 Magnus HaganderMake walsender options order-independent
2011-01-23 Magnus HaganderOnly show pg_stat_replication details to superusers
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-17 Magnus HaganderSet fallback_application_name in walreceiver
2011-01-17 Heikki LinnakangasBefore exiting walreceiver, fsync() all the WAL received.
2011-01-15 Tom LaneAdd .gitignore to silence git complaints about parser...
2011-01-15 Magnus HaganderEnumerate available tablespaces after starting the...
2011-01-15 Heikki LinnakangasTreat a WAL sender process that hasn't started streamin...
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14 Magnus HaganderExit from base backups when shutdown is requested
2011-01-13 Magnus HaganderMake sure walsender state is only read while holding...
2011-01-13 Heikki LinnakangasFix the logic in libpqrcv_receive() to determine if...
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-11 Magnus HaganderAdd missing function prototype, for consistency
2011-01-11 Tom LaneAdjust basebackup.c to suppress compiler warnings.
2011-01-11 Magnus HaganderReset walsender ps title in the main loop
2011-01-10 Magnus HaganderSet process title to indicate base backup is running
2011-01-10 Heikki LinnakangasLeave temporary files out of streaming base backups.
2011-01-10 Magnus HaganderBackend support for streaming base backups
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
next