| Commit message (Expand) | Author | Age |
* | doc: Fix figures in example description | Peter Eisentraut | 2017-12-18 |
* | doc: Fix typos and other minor issues | Peter Eisentraut | 2017-09-01 |
* | Allow foreign tables to participate in inheritance. | Tom Lane | 2015-03-22 |
* | Replace checkpoint_segments with min_wal_size and max_wal_size. | Heikki Linnakangas | 2015-02-23 |
* | Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. | Tom Lane | 2014-10-15 |
* | doc: Spell checking | Peter Eisentraut | 2014-07-16 |
* | Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". | Tom Lane | 2014-04-16 |
* | doc: list unlogged tables as a non-durable option | Bruce Momjian | 2014-03-24 |
* | Include planning time in EXPLAIN ANALYZE output. | Robert Haas | 2014-01-29 |
* | Update "Using EXPLAIN" documentation examples using current code. | Tom Lane | 2013-09-01 |
* | Documentation spell checking and markup improvements | Peter Eisentraut | 2013-05-20 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Documentation spell and markup checking | Peter Eisentraut | 2012-06-08 |
* | pg_test_timing utility, to measure clock monotonicity and timing cost. | Robert Haas | 2012-03-27 |
* | Update and extend the EXPLAIN-related documentation. | Tom Lane | 2011-09-28 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers. | Tom Lane | 2011-03-02 |
* | Update discussion of EXPLAIN to reflect existence of ModifyTable nodes. | Tom Lane | 2011-03-01 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 |
* | Improve grammar and spelling in durability discussion. | Tom Lane | 2011-01-27 |
* | Update non-durable docs about non-synchronous-commit allowing | Bruce Momjian | 2011-01-27 |
* | Update sync commit performance documentation to be consistent with other | Bruce Momjian | 2011-01-26 |
* | Update warning about synchronous-commit durability, per suggestion from | Bruce Momjian | 2011-01-25 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix grammar | Peter Eisentraut | 2010-07-26 |
* | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane | 2010-07-13 |
* | Fix doc double-wording in non-durable patch. | Bruce Momjian | 2010-06-28 |
* | Add new Non-Durable Settings documentation section. | Bruce Momjian | 2010-06-28 |
* | Add text to "Populating a Database" pointing out that bulk data load into a | Tom Lane | 2010-05-29 |
* | Fix typo, per Thom Brown. | Tom Lane | 2010-04-28 |
* | Make pg_stats example query result a bit less wide, and add comment about | Alvaro Herrera | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Update docs as to when WAL logging can be skipped. | Robert Haas | 2010-04-20 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Document pg_restore --jobs as a performance enhancement. | Bruce Momjian | 2010-02-26 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Document that autovacuum may run ANALYZE | Alvaro Herrera | 2009-08-07 |
* | Proofreading for Bruce's recent round of documentation proofreading. | Tom Lane | 2009-06-17 |
* | Proofreading adjustments for first two parts of documentation (Tutorial | Bruce Momjian | 2009-04-27 |
* | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 |
* | Update examples in planstats.sgml for 8.3, and improve some aspects of | Tom Lane | 2007-12-28 |
* | spell checker run | Peter Eisentraut | 2007-11-28 |
* | Clarify example of planner cost computation, per a suggestion from | Tom Lane | 2007-10-22 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 |
* | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 |