| Age | Commit message (Expand) | Author |
| 2015-09-09 | Add gin_fuzzy_search_limit to postgresql.conf.sample. | Fujii Masao |
| 2015-07-28 | Disable ssl renegotiation by default. | Andres Freund |
| 2014-10-04 | Update time zone data files to tzdata release 2014h. | 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-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-15 | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro |
| 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-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-03-30 | Add comma missing from postgresql.conf comment. | Bruce Momjian |
| 2010-03-24 | Document in postgresql.conf that the max_standby_delay default is 30 | Bruce Momjian |
| 2010-03-18 | Add vacuum_defer_cleanup_age to postgresql.conf.sample. | Simon Riggs |
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander |
| 2010-02-16 | Move log_error_verbosity GUC setting to "What to log" section, and | Bruce Momjian |
| 2010-02-01 | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs |
| 2010-01-29 | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs |
| 2010-01-26 | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-10-21 | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane |
| 2009-10-21 | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-11 | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane |
| 2009-09-08 | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane |
| 2009-08-24 | Try to make silent_mode behave somewhat reasonably. | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-07-16 | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane |
| 2009-07-03 | Add log_line_prefix placeholder %e to contain the current SQL state | Peter Eisentraut |
| 2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |
| 2009-04-07 | More GUC units doc updates. | Bruce Momjian |
| 2009-04-06 | Add unit documentation for various postgresql.conf settings. | Bruce Momjian |
| 2009-04-06 | Properly align equals signs in new postgresql.conf units comments. | Bruce Momjian |
| 2009-04-06 | Document in postgresql.conf that the default units for | Bruce Momjian |
| 2009-04-06 | Display postgresql.conf unit options in an easier-to-understand, | Bruce Momjian |
| 2009-02-28 | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane |
| 2009-01-16 | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas |
| 2009-01-12 | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane |
| 2009-01-09 | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander |
| 2009-01-07 | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane |
| 2009-01-02 | Remove comments that say restart is required for changing of Kerberos | Magnus Hagander |
| 2008-12-13 | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |