| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 | 1 | -1/+15 |
| * | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 | 1 | -19/+35 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -1/+3 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -1/+57 |
| * | Clean up possible memory leakage in nodeSubplan | Tom Lane | 1999-11-15 | 1 | -1/+5 |
| * | 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 | 1 | -2/+2 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -30/+19 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -192/+26 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -1/+2 |
| * | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 | 1 | -2/+1 |
| * | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane | 1999-07-25 | 1 | -2/+1 |
| * | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 | 1 | -2/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -9/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -14/+14 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -21/+24 |
| * | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 | 1 | -9/+1 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -2/+3 |
| * | Fix for _copyUnique() suggested by Hiroshi Inoue | Tatsuo Ishii | 1999-04-27 | 1 | -2/+2 |
| * | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 | 1 | -2/+5 |
| * | 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 | 1 | -11/+1 |
| * | comments cleanup. | Bruce Momjian | 1999-02-22 | 1 | -10/+8 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 1 | -4/+2 |
| * | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 | 1 | -2/+2 |
| * | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -5/+5 |
| * | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 | 1 | -14/+14 |
| * | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 | 1 | -2/+1 |
| * | More optimizer speedups. | Bruce Momjian | 1999-02-11 | 1 | -9/+9 |
| * | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | 1999-02-10 | 1 | -2/+2 |
| * | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 | 1 | -16/+16 |
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -8/+9 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-08 | 1 | -8/+8 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-05 | 1 | -2/+2 |
| * | More optimizer cleanups. | Bruce Momjian | 1999-02-04 | 1 | -7/+7 |
| * | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 | 1 | -7/+7 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -12/+12 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -1/+3 |
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 1 | -39/+4 |
| * | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian | 1999-01-25 | 1 | -2/+2 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -7/+7 |
| * | It seems that SPI_prepare() doesn't work well in some cases. | Bruce Momjian | 1999-01-21 | 1 | -2/+2 |
| * | Copy RowMark node (it's for (-:)) FOR UPDATE). | Vadim B. Mikheev | 1999-01-21 | 1 | -1/+17 |
| * | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 1 | -1/+48 |