| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 1 | -18/+1 |
| * | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 | 1 | -7/+1 |
| * | Add a few other parser-only nodes for debugging help. | Thomas G. Lockhart | 1999-02-23 | 1 | -22/+32 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 1 | -4/+4 |
| * | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 | 1 | -3/+3 |
| * | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -3/+3 |
| * | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 | 1 | -8/+8 |
| * | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 | 1 | -3/+2 |
| * | 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 | -15/+15 |
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -2/+49 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-05 | 1 | -2/+2 |
| * | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 | 1 | -5/+5 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -15/+15 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -3/+9 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -5/+5 |
| * | FOR UPDATE is in parser & rules. | Vadim B. Mikheev | 1999-01-21 | 1 | -1/+15 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 1 | -1/+4 |
| * | finished cleaning up outnodes.c ... | Marc G. Fournier | 1998-12-20 | 1 | -117/+61 |
| * | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck | 1998-12-18 | 1 | -70/+52 |
| * | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1998-12-17 | 1 | -2/+2 |
| * | More cleanups ... this is one big file *sigh* | Marc G. Fournier | 1998-12-15 | 1 | -306/+139 |
| * | Correct some typos... | Marc G. Fournier | 1998-12-15 | 1 | -7/+5 |
| * | More cleanups of appendStringInfo() function calls... | Marc G. Fournier | 1998-12-15 | 1 | -209/+119 |
| * | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | 1998-12-14 | 1 | -57/+36 |
| * | Many more cleanups... | Marc G. Fournier | 1998-12-14 | 1 | -3/+1 |
| * | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart | 1998-12-14 | 1 | -2/+2 |
| * | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 1 | -1/+86 |
| * | 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/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -5/+7 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -9/+9 |
| * | Make attalign match type alignment. | Bruce Momjian | 1998-08-26 | 1 | -3/+3 |
| * | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -6/+6 |
| * | Allow index use with OR clauses. | Bruce Momjian | 1998-08-01 | 1 | -3/+3 |
| * | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 1 | -5/+5 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -8/+8 |
| * | Major man page update from Tom Lane. c | Bruce Momjian | 1998-07-14 | 1 | -6/+2 |
| * | Fix for AS name quotation problem. | Bruce Momjian | 1998-07-13 | 1 | -2/+5 |
| * | Fix for views that use AS with two words. | Bruce Momjian | 1998-07-09 | 1 | -3/+4 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -9/+1 |
| * | Add some more node print routines for debugging only | Thomas G. Lockhart | 1998-05-09 | 1 | -2/+61 |
| * | FIx confusion over SORT and SORTCLAUSE in node handling. | Bruce Momjian | 1998-04-27 | 1 | -62/+62 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -19/+19 |
| * | Add handling for new RangeTblEntry column name. | Bruce Momjian | 1998-02-21 | 1 | -4/+11 |
| * | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 | 1 | -5/+5 |
| * | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 1 | -2/+35 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 1 | -2/+2 |