summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-172-2/+2
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-172-154/+20
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-151-1/+1
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-151-1/+1
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-1/+1
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-101-1/+1
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-281-3/+3
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-271-1/+2
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-242-10/+0
* Fix various typosDavid Rowley2023-04-182-5/+5
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-141-1/+0
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-132-0/+11
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-082-11/+0
* Add io_direct setting (developer-only).Thomas Munro2023-04-081-0/+12
* Add support for Kerberos credential delegationStephen Frost2023-04-072-0/+11
* Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane2023-04-071-5/+5
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-072-0/+14
* Validate ICU locales.Jeff Davis2023-03-282-0/+29
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-272-0/+14
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-6/+9
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-15/+143
* Redesign archive modulesMichael Paquier2023-02-171-0/+1
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-46/+9
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-152-15/+18
* Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier2023-02-061-4/+22
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-021-2/+4
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-301-8/+8
* Minor GUC code refactoring.Tom Lane2023-01-272-46/+37
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-252-15/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-252-0/+15
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-214-864/+1
* Add new GUC reserved_connections.Robert Haas2023-01-202-0/+12
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-201-1/+1
* Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier2023-01-191-1/+1
* Add new GUC createrole_self_grant.Robert Haas2023-01-102-0/+13
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-092-0/+13
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-5/+5
* Update copyright for 2023Bruce Momjian2023-01-0219-19/+19
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-261-0/+17
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-211-100/+8
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-202-0/+16
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-092-20/+153
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-301-1/+1
* Remove promote_trigger_file.Thomas Munro2022-11-292-11/+0
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-252-5/+8
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-211-0/+20
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-9/+0
* Refactor ownercheck functionsPeter Eisentraut2022-11-131-1/+1
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-091-2/+2