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
*
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
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Adjust ssl_ciphers to be specific to OpenSSL
Bruce Momjian
2019-07-08
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
[next]