| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -6/+8 |
| * | Eliminate some unbelievably cheesy code in _copyConst(). | Tom Lane | 1999-11-01 | 1 | -114/+56 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 4 | -6/+13 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -7/+14 |
| * | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 | 1 | -2/+21 |
| * | Minor improvements to stringinfo package to make it more | Tom Lane | 1999-08-31 | 1 | -1/+5 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -6/+10 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 6 | -97/+81 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 8 | -853/+167 |
| * | LispUnion routine didn't generate a proper union: anytime | Tom Lane | 1999-08-14 | 1 | -212/+133 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 4 | -4/+14 |
| * | Add equal() funcs for Case nodes ... amazing we had not | Tom Lane | 1999-07-29 | 1 | -178/+164 |
| * | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 | 2 | -4/+2 |
| * | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane | 1999-07-25 | 2 | -4/+2 |
| * | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 | 4 | -18/+6 |
| * | Fix typo in _outArrayRef(). | Tom Lane | 1999-07-18 | 1 | -2/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 9 | -24/+10 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 6 | -23/+20 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 8 | -57/+9 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 8 | -24/+8 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 2 | -4/+5 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -2/+1 |
| * | equal() needs a case for Aggref nodes, as shown by: | Tom Lane | 1999-06-06 | 1 | -1/+25 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+3 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 4 | -45/+45 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 7 | -352/+365 |
| * | Upgrade to PyGreSQL (2.4) | Bruce Momjian | 1999-05-19 | 2 | -7/+3 |
| * | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 | 3 | -46/+6 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 3 | -7/+7 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 6 | -19/+28 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 2 | -10/+10 |
| * | Fix for _copyUnique() suggested by Hiroshi Inoue | Tatsuo Ishii | 1999-04-27 | 1 | -2/+2 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -13/+7 |
| * | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 | 1 | -2/+5 |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 2 | -22/+2 |
| * | Partial fix for copied-plan bugs reported by Hiroshi Inoue: | Tom Lane | 1999-03-03 | 1 | -4/+8 |
| * | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 | 4 | -27/+4 |
| * | Add a few other parser-only nodes for debugging help. | Thomas G. Lockhart | 1999-02-23 | 1 | -22/+32 |
| * | Rearrange order of subdirectory creation to help generate parse.h | Thomas G. Lockhart | 1999-02-23 | 1 | -2/+7 |
| * | comments cleanup. | Bruce Momjian | 1999-02-22 | 2 | -17/+13 |
| * | ifdef out append(). | Bruce Momjian | 1999-02-22 | 1 | -1/+3 |
| * | more cleanup | Bruce Momjian | 1999-02-22 | 1 | -2/+75 |
| * | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 | 1 | -1/+5 |
| * | fix compile problem. | Bruce Momjian | 1999-02-22 | 1 | -2/+2 |
| * | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 | 1 | -2/+2 |
| * | pathkeys fixes | Bruce Momjian | 1999-02-20 | 1 | -7/+15 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 5 | -16/+13 |
| * | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 | 5 | -12/+12 |
| * | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 | 4 | -9/+9 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 11 | -35/+35 |