Commits

DateSubjectAuthorReleases
2022-12-10 Use the macro, not handwritten code, to construct anymultirange_in(). Tom Lane 16.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-14 Rearrange pseudotypes.c to get rid of duplicative code. Tom Lane 13.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2011-02-22 Allow binary I/O of type "void". Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. Tom Lane 9.1.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0
2007-06-06 Fix up text concatenation so that it accepts all the reasonable cases that Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-02-28 Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit Tom Lane 8.2.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-07-28 A visit from the message-style police ... Tom Lane 7.4.1
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-05-13 More binary I/O routines. Tom Lane 7.4.1
2003-05-08 Reinstate pg_type's typsend and typreceive columns. They don't do much Tom Lane 7.4.1
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2002-08-26 Modify array operations to include array's element type OID in the Tom Lane 7.3.1
2002-08-24 The cstring datatype can now be copied, passed around, etc. The typlen Tom Lane 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1