aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pseudotypes.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Use the macro, not handwritten code, to construct anymultirange_in().Tom Lane2022-12-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Multirange datatypesAlexander Korotkov2020-12-20
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane2020-03-14
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Update copyrights for 2020Bruce Momjian2020-01-01
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Save redundant code for pseudotype I/O functionsPeter Eisentraut2016-11-07
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support range data types.Heikki Linnakangas2011-11-03
* Allow binary I/O of type "void".Tom Lane2011-02-22
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27