| Commit message (Expand) | Author | Age |
* | Hack parse_coerce so it won't try to constant-fold the dummy Const | Tom Lane | 2000-03-23 |
* | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 |
* | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 |
* | In can_coerce_type, verify that a possible type-coercion function | Tom Lane | 2000-03-19 |
* | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane | 2000-03-16 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Make TypeCategory think that NAME is a member of type | Tom Lane | 2000-03-11 |
* | Add lztext to TypeCategory so that lztext OP text cases will work | Tom Lane | 2000-02-27 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane | 2000-02-20 |
* | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 |
* | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | Teach parse_coerce about non-cachable functions (actually, | Tom Lane | 1999-10-02 |
* | coerce_type() failed to guard against trying to convert a NULL | Tom Lane | 1999-08-24 |
* | Revise parse_coerce() to handle coercion of int and float | Tom Lane | 1999-08-05 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Defend against function calls with more than 8 arguments (code | Tom Lane | 1999-06-17 |
* | Avoid redundant SysCache searches in coerce_type, for another | Tom Lane | 1999-05-29 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix for DEFAULT ''. | Bruce Momjian | 1999-05-22 |
* | Make postgres prompt backend>, and remove PARSEDEBUG. | Bruce Momjian | 1999-05-22 |
* | Upgrade to PyGreSQL (2.4) | Bruce Momjian | 1999-05-19 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Implement CASE expression. | Thomas G. Lockhart | 1998-12-04 |
* | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Fix for constbyval . | Bruce Momjian | 1998-10-01 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Include OID as a built-in type. | Thomas G. Lockhart | 1998-08-14 |
* | Allow floating point constants for "def_arg" numeric arguments. | Thomas G. Lockhart | 1998-07-08 |
* | Do type conversion to match columns in UNION clauses. | Thomas G. Lockhart | 1998-05-29 |
* | Add capabilities for automatic type conversion. | Thomas G. Lockhart | 1998-05-09 |