| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -39/+81 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 1 | -1/+2 |
| * | Print error on SELECT tab FROM tab: | Bruce Momjian | 2001-05-21 | 1 | -1/+4 |
| * | New comment. This func/column things has always confused me. | Bruce Momjian | 2001-05-19 | 1 | -4/+4 |
| * | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian | 2001-05-18 | 1 | -4/+4 |
| * | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -11/+14 |
| * | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 1 | -1/+6 |
| * | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -3/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -16/+28 |
| * | Add support for casting bit string constants. | Peter Eisentraut | 2000-11-16 | 1 | -1/+2 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -25/+31 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -95/+18 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -7/+8 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -25/+36 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -5/+9 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+3 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -2/+2 |
| * | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane | 2000-05-25 | 1 | -4/+6 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -48/+65 |
| * | transformExpr() did the Wrong Thing if applied to a SubLink node that | Tom Lane | 2000-03-19 | 1 | -19/+37 |
| * | Add safety check on expression nesting depth. Default value is set by | Tom Lane | 2000-03-17 | 1 | -1/+33 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -10/+2 |
| * | Someone (probably me) forgot about handling of typecasts applied to | Tom Lane | 2000-03-07 | 1 | -6/+9 |
| * | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane | 2000-02-26 | 1 | -1/+103 |
| * | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -8/+4 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -1/+8 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -27/+34 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane | 2000-01-17 | 1 | -3/+3 |
| * | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 | 1 | -6/+66 |
| * | Fix passing of atttypmod that Tom found. | Bruce Momjian | 2000-01-16 | 1 | -2/+2 |
| * | Clean up handling of explicit NULL constants. Cases like | Tom Lane | 1999-12-24 | 1 | -23/+27 |
| * | Reverse out nextval patch. | Bruce Momjian | 1999-12-17 | 1 | -25/+1 |
| * | >Turning nextval and currval into keywords is not an acceptable way to | Bruce Momjian | 1999-12-16 | 1 | -1/+25 |
| * | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 | 1 | -5/+11 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -12/+35 |
| * | Allow CASE statement to contain *only* untyped result clauses or nulls. | Thomas G. Lockhart | 1999-09-13 | 1 | -2/+3 |
| * | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 | 1 | -20/+46 |
| * | Revise parse_coerce() to handle coercion of int and float | Tom Lane | 1999-08-05 | 1 | -160/+10 |
| * | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 | 1 | -35/+44 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+1 |
| * | Support subscripts on bare column names. | Tom Lane | 1999-07-16 | 1 | -116/+73 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Ignore resjunk targetlist entries when matching arguments to | Tom Lane | 1999-07-11 | 1 | -22/+33 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+3 |