index
:
users/c2main/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
analyze_cache
ecpg_big_bison
master
Cedric's Stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-10-24
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-09
Apply GUC name from central table in more places of guc.c
Michael Paquier
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-15
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
Fix type confusion in guc_var_compare()
Andres Freund
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-23
Improve "out of range" error messages for GUCs.
Tom Lane
2024-03-29
Add allow_alter_system GUC.
Robert Haas
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-26
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-08
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-02
Make GetConfigOption/GetConfigOptionResetString return "" for NULL.
Tom Lane
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-08-11
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-10
Transform proconfig for faster execution.
Jeff Davis
2023-06-15
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
Masahiko Sawada
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-04-27
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-18
Fix various typos
David Rowley
2023-04-13
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-06
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-01-27
Minor GUC code refactoring.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-10-31
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-14
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
[next]