Commit Graph

1661 Commits (501cfd07dac6dde5f8dae2d00fcf65d42e2caf80)

Author SHA1 Message Date
David Rowley ef7c365551 Ensure we use the correct spelling of "ensure" 2 years ago
Tom Lane 82063edd4a Be more wary about NULL values for GUC string variables. 2 years ago
Thomas Munro 2371432cd6 Acquire ControlFileLock in relevant SQL functions. 2 years ago
Peter Eisentraut 39d4207e87 Rename logical_replication_mode to debug_logical_replication_streaming 2 years ago
Peter Eisentraut 155c81463c Rename hook functions for debug_io_direct to match variable name. 2 years ago
Peter Eisentraut 2631ebab7b Message wording improvements 3 years ago
Masahiko Sawada a54fc892ad Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. 3 years ago
Heikki Linnakangas 548d726030 Remove a few unused global variables and declarations. 3 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 3 years ago
Peter Eisentraut 0ffbe6e591 Use lower case for icu_validation_level values 3 years ago
Peter Eisentraut dfe0169988 Punctuation improvement in postgresql.conf.sample 3 years ago
Nathan Bossart f4001a5537 Fix remaining references to gss_accept_deleg. 3 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Jeff Davis 6de31ce446 Reduce icu_validation_level default to WARNING. 3 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 3 years ago
Thomas Munro 63932a6d38 Fix wal_writer_flush_after initializer value. 3 years ago
Thomas Munro 319bae9a8d Rename io_direct to debug_io_direct. 3 years ago
Michael Paquier 605994651b Fix assertion failure when updating stats_fetch_consistency in a transaction 3 years ago
Michael Paquier 4d47eff99c Document values of stats_fetch_consistency in postgresql.conf.sample 3 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 3 years ago
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete() 3 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
David Rowley 0981846b9c Remove old GUC name mapping for "force_parallel_mode" 3 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 3 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 3 years ago
Thomas Munro d4e71df6d7 Add io_direct setting (developer-only). 3 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 3 years ago
Tom Lane ff245a3788 Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs. 3 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 3 years ago
Jeff Davis 1671f990dd Validate ICU locales. 3 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 3 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
David Rowley 2cb82e2acf Speedup and increase usability of set proc title functions 3 years ago
Michael Paquier 35739b87dc Redesign archive modules 3 years ago
Thomas Munro d2ea2d310d Remove obsolete platforms from ps_status.c. 3 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
Michael Paquier 009f8d1714 Extend check_GUC_init() with checks on flag combinations when loading GUCs 3 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 3 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 3 years ago
Tom Lane e4e89eb5bb Minor GUC code refactoring. 3 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 3 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 3 years ago
Robert Haas fe00fec1f5 Rename ReservedBackends variable to SuperuserReservedConnections. 3 years ago
Michael Paquier 7e8a80d1fe Add missing assign hook for GUC checkpoint_completion_target 3 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 3 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago