| Commit message (Expand) | Author | Age | Files | Lines |
| * | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 | 1 | -5/+2 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -107/+306 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -46/+55 |
| * | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 | 1 | -299/+266 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -52/+79 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -19/+42 |
| * | Manually apply part of oid patch that didn't apply cleanly. | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -40/+56 |
| * | Oops, proper initialization for domainTypMod was none at all, not 0. | Bruce Momjian | 2002-07-09 | 1 | -2/+2 |
| * | Fix compiler warning: | Bruce Momjian | 2002-07-09 | 1 | -2/+2 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -16/+93 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -6/+6 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -17/+29 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -33/+69 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -29/+45 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -8/+19 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -91/+187 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -1/+30 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -31/+1 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -1/+31 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+4 |
| * | Make the world safe for atttypmod=0 ... this didn't use to mean anything, | Tom Lane | 2001-10-04 | 1 | -4/+3 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -213/+14 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -5/+13 |
| * | Back out BYTEA binary compatibility changes. | Bruce Momjian | 2001-06-24 | 1 | -5/+1 |
| * | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian | 2001-06-23 | 1 | -1/+5 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -1/+25 |
| * | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -25/+23 |
| * | Fix vacuum analyze error. | Tatsuo Ishii | 2001-02-27 | 1 | -1/+7 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -3/+3 |
| * | Tweak select_common_type() to deal with possibility of multiple preferred | Tom Lane | 2000-12-17 | 1 | -1/+2 |
| * | Remove obsolete comment. | Tom Lane | 2000-12-15 | 1 | -10/+1 |
| * | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut | 2000-11-17 | 1 | -2/+6 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -17/+19 |
| * | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane | 2000-11-09 | 1 | -1/+17 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -1/+95 |
| * | 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 |