| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -7/+4 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -1/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 | 1 | -4/+4 |
| * | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 | 1 | -2/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -2/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 1 | -2/+3 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -4/+4 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -22/+22 |
| * | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 | 1 | -1/+3 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -1/+4 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -6/+11 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+10 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -3/+3 |
| * | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 | 1 | -1/+4 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -15/+17 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | 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 |