| Commit message (Expand) | Author | Age |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 |
* | Tweak select_common_type() to deal with possibility of multiple preferred | Tom Lane | 2000-12-17 |
* | Remove obsolete comment. | Tom Lane | 2000-12-15 |
* | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut | 2000-11-17 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane | 2000-11-09 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Tweak TypeCategory to treat new BIT types as of STRING category, rather | Tom Lane | 2000-04-08 |
* | 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 |