index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
guc.h
Commit message (
Expand
)
Author
Age
*
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
*
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
*
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Revert "Add GUC backtrace_on_internal_error"
Peter Eisentraut
2024-04-29
*
Add allow_alter_system GUC.
Robert Haas
2024-03-29
*
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-04
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-12
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
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
*
Renumber GUC flags for a bit more sanity.
Tom Lane
2022-09-27
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Renumber confusing value for GUC_UNIT_BYTE
Peter Eisentraut
2022-09-07
*
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
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
Introduce pg_attribute_nonnull(...)
Michael Paquier
2022-07-02
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-18
*
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
*
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-16
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
[next]