summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
AgeCommit message (Expand)Author
2025-07-11Fix the handling of two GUCs during upgrade.Amit Kapila
2025-07-10Change unit of idle_replication_slot_timeout to seconds.Fujii Masao
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-06-28Message style improvementsPeter Eisentraut
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-05-26Improve file_copy_method entry in postgresql.conf.samplePeter Eisentraut
2025-05-23Move oauth_validator_libraries in postgresql.conf.samplePeter Eisentraut
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
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-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-04-06Revert "Put enable_self_join_elimination into postgresql.conf.sample"Alexander Korotkov
2025-04-06Put enable_self_join_elimination into postgresql.conf.sampleAlexander Korotkov
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-26aio: Add io_method=io_uringAndres Freund
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-19Increase io_combine_limit range to 1MB.Thomas Munro
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-03Trigger more frequent autovacuums with relallfrozenMelanie 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-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
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