index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
Commit message (
Expand
)
Author
Age
*
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Use SECS_PER_HOUR macro in tzparser.c, instead of constants
Bruce Momjian
2023-11-24
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Make GetConfigOption/GetConfigOptionResetString return "" for NULL.
Tom Lane
2023-11-02
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
improve alignment of postgresql.conf comments
Bruce Momjian
2023-10-31
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-16
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add some const qualifiers
Peter Eisentraut
2023-09-26
*
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-25
*
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-11
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-12
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
Masahiko Sawada
2023-06-15
*
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-12
*
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
*
Use lower case for icu_validation_level values
Peter Eisentraut
2023-05-23
*
Punctuation improvement in postgresql.conf.sample
Peter Eisentraut
2023-05-23
*
Fix remaining references to gss_accept_deleg.
Nathan Bossart
2023-05-20
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-17
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
*
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-15
*
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-15
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
*
Document values of stats_fetch_consistency in postgresql.conf.sample
Michael Paquier
2023-05-10
*
Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.
Masahiko Sawada
2023-04-28
*
Fix wrong construct_array_builtin() call in GUCArrayDelete()
Alexander Korotkov
2023-04-27
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
*
Fix various typos
David Rowley
2023-04-18
[next]