Commits

DateSubjectAuthorReleases
2015-03-22 Allow foreign tables to participate in inheritance. Tom Lane 9.5.0
2015-02-17 Fix EXPLAIN output for cases where parent table is excluded by constraints. Tom Lane 9.5.0
2015-01-16 Show sort ordering options in EXPLAIN output. Tom Lane 9.5.0
2015-01-15 Rearrange explain.c's API so callers need not embed sizeof(ExplainState). Tom Lane 9.5.0
2015-01-15 Improve performance of EXPLAIN with large range tables. Tom Lane 9.3.6
2015-01-15 Improve performance of EXPLAIN with large range tables. Tom Lane 9.4.1
2015-01-15 Improve performance of EXPLAIN with large range tables. Tom Lane 9.5.0
2014-11-20 Add missing case for CustomScan. Tom Lane 9.5.0
2014-10-15 Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. Tom Lane 9.4.0
2014-10-15 Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. Tom Lane 9.5.0
2014-05-20 Prevent auto_explain from changing the output of a user's EXPLAIN. Tom Lane 9.2.9
2014-05-20 Prevent auto_explain from changing the output of a user's EXPLAIN. Tom Lane 9.3.5
2014-05-20 Prevent auto_explain from changing the output of a user's EXPLAIN. Tom Lane 9.4.0
2014-04-17 Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". Tom Lane 9.4.0
2013-12-12 Improve EXPLAIN to print the grouping columns in Agg and Group nodes. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-05-20 Clarify documentation of EXPLAIN (TIMING OFF) option. Tom Lane 9.3.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-03-10 Support writable foreign tables. Tom Lane 9.3.0
2012-12-31 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. Tom Lane 9.3.0
2012-09-21 Improve ruleutils.c's heuristics for dealing with rangetable aliases. Tom Lane 9.3.0
2012-04-29 Rename I/O timing statistics columns to blk_read_time and blk_write_time. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 9.2.0