Commits

DateSubjectAuthorReleases
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-09-07 Apply auto-vectorization to the inner loop of numeric multiplication. Tom Lane 14.0
2019-04-17 Minor jsonpath fixes. Tom Lane 12.0
2019-02-12 Allow extensions to generate lossy index conditions. Tom Lane 12.0
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2016-08-23 Create an SP-GiST opclass for inet/cidr. Tom Lane 10.0
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. Tom Lane 9.6.0
2015-11-03 Remove some more dead Alpha-specific code. Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2014-12-25 Temporarily revert "Move pg_lzcompress.c to src/common." Tom Lane 9.5.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2007-10-13 Migrate the former contrib/txid module into core. This will make it easier Tom Lane 8.3.0
2007-08-27 Remove the 'not in' operator (!!=). This was a hangover from Berkeley Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by 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-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-05-12 Add binary I/O routines for a bunch more datatypes. Still a few to go, 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-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2000-07-30 Type lztext is toast. Tom Lane 7.1.1
2000-07-22 Arrays are toastable. (At least if you initdb, which I didn't force.) Tom Lane 7.1.1