Commit Graph

244 Commits (63599896545c7869f7dd28cd593e8b548983d613)

Author SHA1 Message Date
Peter Eisentraut 6359989654 Generate GUC tables from .dat file 1 week ago
Andres Freund 02844012b3 aio: Basic subsystem initialization 6 months ago
Peter Eisentraut 05cbd6cb22 Swap order of extern/static and pg_nodiscard 6 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 5304fec4d8 Apply PGDLLIMPORT markings to some GUC variables 1 year ago
Peter Eisentraut c8e2d422fd Remove TRACE_SORT macro 1 year ago
Tom Lane 364de74cff Allow adjusting session_authorization and role in parallel workers. 1 year ago
Peter Eisentraut a292c98d62 Convert node test compile-time settings into run-time parameters 1 year ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 1 year ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 1 year ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 1 year ago
Robert Haas d3ae2a24f2 Add allow_alter_system GUC. 1 year ago
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut a740b213d4 Add GUC backtrace_on_internal_error 2 years ago
Jeff Davis 867dd2dc87 Cache opaque handle for GUC option to avoid repeasted lookups. 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Tom Lane 2d870b4aef Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
Jeff Davis 5765cfe18c Transform proconfig for faster execution. 2 years ago
Nathan Bossart 0fef877538 Rename session_auth_is_superuser to current_role_is_superuser. 2 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 2 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 2 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Alexander Korotkov 096dd80f3c Add USER SET parameter values for pg_db_role_setting 3 years ago
Tom Lane 3057465acf Replace the sorted array of GUC variables with a hash table. 3 years ago
Tom Lane 407b50f2d4 Store GUC data in a memory context, instead of using malloc(). 3 years ago
Tom Lane 7ac918ada0 Renumber GUC flags for a bit more sanity. 3 years ago
Tom Lane 3853664265 Introduce GUC_NO_RESET flag. 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut 3fe76ab972 Renumber confusing value for GUC_UNIT_BYTE 3 years ago
John Naylor 80e8450a74 Move private declarations shared between guc.c and guc-file.l to new header 3 years ago
John Naylor 1b188ea792 Preparatory refactoring for compiling guc-file.c standalone 3 years ago
Tom Lane 13d8388151 Fix missed corner cases for grantable permissions on GUCs. 3 years ago
Michael Paquier 0507977aa4 Introduce pg_attribute_nonnull(...) 3 years ago
Tom Lane 7ab5b4eb48 Be more careful about GucSource for internally-driven GUC settings. 3 years ago
Robert Haas 8ec569479f Apply PGDLLIMPORT markings broadly. 3 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 3 years ago
Jeff Davis 5c279a6d35 Custom WAL Resource Managers. 3 years ago
Tom Lane a0ffa885e4 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Fujii Masao 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Michael Paquier 0c39c29207 Support "postgres -C" with runtime-computed GUCs 4 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 4 years ago
Thomas Munro c2dc19342e Revert recovery prefetching feature. 4 years ago