]> granicus.if.org Git - postgresql/history - doc/src/sgml/config.sgml
Add to documentation:
[postgresql] / doc / src / sgml / config.sgml
2008-03-11 Bruce MomjianAdd to documentation:
2008-03-11 Bruce MomjianBack out doc addition that statement_timeout affects...
2008-03-11 Bruce MomjianDocument that statement_timeout is not recommended...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-03-05 Bruce MomjianDocument that increasing the number of checkpoints...
2008-02-16 Bruce MomjianNo need to use checkpoint_warning to log checkpoints...
2008-02-16 Bruce MomjianAdd suggestion about how to set checkpoint_warning...
2008-02-02 Tom LaneMove example of turning off synchronous_commit to a...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-27 Tom LaneMinor editorial improvements in documentation of sessio...
2008-01-21 Tom LaneImprove description of bgwriter_lru_multiplier, per...
2007-12-11 Alvaro HerreraMake CSV column ordering a bit more logical.
2007-12-11 Alvaro HerreraExtend the format of CSV logs to include the additional...
2007-11-28 Peter Eisentrautspell checker run
2007-11-28 Bruce MomjianAdd comments about VACUUM to free space map docs.
2007-11-19 Tom LaneMinor improvement in documentation of temp_tablespaces...
2007-11-09 Bruce MomjianRemove tabs from SGML files.
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-11-05 Bruce MomjianDocument that syncronhous commit can be turned off...
2007-11-01 Bruce MomjianAdd documentation mention that FSM == Free Space Map...
2007-10-20 Tom LaneAdd a note pointing out that you can't log to syslog...
2007-10-09 Neil ConwayReplace a reference to "start_log_collector" with ...
2007-09-27 Tom LaneAdd virtual transaction IDs to CSVLOG output, so that...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-22 Tom LaneDocument the translations from Postgres message severit...
2007-09-10 Tom LaneRevert temporary patch that made synchronous_commit...
2007-09-10 Tom LaneSet the correct context (PGC_SIGHUP) for log_autovacuum...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-22 Tom LaneText search doc updates --- first cut at
2007-08-21 Bruce MomjianRemove tabs from SGML files.
2007-08-19 Andrew Dunstanminor typo fixes in CSVlog docs, per Michael Glaesemann
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-24 Alvaro HerreraSet a default autovacuum vacuum_cost_delay value of...
2007-07-18 Magnus HaganderGSSAPI documentation
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-22 Tom LaneAdd a <tip> that log_line_prefix should usually end...
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-05-17 Neil ConwayTweaks for SGML markup.
2007-05-15 Neil ConwayAdd a note to the documentation to clarify that even...
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-02 Peter EisentrautPut documentation on XML data type and functions in...
2007-03-26 Tom LaneRemove assertion that constraint_exclusion risks wrong...
2007-03-22 Bruce MomjianRemove tabs in SGML files.
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-16 Tom LaneFix markup, spelling, grammar, and explanations for...
2007-02-16 Bruce MomjianSSL improvements:
2007-02-08 Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-08 Bruce MomjianDocument that wal_sync_method open_* methods use O_DIRE...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-20 Bruce MomjianUpdate documentation about postgresqlconf to mention...
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-16 Alvaro HerreraEnable autovacuum in the default configuration, per...
2007-01-09 Bruce MomjianHave log_temp_files be in kilobytes, remove trace call.
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2006-12-12 Bruce MomjianDocument that log_line_prefix %t does not print timezon...
2006-11-30 Peter EisentrautFix typos
2006-11-25 Peter EisentrautCorrect misspellings of kB.
2006-11-21 Tom LaneChange the default setting for log_min_error_statement...
2006-11-12 Neil ConwayMinor improvements to the description of archive_timeout.
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-11-04 Tom LaneCorrect documentation error: in 8.1 and 8.2, %p in...
2006-10-23 Peter EisentrautSpellchecking and such
2006-10-19 Tom LaneClarify note about interaction of log_statement logging...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-18 Teodor SigaevImprove wordings by David Fuhry <dfuhry@cs.kent.edu>
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-09-14 Teodor SigaevGIN documentation and slightly improving GiST docs.
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-03 Tom LaneFix non-improvement of description of archive_timeout...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02 Bruce MomjianWording improvements for archive_timeout.
2006-09-02 Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-08-29 Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-28 Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
next