summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
AgeCommit message (Expand)Author
15 hoursFix range for commit_siblings in sample confDaniel Gustafsson
27 hoursReport better object limits in error messages for injection pointsMichael Paquier
45 hoursClean up qsort comparison function for GUC entriesPeter Eisentraut
6 daysFix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
7 daysUpdate code commentPeter Eisentraut
8 daysAdd sequence synchronization for logical replication.Amit Kapila
8 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
10 daysSort guc_parameters.dat alphabetically by namePeter Eisentraut
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-17Change config_generic.vartype to be initialized at compile timePeter Eisentraut
2025-10-17Use designated initializers for guc_tablesPeter Eisentraut
2025-10-15Change reset_extra into a config_generic common fieldPeter Eisentraut
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-15Add some const qualifiersPeter Eisentraut
2025-10-15Modernize some for loopsPeter Eisentraut
2025-10-09Clean up memory leakage that occurs in context callback functions.Tom Lane
2025-10-08Implement Eager AggregationRichard Guo
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-09-24Ensure guc_tables.o's dependency on guc_tables.inc.c is known.Tom Lane
2025-09-12Default to log_lock_waits=onPeter Eisentraut
2025-09-05Allow to log raw parse tree.Tatsuo Ishii
2025-09-03Fix mistake in new GUC tables sourcePeter Eisentraut
2025-09-03Generate GUC tables from .dat filePeter Eisentraut
2025-08-25Formatting cleanup of guc_tables.cPeter Eisentraut
2025-08-14Don't leak memory during failure exit from SelectConfigFiles().Tom Lane
2025-08-03Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane
2025-08-03Fix assorted pretty-trivial memory leaks in the backend.Tom Lane
2025-08-01Allow resetting unknown custom GUCs with reserved prefixes.Nathan Bossart
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