postgresql/src/backend/postmaster
Heikki Linnakangas ffd37740ee Add archive_mode='always' option.
In 'always' mode, the standby independently archives all files it receives
from the primary.

Original patch by Fujii Masao, docs and review by me.
2015-05-15 18:55:24 +03:00
..
autovacuum.c Teach autovacuum about multixact member wraparound. 2015-05-08 12:53:00 -04:00
bgworker.c Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
bgwriter.c Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00
checkpointer.c Replace checkpoint_segments with min_wal_size and max_wal_size. 2015-02-23 18:53:02 +02:00
fork_process.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
pgarch.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pgstat.c Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
postmaster.c Add archive_mode='always' option. 2015-05-15 18:55:24 +03:00
startup.c Commonalize process startup code. 2015-01-14 00:33:14 +01:00
syslogger.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
walwriter.c Add a default local latch for use in signal handlers. 2015-01-14 18:45:22 +01:00