Commit Graph

94 Commits (ca6fde92258a328a98c1d9e41da5462b73da8529)

Author SHA1 Message Date
Peter Eisentraut a292c98d62 Convert node test compile-time settings into run-time parameters 1 year ago
Nathan Bossart 0dcaea5690 Introduce num_os_semaphores GUC. 1 year ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 1 year ago
Nathan Bossart 0b1fe1413e Remove check hooks for GUCs that contribute to MaxBackends. 1 year ago
Peter Eisentraut 881455e57b Add missing includes for some global variables 1 year ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 1 year ago
Amit Kapila 2357c9223b Rename standby_slot_names to synchronized_standby_slots. 1 year ago
Peter Eisentraut e9b7aee272 A few follow-up fixes for GUC name quoting 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Alexander Korotkov d1d286d83c Revert: Remove useless self-joins 1 year ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 1 year ago
Alexander Korotkov ff9f72c68f revert: Transform OR clauses to ANY expression 1 year ago
Heikki Linnakangas 3dbd2ff786 Adjust wording of trace_connection_negotiation GUC's description 1 year ago
Alexander Korotkov b453a7a16a Fix the wording of or_to_any_transform_limit description 1 year ago
Heikki Linnakangas 705843d294 Enhance libpq encryption negotiation tests with new GUC 1 year ago
Alexander Korotkov 72bd38cc99 Transform OR clauses to ANY expression 1 year ago
Thomas Munro 98f320eb2e Increase default vacuum_buffer_usage_limit to 2MB. 1 year ago
Thomas Munro 210622c60e Provide vectored variant of ReadBuffer(). 1 year ago
Robert Haas d3ae2a24f2 Add allow_alter_system GUC. 1 year ago
Robert Haas de7e96bd0f Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER. 1 year ago
Nathan Bossart 80686761c4 Avoid overflow in MaybeRemoveOldWalSummaries(). 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
Amit Kapila bf279ddd1c Introduce a new GUC 'standby_slot_names'. 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Alvaro Herrera 30b8d6e4ce
GUC table: Add description to computed variables 2 years ago
Alvaro Herrera 53c2a97a92
Improve performance of subsystems on top of SLRU 2 years ago
Michael Paquier 48920476b4 Remove last NULL element in config_group_names[] 2 years ago
Michael Paquier afd8ef3909 Use C99-designated initializer syntax for more arrays 2 years ago
Alexander Korotkov 28e858c0f9 Improve documentation and GUC description for transaction_timeout 2 years ago
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 2 years ago
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 2 years ago
Alexander Korotkov 0452b461bc Explore alternative orderings of group-by pathkeys during optimization. 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
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Michael Paquier c7a3e6b46d Remove trace_recovery_messages 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Alexander Korotkov 2cdf131c46 Use larger segment file names for pg_notify 2 years ago
Amit Kapila 8bfb231b43 Prohibit max_slot_wal_keep_size to value other than -1 during upgrade. 2 years ago
David Rowley 10d34fefc2 Ensure we use the correct spelling of "ensure" 2 years ago
Alexander Korotkov d3d55ce571 Remove useless self-joins 2 years ago
Nathan Bossart 8d140c5822 Improve the naming in wal_sync_method code. 2 years ago
Daniel Gustafsson 7750fefdb2 Add GUC for temporarily disabling event triggers 2 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Peter Eisentraut 63956bed7b Rename logical_replication_mode to debug_logical_replication_streaming 2 years ago
Peter Eisentraut 36e4419d1f Make error messages about WAL segment size more consistent 2 years ago
Peter Eisentraut 4f3514f201 Rename hook functions for debug_io_direct to match variable name. 2 years ago
Nathan Bossart 884eee5bfb Remove db_user_namespace. 2 years ago
Nathan Bossart 0fef877538 Rename session_auth_is_superuser to current_role_is_superuser. 2 years ago