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
*
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
*
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
*
Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.
Tom Lane
2021-04-13
*
Fix typo
Magnus Hagander
2021-04-09
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-22
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-10-12
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Update description of parameter password_encryption
Peter Eisentraut
2020-06-10
*
Formatting and punctuation improvements in postgresql.conf.sample
Peter Eisentraut
2020-06-07
*
Fix some mentions to memory units in postgresql.conf.sample
Michael Paquier
2020-05-28
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
*
Add maintenance_io_concurrency to postgresql.conf.sample.
Thomas Munro
2020-04-02
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Fix compiler warning on Cygwin
Peter Eisentraut
2020-03-24
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-16
*
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-15
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
Fujii Masao
2020-03-09
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...
Michael Paquier
2020-02-07
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
[next]