summaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiverfuncs.c
AgeCommit message (Expand)Author
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-04-28Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-27Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas
2010-01-15Introduce Streaming Replication.Heikki Linnakangas