aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane2006-06-05
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Default to ON for 8.2, as announced in the release notes:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Wups, fat-fingered the calculation the first time. Update comment inTom Lane2005-12-23
* Add quotes around search_path "$user" so that SHOW output can be used inBruce Momjian2005-12-23
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-10
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* autovacuum setting false -> off, for consistencyBruce Momjian2005-09-20
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Fix the spelling.Tom Lane2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-21
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-19
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-09
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-05
* Improve wrapping of long lines in postgresql.conf.Bruce Momjian2005-07-02
* Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian2005-07-02
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-01
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-09
* Restructure log_line_prefix options to be clearer:Bruce Momjian2005-06-09
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-09
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Improve readability of config location params by adding newline.Bruce Momjian2005-06-04
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-15
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Change the default setting of "add_missing_from" to false. This has beenNeil Conway2005-04-08
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Make default_with_oids default to false -- user-created tables will nowNeil Conway2005-03-13
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Allow background writing to be shut down by setting limit values to zero.Tom Lane2004-10-17
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-09
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-08