| Age | Commit message (Expand) | Author |
| 2015-09-24 | Lower *_freeze_max_age minimum values. | Andres Freund |
| 2015-09-09 | Add gin_fuzzy_search_limit to postgresql.conf.sample. | Fujii Masao |
| 2015-08-15 | Don't use 'bool' as a struct member name in help_config.c. | Andres Freund |
| 2015-08-04 | Cap wal_buffers to avoid a server crash when it's set very large. | Robert Haas |
| 2015-07-28 | Disable ssl renegotiation by default. | Andres Freund |
| 2015-05-04 | Recursively fsync() the data directory after a crash. | Robert Haas |
| 2014-10-16 | Support timezone abbreviations that sometimes change. | Tom Lane |
| 2014-10-04 | Update time zone data files to tzdata release 2014h. | Tom Lane |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian |
| 2014-04-05 | Fix processing of PGC_BACKEND GUC parameters on Windows. | Tom Lane |
| 2013-02-04 | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. | Simon Riggs |
| 2013-02-02 | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. | Simon Riggs |
| 2012-11-18 | Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. | Tom Lane |
| 2011-10-04 | Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. | Tom Lane |
| 2011-07-08 | Fix another oversight in logging of changes in postgresql.conf settings. | Tom Lane |
| 2010-12-08 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-09-27 | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-04 | Pad the ps_status display with nulls, not blanks, on Darwin. | Tom Lane |
| 2010-08-19 | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane |
| 2010-08-01 | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane |
| 2010-07-06 | Make log_temp_files based on kB, and revert docs & comments to match. | Robert Haas |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-03 | Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible | Tom Lane |
| 2010-07-03 | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane |
| 2010-06-25 | Fix log_temp_files docs and comments to say bytes not kilobytes. | Simon Riggs |
| 2010-06-17 | Clean up some randomness associated with trace_recovery_messages: don't | Tom Lane |
| 2010-06-15 | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro |
| 2010-05-27 | Change ps_status.c to explicitly track the current logical length of ps_buffer. | Tom Lane |
| 2010-05-02 | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane |
| 2010-04-29 | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-22 | Fix message punctuation | Peter Eisentraut |
| 2010-04-21 | Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, rather | Tom Lane |
| 2010-04-20 | Rename standby_keep_segments to wal_keep_segments. | Robert Haas |
| 2010-04-19 | Add an 'enable_material' GUC. | Robert Haas |
| 2010-04-12 | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas |
| 2010-04-01 | Refer to max_wal_senders in a more consistent fashion. | Robert Haas |
| 2010-03-30 | Add comma missing from postgresql.conf comment. | Bruce Momjian |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-24 | Document in postgresql.conf that the max_standby_delay default is 30 | Bruce Momjian |
| 2010-03-21 | Message tuning | Peter Eisentraut |
| 2010-03-18 | Add vacuum_defer_cleanup_age to postgresql.conf.sample. | Simon Riggs |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-17 | log_error_verbosity is now LOGGING_WHAT category. | Tom Lane |
| 2010-02-16 | Move log_error_verbosity GUC setting to "What to log" section, and | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-13 | Re-enable max_standby_delay = -1 using deadlock detection on startup | Simon Riggs |