Commits

DateSubjectAuthorReleases
2009-12-12 Fix integer-to-bit-string conversions to handle the first fractional byte Tom Lane 9.0.0
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 7.3.20
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 7.4.18
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 8.0.14
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 8.1.10
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 8.2.5
2007-08-21 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the Tom Lane 8.3.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2005-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2004-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and Tom Lane 8.0.0
2004-08-02 While perusing SQL92 I realized that we are delivering the wrong SQLSTATE Tom Lane 8.0.0
2004-06-16 Represent type-specific length coercion functions as pg_cast entries, Tom Lane 8.0.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-05-12 Add binary I/O routines for a bunch more datatypes. Still a few to go, Tom Lane 7.4.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-08-26 Modify array operations to include array's element type OID in the Tom Lane 7.3.1
2001-10-06 Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo Tom Lane 7.2.1
2001-05-03 Ensure that btree sort ordering functions and boolean comparison operators Tom Lane 7.1.1
2000-08-26 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> Tom Lane 7.1.1
2000-08-21 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. Tom Lane 7.1.1
2000-08-07 TOAST mop-up work: update comments for tuple-size-related symbols such Tom Lane 7.1.1
2000-07-28 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. Tom Lane 7.1.1