| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Remove no-longer-used macros. | Tom Lane | 2001-10-03 |
* | Add an operator xid '=' int and remove BINARY_COMPATI... | Hiroshi Inoue | 2001-09-30 |
* | Allow comparison between xid and xid, int. | Hiroshi Inoue | 2001-09-29 |
* | Back out BYTEA binary compatibility changes. | Bruce Momjian | 2001-06-24 |
* | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian | 2001-06-23 |
* | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut | 2000-11-17 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Reverse out BYTEA type coersion. | Bruce Momjian | 2000-03-20 |
* | Add compatiblity information for bytea. | Bruce Momjian | 2000-03-20 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | 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 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix for DEFAULT ''. | Bruce Momjian | 1999-05-22 |
* | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane | 1999-03-10 |
* | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 |
* | 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 |