summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
AgeCommit message (Expand)Author
2025-04-25Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-24Redefine max_files_per_process to control additionally opened filesAndres Freund
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-12Modularize log_connections outputMelanie Plageman
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-19Invalidate inactive replication slots.Amit Kapila
2025-02-18Make the description of some GUCs more consistentMichael Paquier
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-14Describe special values in GUC descriptions more consistently.Nathan Bossart
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-11config: Rename "Asynchronous Behavior" to "I/O"Andres Freund
2025-02-11config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund
2025-02-06Fix autovacuum_vacuum_max_threshold's GUC description.Nathan Bossart
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-01-31Remove obsolete restriction on the range of log_rotation_size.Tom Lane
2025-01-14Synchronize guc_tables.c categories with vacuum docs categoriesMelanie Plageman
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
2024-10-13Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workersMichael Paquier
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-29Message style improvementsPeter Eisentraut
2024-08-19Mark search_path as GUC_REPORTTomas Vondra
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-10Lower minimum maintenance_work_mem to 64kBJohn Naylor
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut