Commits

DateSubjectAuthorReleases
2013-12-11 Add new wal_level, logical, sufficient for logical decoding. Robert Haas 9.4.0
2013-10-18 Provide a reliable mechanism for terminating a background worker. Robert Haas 9.4.0
2013-08-28 Allow discovery of whether a dynamic background worker is running. Robert Haas 9.4.0
2013-08-16 Rename some bgworker functions as we've done in master. Robert Haas 9.3.0
2013-08-16 Move more bgworker code to bgworker.c; also, some renaming. Robert Haas 9.4.0
2013-07-22 Back-patch bgworker API changes to 9.3. Robert Haas 9.3.0
2013-07-22 Remove bgw_sighup and bgw_sigterm. Robert Haas 9.3.0
2013-07-22 Remove bgw_sighup and bgw_sigterm. Robert Haas 9.4.0
2013-07-16 Allow background workers to be started dynamically. Robert Haas 9.4.0
2013-07-04 Add new GUC, max_worker_processes, limiting number of bgworkers. Robert Haas 9.4.0
2011-11-25 Move "hot" members of PGPROC into a separate PGXACT array. Robert Haas 9.2.0
2011-10-21 Try to log current the query string when a backend crashes. Robert Haas 9.2.0
2011-07-18 Create a "fast path" for acquiring weak relation locks. Robert Haas 9.2.0
2011-04-03 Avoid possible hang during smart shutdown. Robert Haas 9.1.0
2011-03-23 Remove synchronous_replication/max_wal_senders cross-check. Robert Haas 9.1.0
2011-02-16 pg_ctl promote Robert Haas 9.1.0
2011-01-22 Avoid treating WAL senders as normal backends. Robert Haas 9.1.0
2010-07-20 Add restart_after_crash GUC. Robert Haas 9.1.0
2010-06-24 Add stray "else" that seems to have gone missing. Robert Haas 9.0.0
2010-05-27 Avoid starting walreceiver in states where it shouldn't be running. Robert Haas 9.0.0
2010-05-26 More fixes for shutdown during recovery. Robert Haas 9.0.0
2010-05-15 Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. Robert Haas 9.0.0
2010-05-14 We now accept read-only connections in state PM_RECOVERY_CONSISTENT. Robert Haas 9.0.0
2010-04-08 Make smart shutdown work in combination with Hot Standby/Streaming Replication. Robert Haas 9.0.0