| Commit message (Expand) | Author | Age | Files | Lines |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -1/+3 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -2/+2 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -3/+4 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -34/+2 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -1/+2 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -2/+1 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -1/+2 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -13/+14 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -14/+13 |
* | Remove no-longer-used macros. | Tom Lane | 2001-10-03 | 1 | -62/+1 |
* | Add an operator xid '=' int and remove BINARY_COMPATI... | Hiroshi Inoue | 2001-09-30 | 1 | -2/+1 |
* | Allow comparison between xid and xid, int. | Hiroshi Inoue | 2001-09-29 | 1 | -1/+2 |
* | Back out BYTEA binary compatibility changes. | Bruce Momjian | 2001-06-24 | 1 | -8/+1 |
* | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian | 2001-06-23 | 1 | -1/+8 |
* | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -1/+3 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 | 1 | -4/+4 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -4/+4 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut | 2000-11-17 | 1 | -1/+2 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -1/+6 |
* | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -3/+8 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |
* | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 | 1 | -8/+1 |
* | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 | 1 | -1/+8 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+4 |
* | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -14/+11 |
* | 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/+5 |
* | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+4 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
* | Fix for DEFAULT ''. | Bruce Momjian | 1999-05-22 | 1 | -2/+3 |
* | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane | 1999-03-10 | 1 | -3/+6 |
* | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 | 1 | -3/+4 |
* | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -4/+10 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -2/+1 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -8/+9 |
* | Include OID as a built-in type. | Thomas G. Lockhart | 1998-08-14 | 1 | -2/+6 |
* | Include int8 as a built-in data type. | Thomas G. Lockhart | 1998-07-08 | 1 | -2/+3 |
* | Add NAMEOID as built-in type. | Thomas G. Lockhart | 1998-05-29 | 1 | -7/+22 |
* | Add capabilities for automatic type conversion. | Thomas G. Lockhart | 1998-05-09 | 1 | -0/+96 |