| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane | 2000-08-21 | 1 | -135/+1 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -5/+1 |
| * | Make planner safe for recursive calls --- needed for cases where | Tom Lane | 2000-07-27 | 1 | -1/+23 |
| * | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 | 1 | -25/+11 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -17/+14 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane | 2000-06-09 | 1 | -1/+2 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+16 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -5/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -87/+120 |
| * | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 | 1 | -55/+130 |
| * | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane | 2000-03-14 | 1 | -8/+10 |
| * | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | Tom Lane | 2000-02-21 | 1 | -16/+32 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -29/+156 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -18/+6 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane | 1999-12-09 | 1 | -5/+4 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -9/+3 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -21/+32 |
| * | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 | 1 | -16/+23 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -39/+5 |
| * | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane | 1999-09-13 | 1 | -3/+4 |
| * | Clean up some mistakes in handling of uplevel Vars in planner. | Tom Lane | 1999-08-26 | 1 | -11/+16 |
| * | Further sort-order twiddling in optimizer: be smart about | Tom Lane | 1999-08-22 | 1 | -37/+59 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -31/+21 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -460/+197 |
| * | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 | 1 | -20/+45 |
| * | 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 | -16/+10 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -14/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Clean up problems with sublinks + grouping in planner. Not | Tom Lane | 1999-06-21 | 1 | -37/+10 |
| * | Plug hole in dike: planner would coredump if query_planner | Tom Lane | 1999-06-12 | 1 | -1/+5 |
| * | Fix problems with grouping/aggregation in queries that use | Tom Lane | 1999-06-06 | 1 | -5/+27 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -167/+188 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -2/+2 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 1 | -3/+3 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -4/+4 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -4/+4 |
| * | Make sure targetlist generated for subplan does not share | Tom Lane | 1999-05-04 | 1 | -2/+7 |
| * | Revise union_planner and associated routines to clean up breakage | Tom Lane | 1999-05-03 | 1 | -55/+335 |
| * | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 | 1 | -103/+63 |
| * | I suggest the following portability patch, which does not | Bruce Momjian | 1999-03-19 | 1 | -5/+5 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -4/+4 |
| * | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 1 | -2/+2 |
| * | Sort node for ORDER BY is suppressed if choosen index scan will | Jan Wieck | 1999-02-03 | 1 | -2/+175 |
| * | Fix create_rule is->as. | Bruce Momjian | 1999-02-02 | 1 | -10/+10 |