| Commit message (Expand) | Author | Age | Files | Lines |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs. | Tom Lane | 1999-10-30 | 1 | -238/+160 |
| * | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane | 1999-09-13 | 1 | -10/+220 |
| * | Further improvements in cnfify: reduce amount of self-recursion | Tom Lane | 1999-09-12 | 1 | -332/+381 |
| * | Performance improvements in cnfify(): get rid of exponential | Tom Lane | 1999-09-07 | 1 | -249/+236 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -6/+4 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 2 | -29/+33 |
| * | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -15/+10 |
| * | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane | 1999-08-09 | 1 | -6/+5 |
| * | Create a standardized expression_tree_mutator support routine | Tom Lane | 1999-08-09 | 1 | -12/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 3 | -13/+2 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 3 | -16/+16 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 3 | -19/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 2 | -4/+2 |
| * | 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 |
| * | new_relation_targetlist used to cause about 8 separate (and | Tom Lane | 1999-05-29 | 1 | -58/+74 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 4 | -121/+127 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -7/+7 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -1/+44 |
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 1 | -5/+5 |
| * | Fix a number of places that made faulty assumptions about | Tom Lane | 1999-02-15 | 1 | -24/+57 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 4 | -28/+28 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 3 | -17/+10 |
| * | cnf'ify cleanup | Bruce Momjian | 1998-10-04 | 1 | -190/+184 |
| * | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier | 1998-09-04 | 1 | -55/+55 |
| * | Oops missing file. | Bruce Momjian | 1998-09-03 | 1 | -0/+213 |
| * | [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] | Bruce Momjian | 1998-09-03 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 2 | -36/+28 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 3 | -56/+56 |
| * | Cleanup makeTargetEntry and remove internal.c. | Bruce Momjian | 1998-07-20 | 1 | -7/+5 |
| * | Use defines rather than constants for types. | Bruce Momjian | 1998-07-20 | 1 | -3/+3 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -14/+17 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 3 | -39/+3 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | 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 | 3 | -79/+68 |
| * | Call union_planner() instead of planner(). | Vadim B. Mikheev | 1998-02-13 | 1 | -6/+6 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -14/+13 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -3/+3 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -5/+1 |
| * | 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 |