index
:
postgresql-pgindent.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
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
2022-09-13
Improve wal_decode_buffer_size description some more
Alvaro Herrera
2022-09-07
Message style fixes
Alvaro Herrera
2022-09-04
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-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-09
Fix some inconsistencies with GUC categories
Michael Paquier
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-28
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-07
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-24
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-23
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-22
Add String object access hooks
Andrew Dunstan
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-23
Re-allow underscore as first character of custom GUC names.
Tom Lane
[next]