aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane2023-12-26
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian2023-11-24
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Remove distprepPeter Eisentraut2023-11-06
* Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane2023-11-02
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* improve alignment of postgresql.conf commentsBruce Momjian2023-10-31
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Acquire ControlFileLock in relevant SQL functions.Thomas Munro2023-10-16
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Add some const qualifiersPeter Eisentraut2023-09-26
* Add GUC for temporarily disabling event triggersDaniel Gustafsson2023-09-25
* Make enum for sync methods available to frontend code.Nathan Bossart2023-09-06
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Fix code indentation violations introduced by recent commitMichael Paquier2023-08-11
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Message wording improvementsPeter Eisentraut2023-07-10
* Add GUC parameter "huge_pages_status"Michael Paquier2023-07-06
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* 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