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