Commit Graph

64 Commits (51efe38cb92f4b15b68811bcce9ab878fbc71ea5)

Author SHA1 Message Date
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 1 year ago
Alexander Korotkov 0452b461bc Explore alternative orderings of group-by pathkeys during optimization. 1 year 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
Peter Eisentraut e53a611523 Message wording improvements 2 years ago
Michael Paquier a14354cac0 Add GUC parameter "huge_pages_status" 2 years ago
Peter Eisentraut 7a7f60aef8 Add macro for maximum statistics target 2 years ago
Heikki Linnakangas 548d726030 Remove a few unused global variables and declarations. 2 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Jeff Davis 6de31ce446 Reduce icu_validation_level default to WARNING. 2 years ago
Thomas Munro 63932a6d38 Fix wal_writer_flush_after initializer value. 2 years ago
Thomas Munro 319bae9a8d Rename io_direct to debug_io_direct. 2 years ago
Michael Paquier 605994651b Fix assertion failure when updating stats_fetch_consistency in a transaction 2 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Thomas Munro d4e71df6d7 Add io_direct setting (developer-only). 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Tom Lane ff245a3788 Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs. 2 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 2 years ago
Jeff Davis 1671f990dd Validate ICU locales. 2 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 2 years ago
Michael Paquier 35739b87dc Redesign archive modules 2 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 2 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 2 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 2 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 2 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 2 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 2 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 2 years ago
Robert Haas fe00fec1f5 Rename ReservedBackends variable to SuperuserReservedConnections. 2 years ago
Michael Paquier 7e8a80d1fe Add missing assign hook for GUC checkpoint_completion_target 2 years ago