aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Introduce autovacuum_vacuum_max_threshold.Nathan Bossart2025-02-05
* Reorder vacuum GUCs in postgresql.conf.sample to match docsMelanie Plageman2025-01-13
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Deprecate MD5 passwords.Nathan Bossart2024-12-02
* Reordering DISTINCT keys to match input path's pathkeysRichard Guo2024-11-26
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Lower minimum maintenance_work_mem to 64kBJohn Naylor2024-08-10
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Move new SLRU buffers GUCs to a better place in postgresql.conf.samplePeter Eisentraut2024-06-05
* postgresql.conf: align variable comments, mostly new onesBruce Momjian2024-05-06
* revert: Transform OR clauses to ANY expressionAlexander Korotkov2024-04-10
* Fix the value of or_to_any_transform_limit in postgresql.conf.sampleAlexander Korotkov2024-04-08
* Transform OR clauses to ANY expressionAlexander Korotkov2024-04-08
* Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro2024-04-06
* Provide vectored variant of ReadBuffer().Thomas Munro2024-04-03
* Add allow_alter_system GUC.Robert Haas2024-03-29
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane2024-02-15
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane2024-01-10
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* improve alignment of postgresql.conf commentsBruce Momjian2023-10-31
* Add GUC for temporarily disabling event triggersDaniel Gustafsson2023-09-25
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Use lower case for icu_validation_level valuesPeter Eisentraut2023-05-23
* Punctuation improvement in postgresql.conf.samplePeter Eisentraut2023-05-23
* Fix remaining references to gss_accept_deleg.Nathan Bossart2023-05-20
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-17
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-10
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-28
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Validate ICU locales.Jeff Davis2023-03-28
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Add new GUC createrole_self_grant.Robert Haas2023-01-10
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-20
* Remove promote_trigger_file.Thomas Munro2022-11-29