aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-18
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* Revert "Tweak postgresql.conf.sample's comments on listen_addresess."Robert Haas2011-08-25
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Adjust documentation with respect to "unknown" timezone setting.Tom Lane2011-05-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Raise maximum value of several timeout parametersPeter Eisentraut2011-03-17
* More synchronous replication tweaks.Robert Haas2011-03-10
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Rename max_predicate_locks_per_transaction.Robert Haas2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-22
* Code cleanup for assign_XactIsoLevel.Robert Haas2011-01-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove GucContext parameter from ParseConfigFileAlvaro Herrera2010-11-22
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Single-word clarification in postgresql.conf log_truncate_on_rotationBruce Momjian2010-10-08
* Add "(change requires restart)" note to some postgresql.conf parameters.Robert Haas2010-09-27
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Pad the ps_status display with nulls, not blanks, on Darwin.Tom Lane2010-09-04
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-19
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Add a comment about the initial default value of max_stack_depth.Tom Lane2010-08-06
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* In postgresql.conf.sample, use on/off rather than true/false.Robert Haas2010-07-27
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Add restart_after_crash GUC.Robert Haas2010-07-20
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-20