aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* 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
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-09
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund2022-05-24
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-10
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06