aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* 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
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* GUC description improvements for clarityPeter Eisentraut2021-05-05
* doc: Move force_parallel_mode to section for developer optionsMichael Paquier2021-04-14
* Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.Tom Lane2021-04-13
* Doc: update documentation of check_function_bodies.Tom Lane2021-04-10
* Make new GUC short descriptions more consistent.Thomas Munro2021-04-10
* Doc: Review for "Optionally prefetch referenced data in recovery."Thomas Munro2021-04-10
* Fix typoMagnus Hagander2021-04-09
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Tighten up allowed names for custom GUC parameters.Tom Lane2021-04-07
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* 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
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-24
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Avoid leaking memory in RestoreGUCState(), and improve comments.Tom Lane2021-03-19
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane2021-03-18
* 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
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Some copy-editing of GUC descriptionsPeter Eisentraut2021-03-03
* Mark default_transaction_read_only as GUC_REPORT.Tom Lane2021-03-02
* VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera2021-02-23
* Remove outdated reference to RAID spindles.Thomas Munro2021-02-22
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* 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
* Add idle_session_timeout.Tom Lane2021-01-06
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06