summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
AgeCommit message (Expand)Author
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-03-21Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-07-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-02-05Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2015-09-24Lower *_freeze_max_age minimum values.Andres Freund
2015-09-09Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-04Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas
2015-07-28Disable ssl renegotiation by default.Andres Freund
2015-06-28Back-patch some minor bug fixes in GUC code.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-04Update time zone data files to tzdata release 2014h.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-05Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane
2014-03-16Make punctuation consistentPeter Eisentraut
2014-02-20Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-21Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas
2014-01-21Plug more memory leaks when reloading config file.Robert Haas
2013-12-13Don't let timeout interrupts happen unless ImmediateInterruptOK is set.Tom Lane
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-10-24Plug memory leak when reloading config file.Heikki Linnakangas
2013-08-13Emit a log message if output is about to be redirected away from stderr.Tom Lane
2013-08-07Message style improvementsPeter Eisentraut
2013-07-31Fix mis-indented linesAlvaro Herrera
2013-05-29postgresql.conf.sample: Improve whitespacePeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-28Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs
2013-03-27Set recovery_config_directory for EXEC_BACKEND.Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-22Change commit_delay to be SUSET for 9.3+Simon Riggs
2013-03-17Improve signal-handler lockout mechanism in timeout.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-16Add lock_timeout configuration parameter.Tom Lane
2013-02-18Split pgstat file in smaller piecesAlvaro Herrera
2013-02-17Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-01-17Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-06Background worker processesAlvaro Herrera
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-18Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas