Commits

DateSubjectAuthorReleases
2011-09-22 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. Tom Lane 9.2.0
2011-07-03 Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans. Tom Lane 8.4.9
2011-07-03 Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans. Tom Lane 9.0.5
2011-03-01 Include the target table in EXPLAIN output for ModifyTable nodes. Tom Lane 9.1.0
2011-03-01 Rearrange snapshot handling to make rule expansion more consistent. Tom Lane 9.1.0
2011-02-27 Refactor the executor's API to support data-modifying CTEs better. Tom Lane 9.1.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-08-24 Make EXPLAIN show the function call expression of a FunctionScan plan node, Tom Lane 9.1.0
2010-07-13 Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, Tom Lane 9.1.0
2010-01-15 Do parse analysis of an EXPLAIN's contained statement during the normal Tom Lane 9.0.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-10-12 Move the handling of SELECT FOR UPDATE locking and rechecking out of Tom Lane 9.0.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2009-08-22 Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion. Tom Lane 9.0.0
2009-08-10 Extend EXPLAIN to support output in XML or JSON format. Tom Lane 9.0.0
2009-07-26 Extend EXPLAIN to allow generic options to be specified. Tom Lane 9.0.0
2009-07-24 Assorted minor refactoring in EXPLAIN. Tom Lane 9.0.0
2009-04-05 Change EXPLAIN output so that subplans and initplans (particularly CTEs) Tom Lane 8.4.0
2009-01-02 Include a pointer to the query's source text in QueryDesc structs. This is Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-11-19 Some infrastructure changes for the upcoming auto-explain contrib module: Tom Lane 8.4.0
2008-10-06 Fix up ruleutils.c for CTE features. The main problem was that Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0