| Commit message (Expand) | Author | Age |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 |
* | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 |
* | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 2011-09-22 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Include the target table in EXPLAIN output for ModifyTable nodes. | Tom Lane | 2011-03-01 |
* | Rearrange snapshot handling to make rule expansion more consistent. | Tom Lane | 2011-02-28 |
* | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 |
* | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 2011-02-20 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Put only single space after "Sort Method:", for consistency | Peter Eisentraut | 2010-12-06 |
* | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Make EXPLAIN show the function call expression of a FunctionScan plan node, | Tom Lane | 2010-08-24 |
* | Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, | Tom Lane | 2010-07-13 |
* | Quote all string values in EXPLAIN (FORMAT YAML) output. | Robert Haas | 2010-06-10 |
* | Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely. | Robert Haas | 2010-06-09 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add query text to auto_explain output. | Andrew Dunstan | 2010-02-16 |
* | revert to showing buffer counts in explain (buffers) | Greg Stark | 2010-02-16 |
* | Display explain buffers measurements in memory units rather than blocks. Also... | Greg Stark | 2010-02-15 |
* | Augment EXPLAIN output with more details on Hash nodes. | Robert Haas | 2010-02-01 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas | 2009-12-16 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 |
* | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas | 2009-12-12 |
* | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan | 2009-12-11 |
* | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion. | Tom Lane | 2009-08-22 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 |
* | Assorted minor refactoring in EXPLAIN. | Tom Lane | 2009-07-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 |
* | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane | 2008-10-06 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 |