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
*
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Formatting and punctuation improvements in postgresql.conf.sample
Peter Eisentraut
2020-06-07
*
Fix some mentions to memory units in postgresql.conf.sample
Michael Paquier
2020-05-28
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
*
Add maintenance_io_concurrency to postgresql.conf.sample.
Thomas Munro
2020-04-02
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-15
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
*
Update minimum SSL version
Peter Eisentraut
2019-12-04
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-06
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Improve comment in postgresql.conf.sample.
Thomas Munro
2019-07-05
*
Fix typo.
Etsuro Fujita
2019-05-14
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Allow some recovery parameters to be changed with reload
Peter Eisentraut
2019-02-07
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Add value 'current' for recovery_target_timeline
Peter Eisentraut
2019-01-11
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
[next]