aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs2010-03-18
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian2010-02-16
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Add large object access control.Itagaki Takahiro2009-12-11
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-11
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-08
* Try to make silent_mode behave somewhat reasonably.Tom Lane2009-08-24
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-16
* Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut2009-07-03
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-23
* More GUC units doc updates.Bruce Momjian2009-04-07
* Add unit documentation for various postgresql.conf settings.Bruce Momjian2009-04-06
* Properly align equals signs in new postgresql.conf units comments.Bruce Momjian2009-04-06
* Document in postgresql.conf that the default units forBruce Momjian2009-04-06
* Display postgresql.conf unit options in an easier-to-understand,Bruce Momjian2009-04-06
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-09
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Remove comments that say restart is required for changing of KerberosMagnus Hagander2009-01-02
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-19
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Fix spelling mistake in postgresql.conf.Bruce Momjian2008-06-11
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-02
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-18
* Increase the default value of log_min_messages to WARNING, so thatTom Lane2008-03-10
* Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane2008-03-09
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-30
* Minor editorial improvements in documentation of session_replication_role;Tom Lane2008-01-27
* vacuum_cost_limit has a minimum value of 1, not zero; updateBruce Momjian2008-01-10
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-07
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25