index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
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
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-09
Formatting improvements in config file samples
Peter Eisentraut
2017-05-02
Change hot_standby default value to 'on'
Magnus Hagander
2017-04-18
Also fix comment in sample postgresql.conf file, for "scram-sha-256".
Heikki Linnakangas
2017-04-11
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-08
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-03-27
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-07
Improve postgresql.conf.sample comments about parallel workers.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-14
Change default values for backup and replication parameters
Magnus Hagander
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-19
Support quorum-based synchronous replication.
Fujii Masao
2016-12-05
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-02
Add max_parallel_workers GUC.
Robert Haas
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-27
Properly indent postgresql.conf comments to align
Bruce Momjian
2016-10-25
Consistently mention 'SELECT pg_reload_conf()' in config files
Bruce Momjian
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
2016-10-17
By default, set log_line_prefix = '%m [%p] '.
Robert Haas
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
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-07
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-30
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-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
[next]