summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
AgeCommit message (Expand)Author
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-05-04Recursively fsync() the data directory after a crash.Robert Haas
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
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2011-10-04Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane
2011-07-08Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane
2010-12-08Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-09-27Add "(change requires restart)" note to some postgresql.conf parameters.Robert Haas
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-04Pad the ps_status display with nulls, not blanks, on Darwin.Tom Lane
2010-08-19Bring some sanity to the trace_recovery_messages code and docs.Tom Lane
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-07-06Make log_temp_files based on kB, and revert docs & comments to match.Robert Haas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-06-25Fix log_temp_files docs and comments to say bytes not kilobytes.Simon Riggs
2010-06-17Clean up some randomness associated with trace_recovery_messages: don'tTom Lane
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-05-27Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-04-29Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-22Fix message punctuationPeter Eisentraut
2010-04-21Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, ratherTom Lane
2010-04-20Rename standby_keep_segments to wal_keep_segments.Robert Haas
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-12Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas
2010-04-01Refer to max_wal_senders in a more consistent fashion.Robert Haas
2010-03-30Add comma missing from postgresql.conf comment.Bruce Momjian
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-24Document in postgresql.conf that the max_standby_delay default is 30Bruce Momjian
2010-03-21Message tuningPeter Eisentraut
2010-03-18Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17log_error_verbosity is now LOGGING_WHAT category.Tom Lane
2010-02-16Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs