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
/
guc.c
Commit message (
Expand
)
Author
Age
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
Fix compiler warning from Clang.
Thomas Munro
2020-07-31
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
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
*
Add huge_page_size setting for use on Linux.
Thomas Munro
2020-07-17
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Change default of password_encryption to scram-sha-256
Peter Eisentraut
2020-06-10
*
Update description of parameter password_encryption
Peter Eisentraut
2020-06-10
*
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
*
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
*
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
*
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
*
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
*
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
*
Increase the maximum value of track_activity_query_size.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
*
Update minimum SSL version
Peter Eisentraut
2019-12-04
*
Make allow_system_table_mods settable at run time
Peter Eisentraut
2019-11-29
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
*
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-06
[next]