aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* 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
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-23
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-21
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro2021-06-28
* doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier2021-06-25
* doc: Fix description of some GUCs in docs and postgresql.conf.sampleMichael Paquier2021-05-27
* postgresql.conf.sample: Make vertical spacing consistentPeter Eisentraut2021-05-25
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* doc: Move force_parallel_mode to section for developer optionsMichael Paquier2021-04-14
* Move log_autovacuum_min_duration into its correct sectionsMichael Paquier2021-04-12
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-24
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Remove temporary files after backend crashTomas Vondra2021-03-18
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan2021-01-27
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08