Commits

DateSubjectAuthorReleases
2008-08-19 Cause the output from debug_print_parse, debug_print_rewritten, and Tom Lane 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0
2008-08-07 Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. Tom Lane 8.4.0
2008-05-14 Move the "instr_time" typedef and associated macros into a new header Tom Lane 8.4.0
2008-04-18 Cause EXPLAIN's VERBOSE option to print the target list (output column list) Tom Lane 8.4.0
2008-04-17 Add some code to EXPLAIN to show the targetlist (ie, output columns) Tom Lane 8.4.0
2007-11-30 Avoid incrementing the CommandCounter when CommandCounterIncrement is called Tom Lane 8.3.0
2007-08-15 Arrange to cache a ResultRelInfo in the executor's EState for relations that Tom Lane 8.3.0
2007-05-25 Create hooks to let a loadable plugin monitor (or even replace) the planner Tom Lane 8.3.0
2007-05-04 Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
2007-04-16 Expose more cursor-related functionality in SPI: specifically, allow Tom Lane 8.3.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2007-02-23 Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to Tom Lane 8.3.0
2007-02-22 Change Agg and Group nodes so that Vars contained in their targetlists Tom Lane 8.3.0
2007-02-22 Turn the rangetable used by the executor into a flat list, and avoid storing Tom Lane 8.3.0
2007-02-20 Remove the Query structure from the executor's API. This allows us to stop Tom Lane 8.3.0
2007-02-19 Put function expressions and values lists into FunctionScan and ValuesScan Tom Lane 8.3.0
2007-02-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2006-09-06 Change processing of extended-Query mode so that an unnamed statement Tom Lane 8.2.0
2006-04-08 Fix EXPLAIN so that it can drill down through multiple levels of subplan Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2006-02-05 Improve my initial, rather hacky implementation of joins to append Tom Lane 8.2.0
2005-11-29 Fix EXPLAIN and EXECUTE commands to pass portal parameters through to Tom Lane 8.2.0
2005-11-26 Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that Tom Lane 8.2.0