Commits

DateSubjectAuthorReleases
2010-07-13 Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, Tom Lane 9.1.0
2010-05-29 Add text to "Populating a Database" pointing out that bulk data load into a Tom Lane 9.0.0
2010-04-28 Fix typo, per Thom Brown. Tom Lane 9.0.0
2009-06-17 Proofreading for Bruce's recent round of documentation proofreading. Tom Lane 8.4.0
2008-12-13 Increase the default value of default_statistics_target from 10 to 100, Tom Lane 8.4.0
2007-12-28 Update examples in planstats.sgml for 8.3, and improve some aspects of Tom Lane 8.3.0
2007-10-22 Clarify example of planner cost computation, per a suggestion from Tom Lane 8.3.0
2007-09-26 Minor improvements in backup and recovery: Tom Lane 8.3.0
2007-03-29 Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) Tom Lane 8.3.0
2006-06-05 Add a GUC parameter seq_page_cost, and use that everywhere we formerly Tom Lane 8.2.0
2005-12-20 Teach planner how to rearrange join order for some classes of OUTER JOIN. Tom Lane 8.2.0
2005-09-02 Add some notes about how pg_dump relates to the practices recommended Tom Lane 8.1.0
2005-09-02 Update performance discussion for 8.1. Add a little more explanatory Tom Lane 8.1.0
2005-03-25 Improve EXPLAIN ANALYZE to show the time spent in each trigger when Tom Lane 8.1.0
2004-12-23 More minor updates and copy-editing. Tom Lane 8.0.0
2004-12-01 Change planner to use the current true disk file size as its estimate of Tom Lane 8.0.0
2004-03-25 Convert some GUC variable references to links. Tom Lane 8.0.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2003-10-17 Document all the system views created by initdb (several of these were Tom Lane 7.4.1
2003-10-17 Adjust display of actual runtimes in EXPLAIN output to use three fractional Tom Lane 7.4.1
2003-01-25 Allow the planner to collapse explicit inner JOINs together, rather than Tom Lane 7.4.1
2003-01-12 Fix some minor grammatical errors. Tom Lane 7.4.1
2002-03-24 Tweak labeling of plan qual conditions for more consistency. Tom Lane 7.3.1
2002-03-24 EXPLAIN output now comes out as a query result, not a NOTICE message. Tom Lane 7.3.1
2001-10-16 Add a section about the planner's statistics, including a description Tom Lane 7.2.1