summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-03-28Validate ICU locales.Jeff Davis
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley
2022-11-28Remove promote_trigger_file.Thomas Munro
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-07-02Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro
2022-05-25Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-07-21Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-28Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro
2021-06-24doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier
2021-05-27doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier
2021-05-25postgresql.conf.sample: Make vertical spacing consistentPeter Eisentraut
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-08Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane
2021-04-14doc: Move force_parallel_mode to section for developer optionsMichael Paquier
2021-04-12Move log_autovacuum_min_duration into its correct sectionsMichael Paquier
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-07Add wraparound failsafe to VACUUM.Peter Geoghegan
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-04-02Add Result Cache executor node (take 2)David Rowley