| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -13/+7 |
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 1 | -3/+3 |
| * | Improve CASE statement support. | Thomas G. Lockhart | 1998-12-13 | 1 | -13/+10 |
| * | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 | 1 | -2/+154 |
| * | the following little patch adds array references to query | Bruce Momjian | 1998-10-02 | 1 | -2/+34 |
| * | Fix for constbyval. | Bruce Momjian | 1998-10-01 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -8/+8 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 1 | -4/+4 |
| * | Allow floating point constants for "def_arg" numeric arguments. | Thomas G. Lockhart | 1998-07-08 | 1 | -1/+5 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -5/+1 |
| * | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart | 1998-05-29 | 1 | -3/+3 |
| * | Add capabilities for automatic type conversion. | Thomas G. Lockhart | 1998-05-09 | 1 | -6/+12 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -2/+2 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -2/+2 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -2/+2 |
| * | BETWEEN and LIKE patch from Thomas | Bruce Momjian | 1998-03-26 | 1 | -1/+16 |
| * | In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to | Vadim B. Mikheev | 1998-02-27 | 1 | -2/+6 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -42/+45 |
| * | gram.y: ALL_SUBLINK type was returned for x Op (subquery). | Vadim B. Mikheev | 1998-02-13 | 1 | -2/+13 |
| * | Fix for EXISTS. | Vadim B. Mikheev | 1998-02-13 | 1 | -17/+21 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 1 | -4/+4 |
| * | atttypmod now -1. | Bruce Momjian | 1998-02-07 | 1 | -2/+2 |
| * | FIx hasSubLinks for Vadim. | Bruce Momjian | 1998-02-06 | 1 | -4/+6 |
| * | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian | 1998-02-05 | 1 | -2/+2 |
| * | Parser cleanup for expr and subqueries. | Bruce Momjian | 1998-02-03 | 1 | -2/+2 |
| * | Fix for psort. fixes regression tests. | Bruce Momjian | 1998-02-01 | 1 | -3/+3 |
| * | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian | 1998-02-01 | 1 | -5/+4 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -2/+3 |
| * | Parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -148/+21 |
| * | Fix problem with nodes handling. | Bruce Momjian | 1998-01-19 | 1 | -18/+22 |
| * | Added code so SubLinks make it to optimizer. | Bruce Momjian | 1998-01-19 | 1 | -2/+7 |
| * | Create SubLink nodes in parser for Vadim. | Bruce Momjian | 1998-01-19 | 1 | -1/+38 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -7/+6 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -15/+15 |
| * | Fix for aggs on views and complex ones. I missed one file. | Bruce Momjian | 1998-01-04 | 1 | -10/+18 |
| * | Fix up some elog error messages. | Thomas G. Lockhart | 1997-12-23 | 1 | -18/+14 |
| * | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 | 1 | -3/+4 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 1 | -22/+2 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -0/+694 |