summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAgeFilesLines
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-171-1/+1
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-101-1/+1
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-281-3/+3
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-241-1/+0
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+1
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-1/+0
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+1
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-0/+3
* Validate ICU locales.Jeff Davis2023-03-281-0/+3
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+1
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-251-1/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-251-0/+1
* Add new GUC reserved_connections.Robert Haas2023-01-201-0/+1
* Add new GUC createrole_self_grant.Robert Haas2023-01-101-0/+1
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+1
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-201-0/+1
* Remove promote_trigger_file.Thomas Munro2022-11-291-1/+0
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-031-1/+0
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-141-4/+4
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-091-4/+1
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-021-1/+1
* Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund2022-05-241-1/+1
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-101-4/+4
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+6
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-061-1/+1
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-1/+0
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-0/+1
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-0/+1
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-241-0/+1
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-111-1/+1
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-161-1/+1
* Allow archiving via loadable modules.Robert Haas2022-02-031-0/+3
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-6/+7
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-131-2/+2
* Report progress of startup operations that take a long time.Robert Haas2021-10-251-0/+5
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-231-1/+1
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-211-1/+2
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-1/+1
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-291-1/+2
* Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro2021-06-281-1/+0
* doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier2021-06-251-2/+0
* doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier2021-05-271-0/+1
* postgresql.conf.sample: Make vertical spacing consistentPeter Eisentraut2021-05-251-0/+2
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-151-1/+1
* Revert recovery prefetching feature.Thomas Munro2021-05-101-6/+0
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-081-48/+47
* doc: Move force_parallel_mode to section for developer optionsMichael Paquier2021-04-141-1/+0
* Move log_autovacuum_min_duration into its correct sectionsMichael Paquier2021-04-121-4/+5
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-081-0/+6
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-071-0/+2