aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Fix compiler warning from Clang.Thomas Munro2020-07-31
* Preallocate some DSM space at startup.Thomas Munro2020-07-31
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Add huge_page_size setting for use on Linux.Thomas Munro2020-07-17
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Change default of password_encryption to scram-sha-256Peter Eisentraut2020-06-10
* Update description of parameter password_encryptionPeter Eisentraut2020-06-10
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao2020-03-09
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-26
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-22
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-18
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Increase the maximum value of track_activity_query_size.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-11
* Update minimum SSL versionPeter Eisentraut2019-12-04
* Make allow_system_table_mods settable at run timePeter Eisentraut2019-11-29
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Allow sampling of statements depending on durationTomas Vondra2019-11-06