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
*
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
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
*
Add String object access hooks
Andrew Dunstan
2022-03-22
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
*
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
*
Add compute_query_id = regress
Michael Paquier
2022-02-22
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-16
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-31
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Allow "in place" tablespaces.
Thomas Munro
2022-01-15
*
Rename value node fields
Peter Eisentraut
2022-01-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
*
Rethink handling of settings with a prefix reserved by an extension.
Tom Lane
2021-12-27
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Improve the description of various GUCs
Michael Paquier
2021-12-03
*
Warning on SET of nonexisting setting with a prefix reserved by an extension
Peter Eisentraut
2021-12-01
*
Fix flags of some GUCs and improve some descriptions
Michael Paquier
2021-11-30
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-21
*
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-16
*
Remove Value node struct
Peter Eisentraut
2021-09-09
[next]