summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_cast.h
Commit message (Expand)AuthorAgeFilesLines
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-0/+4
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-151-0/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix copy-pasto in comment.Heikki Linnakangas2016-10-121-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-091-0/+7
* Add new OID alias type regroleAndrew Dunstan2015-05-091-0/+7
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-051-0/+1
* Reduce json <=> jsonb casts from explicit-only to assignment level.Tom Lane2015-03-031-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-051-0/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-031-1/+4
* Add support for dividing money by money (yielding a float8 result) and forTom Lane2010-07-161-1/+3
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-193/+207
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+8
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-271-4/+4
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+15
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-123/+27
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-011-1/+5
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+7
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-4/+4
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-311-1/+3
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-281-1/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+6
* 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