| Commit message (Expand) | Author | Age |
* | Separate multixact freezing parameters from xid's | Alvaro Herrera | 2014-02-13 |
* | postgresql.conf.sample: Improve whitespace | Peter Eisentraut | 2013-05-29 |
* | Add lock_timeout configuration parameter. | Tom Lane | 2013-03-16 |
* | Base the default SSL ciphers on DEFAULT instead of ALL | Magnus Hagander | 2013-01-17 |
* | Improve replication connection timeouts. | Heikki Linnakangas | 2012-10-11 |
* | Add support for include_dir in config file. | Heikki Linnakangas | 2012-09-24 |
* | Add pg_settings units display for "commit_delay" (ms). | Bruce Momjian | 2012-08-14 |
* | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 |
* | Small punctuation editing of postgresql.conf.sample | Peter Eisentraut | 2012-05-14 |
* | Rename track_iotiming GUC to track_io_timing. | Tom Lane | 2012-04-29 |
* | Rename synchronous_commit='write' to 'remote_write'. | Robert Haas | 2012-04-14 |
* | New GUC, track_iotiming, to track I/O timings. | Robert Haas | 2012-03-27 |
* | Add parameters for controlling locations of server-side SSL files | Peter Eisentraut | 2012-02-22 |
* | Reduce tab outdent of "error handling" GUC comments in postgresql.conf, | Bruce Momjian | 2012-01-24 |
* | Support configurable eventlog application names on Windows | Magnus Hagander | 2011-10-25 |
* | Mark GUC external_pid_file's default as '' in postgresql.conf, rather | Bruce Momjian | 2011-10-10 |
* | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 |
* | Remove the custom_variable_classes parameter. | Tom Lane | 2011-10-04 |
* | Simplify handling of the timezone GUC by making initdb choose the default. | Tom Lane | 2011-09-09 |
* | Add archive_command example | Peter Eisentraut | 2011-09-03 |
* | Tweak postgresql.conf.sample's comments on listen_addresess. | Robert Haas | 2011-08-25 |
* | Remove wal_sender_delay GUC, because it's no longer useful. | Tom Lane | 2011-08-10 |
* | Introduce sending servers as new category for replication params | Simon Riggs | 2011-07-19 |
* | Add temp_file_limit GUC parameter to constrain temporary file space usage. | Tom Lane | 2011-07-17 |
* | Reclassify replication-related GUC variables as "master" and "standby". | Tom Lane | 2011-07-07 |
* | Remove silent_mode. You get the same functionality with "pg_ctl -l | Heikki Linnakangas | 2011-07-04 |
* | Adjust documentation with respect to "unknown" timezone setting. | Tom Lane | 2011-05-10 |
* | Merge synchronous_replication setting into synchronous_commit. | Robert Haas | 2011-04-04 |
* | Automatically terminate replication connections that are idle for more | Heikki Linnakangas | 2011-03-30 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL | Heikki Linnakangas | 2011-02-26 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | Rename max_predicate_locks_per_transaction. | Robert Haas | 2011-02-15 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Allow the wal_buffers setting to be auto-tuned to a reasonable value. | Tom Lane | 2011-01-22 |
* | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane | 2010-12-08 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Single-word clarification in postgresql.conf log_truncate_on_rotation | Bruce Momjian | 2010-10-08 |
* | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas | 2010-09-27 |
* | In postgresql.conf.sample, use on/off rather than true/false. | Robert Haas | 2010-07-27 |
* | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 |
* | Add restart_after_crash GUC. | Robert Haas | 2010-07-20 |
* | Change the default value of standard_conforming_strings to on. | Robert Haas | 2010-07-20 |
* | Add a log_file_mode GUC that allows control of the file permissions set on | Tom Lane | 2010-07-16 |
* | 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-07-03 |
* | Add new GUC categories corresponding to sections in docs, and move | Itagaki Takahiro | 2010-06-15 |
* | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |