| Commit message (Expand) | Author | Age | Files | Lines |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 2 | -3/+9 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 1 | -2/+1 |
| * | Extend set-operation planning to keep track of the sort ordering induced | Tom Lane | 2004-04-07 | 1 | -2/+2 |
| * | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 | 1 | -1/+3 |
| * | Make use of statistics on index expressions. There are still some | Tom Lane | 2004-02-17 | 1 | -1/+2 |
| * | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 | 2 | -22/+26 |
| * | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 | 1 | -5/+10 |
| * | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane | 2004-01-18 | 1 | -8/+8 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 2 | -2/+7 |
| * | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 | 1 | -1/+2 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 3 | -4/+8 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 2 | -7/+2 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 2 | -5/+6 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 1 | -1/+2 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 1 | -3/+3 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 22 | -22/+22 |
| * | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 | 1 | -3/+1 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 3 | -6/+6 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 22 | -44/+44 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 11 | -80/+79 |
| * | Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost | Tom Lane | 2003-07-14 | 1 | -1/+2 |
| * | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 3 | -5/+7 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -1/+2 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -4/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+4 |
| * | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 | 1 | -1/+5 |
| * | Add missing DLLIMPORT for cpu_index_tuple_cost to | Bruce Momjian | 2003-06-11 | 1 | -2/+2 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 2 | -3/+5 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -4/+1 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -2/+3 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 2 | -5/+4 |
| * | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane | 2003-04-24 | 1 | -3/+1 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 2 | -3/+4 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 1 | -2/+2 |
| * | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 | 3 | -6/+6 |
| * | Detect case where an outer join can be reduced to a plain inner join | Tom Lane | 2003-02-09 | 1 | -2/+3 |
| * | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane | 2003-02-09 | 1 | -2/+2 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 3 | -12/+15 |
| * | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane | 2003-02-04 | 1 | -3/+2 |
| * | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane | 2003-02-03 | 1 | -5/+2 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 2 | -10/+14 |
| * | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 | 1 | -13/+4 |
| * | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 2 | -8/+6 |
| * | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 3 | -8/+20 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 8 | -13/+36 |
| * | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane | 2003-01-17 | 1 | -2/+1 |
| * | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 | 1 | -5/+11 |
| * | Now that switch_outer processing no longer relies on being run after | Tom Lane | 2003-01-15 | 1 | -4/+1 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 4 | -13/+9 |
| * | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane | 2003-01-13 | 1 | -1/+1 |