index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
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
Files
Lines
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
1
-0
/
+1
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-0
/
+1
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
1
-0
/
+1
*
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
1
-1
/
+6
*
Add maintenance_io_concurrency to postgresql.conf.sample.
Thomas Munro
2020-04-02
1
-0
/
+1
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
1
-0
/
+5
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
1
-3
/
+0
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
1
-1
/
+3
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
1
-1
/
+0
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
1
-0
/
+1
*
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-15
1
-0
/
+1
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
1
-1
/
+1
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
1
-0
/
+1
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
1
-0
/
+1
*
Update minimum SSL version
Peter Eisentraut
2019-12-04
1
-1
/
+1
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
1
-0
/
+1
*
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-06
1
-0
/
+11
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
1
-4
/
+5
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
1
-0
/
+1
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
1
-8
/
+4
*
Improve comment in postgresql.conf.sample.
Thomas Munro
2019-07-05
1
-1
/
+1
*
Fix typo.
Etsuro Fujita
2019-05-14
1
-2
/
+2
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
1
-4
/
+4
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
1
-1
/
+3
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
1
-3
/
+3
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
1
-0
/
+4
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
1
-0
/
+2
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
1
-1
/
+1
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
1
-1
/
+1
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
1
-1
/
+1
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
1
-1
/
+1
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
1
-1
/
+3
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
1
-1
/
+2
*
Allow some recovery parameters to be changed with reload
Peter Eisentraut
2019-02-07
1
-4
/
+0
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
1
-0
/
+6
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
1
-1
/
+1
*
Add value 'current' for recovery_target_timeline
Peter Eisentraut
2019-01-11
1
-2
/
+1
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
1
-5
/
+8
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
1
-0
/
+47
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+0
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
1
-0
/
+2
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
1
-0
/
+1
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
1
-11
/
+10
*
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
1
-7
/
+8
*
Wrap long line in postgresql.conf.sample.
Thomas Munro
2018-08-22
1
-1
/
+2
*
Provide plan_cache_mode options in postgresql.conf.sample.
Thomas Munro
2018-08-22
1
-1
/
+1
*
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
1
-0
/
+1
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
1
-1
/
+0
*
Fixes for vacuum_cleanup_index_scale_factor GUC option
Alexander Korotkov
2018-06-22
1
-0
/
+3
*
Fix typo
Peter Eisentraut
2018-06-04
1
-1
/
+1
[next]