| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 | 1 | -7/+7 |
| * | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 | 1 | -5/+6 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+4 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 1 | -14/+32 |
| * | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane | 2008-10-06 | 1 | -27/+29 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -1/+49 |
| * | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 | 1 | -2/+2 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 1 | -7/+16 |
| * | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 | 1 | -12/+40 |
| * | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 | 1 | -14/+2 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -8/+7 |
| * | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 | 1 | -26/+5 |
| * | Add some code to EXPLAIN to show the targetlist (ie, output columns) | Tom Lane | 2008-04-17 | 1 | -2/+57 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -16/+17 |
| * | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane | 2007-08-15 | 1 | -39/+57 |
| * | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 | 1 | -28/+68 |
| * | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane | 2007-05-04 | 1 | -1/+28 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -54/+13 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -6/+6 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -76/+108 |
| * | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 | 1 | -130/+51 |
| * | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane | 2007-02-22 | 1 | -27/+41 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -17/+7 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -6/+7 |
| * | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 | 1 | -4/+5 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -3/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -2/+2 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -1/+21 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 | 1 | -26/+15 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 1 | -13/+11 |
| * | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 1 | -2/+9 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -2/+8 |
| * | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 | 1 | -8/+9 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 1 | -2/+23 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
| * | Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were | Tom Lane | 2005-10-21 | 1 | -1/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -45/+45 |
| * | Remove unused 'printCost' field from ExplainState, and simplify the code | Neil Conway | 2005-06-04 | 1 | -39/+28 |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -1/+9 |