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
*
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-02-02
*
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-15
*
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
*
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
*
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
*
Allow "make check"-style testing to work with musl C library.
Tom Lane
2024-03-26
*
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-15
*
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-10
*
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-16
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
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
*
Remove old GUC name mapping for "force_parallel_mode"
David Rowley
2023-04-14
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Validate ICU locales.
Jeff Davis
2023-03-28
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-17
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
[next]