Commits

DateSubjectAuthorReleases
2014-12-25 Move pg_lzcompress.c to src/common. Fujii Masao 9.5.0
2014-11-13 Move the guts of our Levenshtein implementation into core. Robert Haas 9.5.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2014-03-23 Introduce jsonb, a structured format for storing json. Andrew Dunstan 9.4.0
2014-02-19 Add a pg_lsn data type, to represent an LSN. Robert Haas 9.4.0
2014-02-06 Alphabeticize list in OBJS definition in utils/adt Makefile. Andrew Dunstan 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-03-29 Add new JSON processing functions and parser API. Andrew Dunstan 9.3.0
2012-08-27 Collect and use histograms of lower and upper bounds for range types. Heikki Linnakangas 9.3.0
2012-08-16 Add SP-GiST support for range types. Heikki Linnakangas 9.3.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2012-01-31 Built-in JSON data type. Robert Haas 9.2.0
2011-11-03 Support range data types. Heikki Linnakangas 9.2.0
2010-11-24 When reporting the server as not responding, if the hostname was Bruce Momjian 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-11-03 suppress_redundant_updates_trigger function. Andrew Dunstan 8.4.0
2008-02-19 Refactor backend makefiles to remove lots of duplicate code Peter Eisentraut 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-09-07 Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with Teodor Sigaev 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
2007-01-28 Add a new builtin type, "uuid". This implements a UUID type, similar to Neil Conway 8.3.0
2007-01-20 Remove remains of old depend target. Peter Eisentraut 8.3.0