Commits

DateSubjectAuthorReleases
2021-01-06 Add idle_session_timeout. Tom Lane 14.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-10 Revert "Increase the default vacuum_cost_limit from 200 to 2000" Tom Lane 12.0
2019-03-10 Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 12.0
2018-05-23 Fix incorrect ordering of operations in pg_resetwal and pg_rewind. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-06-10 Improve the situation for parallel query versus temp relations. Tom Lane 9.6.0
2013-11-01 Remove CTimeZone/HasCTZSet, root and branch. Tom Lane 9.4.0
2010-11-26 Remove bogus use of PGDLLIMPORT. Tom Lane 9.1.0
2009-08-31 Change the autovacuum launcher to read pg_database directly, rather than Tom Lane 9.0.0
2009-08-28 Remove useless code that propagated FrontendProtocol to a backend via a Tom Lane 9.0.0
2009-05-05 Install a "dead man switch" to allow the postmaster to detect cases where Tom Lane 8.4.0
2008-11-09 Add a new GUC variable called "IntervalStyle" that decouples interval output Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2005-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to Tom Lane 8.1.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-05-30 Paranoia: ensure MyBackendId is InvalidBackendId in a process that has Tom Lane 8.0.0
2004-05-29 Separate out bgwriter code into a logically separate module, rather Tom Lane 8.0.0
2004-05-28 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by Tom Lane 8.0.0
2004-02-10 Centralize implementation of delay code by creating a pg_usleep() Tom Lane 8.0.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2004-01-28 Review uses of IsUnderPostmaster, change some tests to look at Tom Lane 8.0.0
2003-08-26 Mop-up for previous change to determine default shared_buffers and Tom Lane 7.4.1
2003-07-29 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate Tom Lane 7.4.1
2003-05-28 Fix things so that an error occuring during standalone-backend processing Tom Lane 7.4.1