summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
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
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro