| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyObject() and equal() now know about all parse-time node types, | Tom Lane | 2000-08-11 | 1 | -9/+1004 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -15/+29 |
| * | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 | 1 | -24/+1 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -2/+1 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -2/+2 |
| * | Add test code to copy all parse/plan trees. Repair essential omissions | Tom Lane | 2000-06-29 | 1 | -68/+82 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -42/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -27/+29 |
| * | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane | 2000-04-08 | 1 | -17/+148 |
| * | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 | 1 | -6/+31 |
| * | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 | 1 | -1/+2 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+2 |
| * | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -6/+4 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -1/+24 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -9/+16 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -3/+18 |
| * | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 | 1 | -2/+3 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -8/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -1/+2 |
| * | 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 |