| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 | 1 | -4/+2 |
| * | Just noticed that you can't Query-Cancel a long planner run, because | Tom Lane | 2005-06-03 | 1 | -1/+7 |
| * | Add support for FUNCTION RTEs to build_physical_tlist(), so that the | Tom Lane | 2005-05-30 | 1 | -3/+34 |
| * | Avoid redundant relation lock grabs during planning, and make sure | Tom Lane | 2005-05-23 | 2 | -17/+34 |
| * | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 | 2 | -38/+102 |
| * | Replace slightly klugy create_bitmap_restriction() function with a | Tom Lane | 2005-04-25 | 1 | -2/+87 |
| * | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 | 2 | -55/+7 |
| * | Turns out that my recent elimination of the 'redundant' flatten_andors() | Tom Lane | 2005-04-23 | 1 | -66/+157 |
| * | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 | 4 | -59/+135 |
| * | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 | 1 | -4/+50 |
| * | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane | 2005-04-21 | 1 | -2/+2 |
| * | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 | 1 | -1/+34 |
| * | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane | 2005-04-14 | 1 | -1/+12 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+2 |
| * | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane | 2005-04-10 | 1 | -1/+5 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 4 | -104/+32 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -3/+2 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 2 | -23/+26 |
| * | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 | 2 | -5/+8 |
| * | Teach const-expression simplification to simplify boolean equality cases, | Tom Lane | 2005-03-27 | 1 | -1/+57 |
| * | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 | 2 | -9/+8 |
| * | Expand the 'special index operator' machinery to handle special cases | Tom Lane | 2005-03-26 | 1 | -2/+2 |
| * | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 | 1 | -2/+27 |
| * | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 | 1 | -1/+10 |
| * | Adjust constant-folding of CASE expressions so that the simple comparison | Tom Lane | 2005-02-02 | 1 | -40/+82 |
| * | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane | 2005-01-28 | 1 | -47/+85 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 8 | -16/+16 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -4/+25 |
| * | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 | 1 | -3/+8 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 2 | -14/+147 |
| * | Allow planner to fold "stable" functions to constants when forming | Tom Lane | 2004-11-09 | 1 | -16/+33 |
| * | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane | 2004-10-22 | 1 | -1/+36 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 1 | -2/+3 |
| * | Clean up handling of inherited-table update queries, per bug report | Tom Lane | 2004-10-02 | 1 | -1/+11 |
| * | Fallout from changing index locking rules: we can reduce the strength | Tom Lane | 2004-10-01 | 1 | -2/+9 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 7 | -100/+98 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 8 | -16/+16 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 1 | -1/+9 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -7/+54 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -30/+12 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 1 | -32/+128 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -1/+32 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -2/+2 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 2 | -4/+23 |
| * | Just about there on de-FastList-ification. | Tom Lane | 2004-06-01 | 3 | -47/+43 |
| * | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane | 2004-06-01 | 2 | -8/+8 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 8 | -65/+65 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 8 | -115/+114 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 2 | -67/+95 |