summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pseudotypes.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Use the macro, not handwritten code, to construct anymultirange_in().Tom Lane2022-12-101-19/+8
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Multirange datatypesAlexander Korotkov2020-12-201-0/+38
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-191-0/+35
* Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane2020-03-141-225/+123
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-051-1/+0
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Save redundant code for pseudotype I/O functionsPeter Eisentraut2016-11-071-301/+45
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-0/+27
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-0/+27
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-111-2/+63
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Syntax support and documentation for event triggers.Robert Haas2012-07-181-0/+27
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Support range data types.Heikki Linnakangas2011-11-031-0/+24
* Allow binary I/O of type "void".Tom Lane2011-02-221-0/+28
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-191-0/+27
* 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/+56
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-061-1/+27
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-1/+27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-54/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-9/+9
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-19/+55
* More binary I/O routines.Tom Lane2003-05-131-2/+57
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-1/+23
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+24