summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_cast.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-2/+2
* Add an implicit cast from varchar to regclass, so that existing codeTom Lane2005-10-211-4/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+8
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+5
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+4
* Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries.Tom Lane2005-04-131-257/+257
* Adjust pg_cast.h so that the OIDs assigned to built-in casts come fromTom Lane2005-04-121-256/+259
* Add explicit casts between int4 and boolean. Patch from Sean Chittenden,Neil Conway2005-02-271-1/+5
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-1/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+19
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-151-4/+84
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-8/+10
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-3/+3
* Add text(cidr) cast, per recent discussion. I'm not bothering toTom Lane2003-05-141-1/+2
* Add missing entries for bit<->int4 and bit<->int8 conversions.Tom Lane2002-10-141-1/+6
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-191/+231
* pgindent run.Bruce Momjian2002-09-041-130/+130
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-011-8/+19
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-0/+225