index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Add some const qualifiers
Peter Eisentraut
2023-09-26
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-11
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
Masahiko Sawada
2023-06-15
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
*
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-27
*
Fix various typos
David Rowley
2023-04-18
*
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-04-14
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-02-06
*
Minor GUC code refactoring.
Tom Lane
2023-01-27
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
*
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
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-14
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
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
2022-09-13
*
Improve wal_decode_buffer_size description some more
Alvaro Herrera
2022-09-13
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
*
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-04
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
*
Fix some inconsistencies with GUC categories
Michael Paquier
2022-08-09
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Add missing serial commas
Peter Eisentraut
2022-04-09
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
[next]