]> granicus.if.org Git - postgresql/history - doc/src/sgml/config.sgml
Issue a proper error message when MD5 is attempted when
[postgresql] / doc / src / sgml / config.sgml
2008-11-20 Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-04 Bruce MomjianDocument that SSL is only possible on tcp/ip connection...
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-25 Tom LaneAdd standard boilerplate sentence about when stats_temp...
2008-08-25 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-22 Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-07-18 Bruce MomjianProperly document archive/restore command examples...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-01 Bruce MomjianDocumentation patch by Kevin L. McBride explaining...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-14 Alvaro HerreraIn log_filename documentation, mention that strftime...
2008-05-19 Tom LaneMake to_char()'s localized month/day names depend on...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-01 Tom LaneMake the minimum allowed value of work_mem be 64KB...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-03-30 Neil ConwayEnable 64-bit integer datetimes by default, per previou...
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.
next