aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Mention jsonlog in description of logging_collector in GUC tableMichael Paquier2025-02-02
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada2024-08-30
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Fix bad indentation introduced in 43cd30bcd1cAndres Freund2024-07-15
* Fix type confusion in guc_var_compare()Andres Freund2024-07-15
* Allow "make check"-style testing to work with musl C library.Tom Lane2024-03-26
* Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane2024-02-15
* Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane2024-01-10
* Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane2023-12-26
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Acquire ControlFileLock in relevant SQL functions.Thomas Munro2023-10-16
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Message wording improvementsPeter Eisentraut2023-07-10
* Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada2023-06-15
* Remove a few unused global variables and declarations.Heikki Linnakangas2023-06-12
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* Use lower case for icu_validation_level valuesPeter Eisentraut2023-05-23
* Punctuation improvement in postgresql.conf.samplePeter Eisentraut2023-05-23
* Fix remaining references to gss_accept_deleg.Nathan Bossart2023-05-20
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-17
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-15
* Rename io_direct to debug_io_direct.Thomas Munro2023-05-15
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier2023-05-10
* Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada2023-04-28
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-27
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* Fix various typosDavid Rowley2023-04-18
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-14
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add io_direct setting (developer-only).Thomas Munro2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane2023-04-07
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Validate ICU locales.Jeff Davis2023-03-28
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-20
* Redesign archive modulesMichael Paquier2023-02-17
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15