| Commit message (Expand) | Author | Age |
* | Add missing comment in postgresql.conf. | Tatsuo Ishii | 2017-07-31 |
* | Add missing comment in postgresql.conf. | Tatsuo Ishii | 2017-07-31 |
* | Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. | Tom Lane | 2016-07-19 |
* | Add gin_fuzzy_search_limit to postgresql.conf.sample. | Fujii Masao | 2015-09-09 |
* | Disable ssl renegotiation by default. | Andres Freund | 2015-07-28 |
* | Print wal_log_hints in the rm_desc routing of a parameter-change record. | Heikki Linnakangas | 2014-12-05 |
* | Update time zone data files to tzdata release 2014h. | Tom Lane | 2014-10-04 |
* | Small typo and formatting fixes in postgresql.conf.sample | Peter Eisentraut | 2014-05-25 |
* | Increase the default value of effective_cache_size to 4GB. | Tom Lane | 2014-05-08 |
* | Revert "Auto-tune effective_cache size to be 4x shared buffers" | Tom Lane | 2014-05-08 |
* | Cleanups from the remove-native-krb5 patch | Magnus Hagander | 2014-03-16 |
* | Rename huge_tlb_pages to huge_pages, and improve docs. | Heikki Linnakangas | 2014-03-03 |
* | Update and clarify ssl_ciphers default | Peter Eisentraut | 2014-02-24 |
* | Increase work_mem and maintenance_work_mem defaults by 4x | Bruce Momjian | 2014-02-24 |
* | Separate multixact freezing parameters from xid's | Alvaro Herrera | 2014-02-13 |
* | Introduce replication slots. | Robert Haas | 2014-01-31 |
* | Allow using huge TLB pages on Linux (MAP_HUGETLB) | Heikki Linnakangas | 2014-01-29 |
* | Code review for auto-tuned effective_cache_size. | Tom Lane | 2014-01-27 |
* | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 |
* | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 |
* | New autovacuum_work_mem parameter | Simon Riggs | 2013-12-12 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | SSL: Support ECDH key exchange | Peter Eisentraut | 2013-12-07 |
* | SSL: Add configuration option to prefer server cipher order | Peter Eisentraut | 2013-12-07 |
* | Add missing entry for session_preload_libraries in sample config. | Jeff Davis | 2013-11-25 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | Allow dynamic allocation of shared memory segments. | Robert Haas | 2013-10-09 |
* | Update postgres.conf.sample for effective_cache_size's new default | Bruce Momjian | 2013-10-08 |
* | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas | 2013-07-04 |
* | Support TB (terabyte) memory unit in GUC variables. | Fujii Masao | 2013-06-20 |
* | 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 |