]> granicus.if.org Git - postgresql/history - doc/src/sgml/config.sgml
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
[postgresql] / doc / src / sgml / config.sgml
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
2009-06-03 Bruce MomjianWording improvement for recent sesssion identifier...
2009-06-03 Bruce MomjianAdd example of how to generate the session identifier...
2009-06-02 Tom LaneRemove the old advice to keep from_collapse_limit less...
2009-04-27 Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-02 Bruce MomjianDocument that Solaris can't use effective_io_concurrenc...
2009-03-26 Tom LaneFix a couple of places that still claimed LC_COLLATE...
2009-03-23 Bruce MomjianUpdate constraint_exclusion docs because parameter...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
2009-02-24 Peter EisentrautDon't append epoch to log_filename if no format specifi...
2009-02-22 Tom LaneAdd note that inlined SQL functions aren't tracked...
2009-02-15 Tom LaneMinor wordsmithing.
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-09 Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-07 Tom LaneCreate a third option named "partition" for constraint_...
2009-01-07 Magnus HaganderAdd appropriate text for SIGHUP parameters instead...
2009-01-02 Magnus HaganderMake it possible to change Kerberos/GSSAPI parameters...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-08 Magnus HaganderAdd note that autovacuum can use up several times maint...
2008-11-21 Tom LaneMinor copy-editing.
2008-11-21 Magnus HaganderDocument which GUC settings are enums and not strings...
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...
next