| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -2/+2 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -3/+3 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -3/+2 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -1/+5 |
| * | Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans | Tom Lane | 2007-02-06 | 1 | -7/+13 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -13/+22 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -9/+9 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -6/+6 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -1/+2 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -6/+9 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 1 | -4/+4 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 | 1 | -29/+18 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -2/+2 |
| * | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane | 2006-04-28 | 1 | -11/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 1 | -1/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -13/+13 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -64/+62 |
| * | optimize_minmax_aggregates() neglected to check for inherited tables. | Tom Lane | 2005-09-21 | 1 | -2/+2 |
| * | Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT | Tom Lane | 2005-08-18 | 1 | -2/+3 |
| * | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 | 1 | -2/+4 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -2/+1 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -41/+44 |
| * | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 | 1 | -3/+7 |
| * | Fix oversight in MIN/MAX optimization: must not return NULL entries | Tom Lane | 2005-04-12 | 1 | -10/+24 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -16/+1 |
| * | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 | 1 | -0/+575 |