aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Improve whitespacePeter Eisentraut2015-08-22
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas2014-12-05
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Update time zone data files to tzdata release 2014h.Tom Lane2014-10-04
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Use comma+space as the separator in the default search_path.Heikki Linnakangas2014-08-20
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut2014-05-25
* Increase the default value of effective_cache_size to 4GB.Tom Lane2014-05-08
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-08
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Update and clarify ssl_ciphers defaultPeter Eisentraut2014-02-24
* Increase work_mem and maintenance_work_mem defaults by 4xBruce Momjian2014-02-24
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Introduce replication slots.Robert Haas2014-01-31
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* Code review for auto-tuned effective_cache_size.Tom Lane2014-01-27
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* New autovacuum_work_mem parameterSimon Riggs2013-12-12
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-07
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-07
* Add missing entry for session_preload_libraries in sample config.Jeff Davis2013-11-25
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Update postgres.conf.sample for effective_cache_size's new defaultBruce Momjian2013-10-08
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Support TB (terabyte) memory unit in GUC variables.Fujii Masao2013-06-20
* postgresql.conf.sample: Improve whitespacePeter Eisentraut2013-05-29
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-17
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Add support for include_dir in config file.Heikki Linnakangas2012-09-24
* Add pg_settings units display for "commit_delay" (ms).Bruce Momjian2012-08-14
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Small punctuation editing of postgresql.conf.samplePeter Eisentraut2012-05-14
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29