index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
postgresql.conf.sample
Commit message (
Expand
)
Author
Age
*
Note that max_worker_processes requires restart.
Robert Haas
2016-05-03
*
Fix wrong word.
Robert Haas
2016-04-27
*
Change postgresql.conf.sample to say that fsync=off will corrupt data.
Robert Haas
2016-04-27
*
Enable parallel query by default.
Robert Haas
2016-04-26
*
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-24
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-16
*
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-16
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Fix spelling error in postgresql.conf
Bruce Momjian
2015-11-14
*
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-10-04
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-09
*
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-09-07
*
Improve whitespace
Peter Eisentraut
2015-08-22
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-05
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-10-04
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
*
Use comma+space as the separator in the default search_path.
Heikki Linnakangas
2014-08-20
*
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-29
*
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
[next]