index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
postgresql.conf.sample
Age
Commit message (
Expand
)
Author
2021-02-15
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2019-08-27
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-04-17
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-02-28
Improve documentation of data_sync_retry
Michael Paquier
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-08
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-08-16
Disable parallel query by default.
Robert Haas
2016-07-19
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-07
Clarify resource utilization of parallel query.
Robert Haas
2016-07-06
Fix typos
Peter Eisentraut
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-10
Change default of backend_flush_after GUC to 0 (disabled).
Andres Freund
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-05-03
Note that max_worker_processes requires restart.
Robert Haas
2016-04-27
Fix wrong word.
Robert Haas
2016-04-27
Change postgresql.conf.sample to say that fsync=off will corrupt data.
Robert Haas
2016-04-26
Enable parallel query by default.
Robert Haas
2016-04-24
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-06
Support multiple synchronous standby servers.
Fujii Masao
2016-03-29
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-16
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-02-16
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2015-11-14
Fix spelling error in postgresql.conf
Bruce Momjian
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-09
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-07
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-08-22
Improve whitespace
Peter Eisentraut
2015-07-28
Remove ssl renegotiation support.
Andres Freund
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-11
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-02-23
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
2014-12-05
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
[next]