index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-27
1
-1
/
+2
*
Fix various typos
David Rowley
2023-04-18
1
-4
/
+4
*
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-04-14
1
-1
/
+0
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
1
-6
/
+9
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
1
-0
/
+1
*
Extend check_GUC_init() with checks on flag combinations when loading GUCs
Michael Paquier
2023-02-06
1
-4
/
+22
*
Minor GUC code refactoring.
Tom Lane
2023-01-27
1
-9
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
1
-19
/
+142
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
1
-3
/
+5
*
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
1
-0
/
+89
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-3
/
+3
*
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
1
-98
/
+157
*
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
1
-138
/
+247
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
1
-84
/
+141
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
1
-1
/
+1
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
1
-3
/
+1
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
1
-0
/
+20
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+1
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-6998
/
+70
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
1
-2
/
+20
*
Improve wal_decode_buffer_size description some more
Alvaro Herrera
2022-09-13
1
-2
/
+2
*
Message style fixes
Alvaro Herrera
2022-09-07
1
-1
/
+1
*
Build all Flex files standalone
John Naylor
2022-09-04
1
-2
/
+0
*
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
1
-0
/
+1
*
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-04
1
-6
/
+354
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
1
-4
/
+0
*
Fix some inconsistencies with GUC categories
Michael Paquier
2022-08-09
1
-8
/
+10
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
1
-1
/
+1
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
1
-54
/
+149
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-16
/
+8
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-10
/
+4
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
1
-14
/
+20
*
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-28
1
-3
/
+13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Add missing serial commas
Peter Eisentraut
2022-04-09
1
-1
/
+1
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
1
-1
/
+54
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
1
-9
/
+68
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
1
-9
/
+9
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
1
-41
/
+0
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-0
/
+21
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
1
-21
/
+125
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
1
-0
/
+10
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
1
-10
/
+10
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
1
-0
/
+12
*
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
1
-1
/
+1
*
Add String object access hooks
Andrew Dunstan
2022-03-22
1
-0
/
+17
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
1
-0
/
+3
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
1
-29
/
+2
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
1
-17
/
+3
[next]