aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/perform.sgml
Commit message (Expand)AuthorAge
* doc: Fix figures in example descriptionPeter Eisentraut2017-12-18
* doc: Fix typos and other minor issuesPeter Eisentraut2017-09-01
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-15
* doc: Spell checkingPeter Eisentraut2014-07-16
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-16
* doc: list unlogged tables as a non-durable optionBruce Momjian2014-03-24
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-29
* Update "Using EXPLAIN" documentation examples using current code.Tom Lane2013-09-01
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* pg_test_timing utility, to measure clock monotonicity and timing cost.Robert Haas2012-03-27
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.Tom Lane2011-03-02
* Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.Tom Lane2011-03-01
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Improve grammar and spelling in durability discussion.Tom Lane2011-01-27
* Update non-durable docs about non-synchronous-commit allowingBruce Momjian2011-01-27
* Update sync commit performance documentation to be consistent with otherBruce Momjian2011-01-26
* Update warning about synchronous-commit durability, per suggestion fromBruce Momjian2011-01-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix grammarPeter Eisentraut2010-07-26
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-13
* Fix doc double-wording in non-durable patch.Bruce Momjian2010-06-28
* Add new Non-Durable Settings documentation section.Bruce Momjian2010-06-28
* Add text to "Populating a Database" pointing out that bulk data load into aTom Lane2010-05-29
* Fix typo, per Thom Brown.Tom Lane2010-04-28
* Make pg_stats example query result a bit less wide, and add comment aboutAlvaro Herrera2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Update docs as to when WAL logging can be skipped.Robert Haas2010-04-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Document pg_restore --jobs as a performance enhancement.Bruce Momjian2010-02-26
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Document that autovacuum may run ANALYZEAlvaro Herrera2009-08-07
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Update examples in planstats.sgml for 8.3, and improve some aspects ofTom Lane2007-12-28
* spell checker runPeter Eisentraut2007-11-28
* Clarify example of planner cost computation, per a suggestion fromTom Lane2007-10-22
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-07