| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 | 1 | -79/+106 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Repair coredump seen when a view refers to an inheritance group | Tom Lane | 2000-04-18 | 1 | -8/+3 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -57/+70 |
| * | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 | 1 | -3/+10 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -3/+3 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -11/+38 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -4/+4 |
| * | Make EXPLAIN results for Append, Group, Agg, Unique nodes more plausible. | Tom Lane | 2000-02-03 | 1 | -13/+22 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -10/+22 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane | 1999-12-14 | 1 | -128/+149 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -5/+10 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -15/+10 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -5/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -6/+6 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Fix errors in SELECT ... GROUP BY ... UNION SELECT ... | Tom Lane | 1999-06-10 | 1 | -1/+8 |
| * | Fix problems with grouping/aggregation in queries that use | Tom Lane | 1999-06-06 | 1 | -30/+51 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 1 | -5/+5 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -18/+18 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -15/+10 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -14/+17 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |
| * | Small HAVING cleanup. | Bruce Momjian | 1998-03-31 | 1 | -1/+3 |
| * | Merge rename name page into alter table. Fix UNION with DISTINCT | Bruce Momjian | 1998-03-31 | 1 | -14/+23 |
| * | documentation for HAVING, clean up UNION comment. | Bruce Momjian | 1998-03-30 | 1 | -5/+21 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -73/+62 |
| * | Call union_planner() instead of planner(). | Vadim B. Mikheev | 1998-02-13 | 1 | -6/+6 |
| * | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 1 | -7/+4 |
| * | Fix for ORDER BY in UNION. | Bruce Momjian | 1997-12-29 | 1 | -5/+3 |
| * | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | 1997-12-29 | 1 | -159/+223 |
| * | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 | 1 | -43/+75 |
| * | Cleaning GCC warnings. | Vadim B. Mikheev | 1997-12-26 | 1 | -2/+4 |
| * | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 1 | -34/+37 |
| * | Remove some recursion in optimizer and clean up some code there. | Bruce Momjian | 1997-12-21 | 1 | -4/+8 |
| * | Fix aggregates on inherited tables. | Bruce Momjian | 1997-12-20 | 1 | -12/+7 |
| * | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 | 1 | -1/+4 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -2/+1 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -25/+6 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -5/+1 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -25/+25 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -116/+116 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -301/+327 |
| * | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 | 1 | -1/+2 |
| * | Cleanup Makefiles | Marc G. Fournier | 1996-10-31 | 1 | -1/+3 |