| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -1/+5 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -24/+16 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -259/+29 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -1/+6 |
| * | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 | 1 | -9/+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 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -10/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 | 1 | -2/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -30/+31 |
| * | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 | 1 | -25/+1 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -2/+2 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -4/+9 |
| * | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 | 1 | -5/+1 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 1 | -3/+3 |
| * | otherrels is now unjoined_rels | 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 | -2/+2 |
| * | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 | 1 | -11/+11 |
| * | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 | 1 | -7/+1 |
| * | More optimizer speedups. | Bruce Momjian | 1999-02-11 | 1 | -11/+11 |
| * | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | 1999-02-10 | 1 | -11/+11 |
| * | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 | 1 | -21/+21 |
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -13/+54 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-08 | 1 | -11/+11 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-05 | 1 | -3/+3 |
| * | More optimizer cleanups. | Bruce Momjian | 1999-02-04 | 1 | -2/+2 |
| * | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 | 1 | -8/+8 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -17/+9 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -18/+18 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -1/+5 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -8/+8 |
| * | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 | 1 | -1/+24 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -1/+6 |
| * | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart | 1998-12-14 | 1 | -1/+49 |
| * | Fix using indices in OR. | Vadim B. Mikheev | 1998-11-22 | 1 | -1/+4 |
| * | Add LIMIT syntax for Jan. | Bruce Momjian | 1998-10-22 | 1 | -1/+7 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -7/+7 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -65/+65 |
| * | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -9/+9 |
| * | Allow index use with OR clauses. | Bruce Momjian | 1998-08-01 | 1 | -4/+4 |
| * | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 1 | -6/+6 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -10/+10 |
| * | Major man page update from Tom Lane. c | Bruce Momjian | 1998-07-14 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -143/+1 |
| * | FIx confusion over SORT and SORTCLAUSE in node handling. | Bruce Momjian | 1998-04-27 | 1 | -48/+47 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -31/+31 |
| * | Add handling for new RangeTblEntry column name. | Bruce Momjian | 1998-02-21 | 1 | -5/+13 |
| * | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 | 1 | -2/+2 |
| * | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 1 | -1/+5 |