| Commit message (Expand) | Author | Age | Files | Lines |
* | Further sort-order twiddling in optimizer: be smart about | Tom Lane | 1999-08-22 | 1 | -7/+6 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -41/+87 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -5/+4 |
* | Remove extraneous SeqScan node that make_noname was inserting | Tom Lane | 1999-08-18 | 1 | -21/+12 |
* | Assign sort keys properly when there are duplicate entries in | Tom Lane | 1999-08-16 | 1 | -35/+63 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -139/+66 |
* | Clean up optimizer's handling of indexscan quals that need to be | Tom Lane | 1999-08-12 | 1 | -64/+68 |
* | Revise create_nestloop_node's handling of inner indexscan to | Tom Lane | 1999-08-10 | 1 | -53/+57 |
* | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -1/+2 |
* | Rewrite fix_indxqual_references, which was entirely bogus for | Tom Lane | 1999-08-09 | 1 | -147/+134 |
* | Update comments for create_indexscan_node(). | Tom Lane | 1999-07-30 | 1 | -6/+9 |
* | Add support for Case exprs to fix_indxqual_references, | Tom Lane | 1999-07-29 | 1 | -1/+32 |
* | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 | 1 | -22/+18 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 | 1 | -48/+60 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -11/+7 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -8/+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 | -3/+3 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -72/+85 |
* | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 | 1 | -7/+1 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+2 |
* | fix_indxqual_references didn't cope with ArrayRef nodes, | Tom Lane | 1999-05-06 | 1 | -56/+61 |
* | Clean up cost_sort some more: most callers were double-counting | Tom Lane | 1999-05-01 | 1 | -2/+2 |
* | Fill in reasonable-looking cost estimates in inserted nodes. | Tom Lane | 1999-04-30 | 1 | -32/+61 |
* | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 | 1 | -50/+73 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -2/+2 |
* | Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y). | Tom Lane | 1999-02-15 | 1 | -5/+3 |
* | Fix a number of places that made faulty assumptions about | Tom Lane | 1999-02-15 | 1 | -1/+2 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -24/+24 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-12 | 1 | -4/+4 |
* | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 | 1 | -7/+7 |
* | More optimizer speedups. | Bruce Momjian | 1999-02-11 | 1 | -4/+4 |
* | Update find_typedefs for bsdi 4.0. | Bruce Momjian | 1999-02-10 | 1 | -9/+9 |
* | 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 | -41/+41 |
* | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -5/+4 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-08 | 1 | -4/+4 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-05 | 1 | -2/+2 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -27/+14 |
* | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -7/+7 |
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 1 | -2/+7 |
* | Fix using indices in OR. | Vadim B. Mikheev | 1998-11-22 | 1 | -2/+5 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -24/+13 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -30/+30 |
* | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -5/+5 |
* | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 1 | -2/+2 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -17/+1 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -33/+44 |