Commits

DateSubjectAuthorReleases
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2014-09-09 Add width_bucket(anyelement, anyarray). Tom Lane 9.5.0
2014-08-29 Add min and max aggregates for inet/cidr data types. Tom Lane 9.5.0
2014-06-29 Remove use_json_as_text options from json_to_record/json_populate_record. Tom Lane 9.4.0
2014-06-29 Remove use_json_as_text options from json_to_record/json_populate_record. Tom Lane 9.5.0
2014-06-26 Get rid of bogus separate pg_proc entries for json_extract_path operators. Tom Lane 9.4.0
2014-06-26 Get rid of bogus separate pg_proc entries for json_extract_path operators. Tom Lane 9.5.0
2014-06-12 Rename lo_create(oid, bytea) to lo_from_bytea(). Tom Lane 9.4.0
2014-06-12 Rename lo_create(oid, bytea) to lo_from_bytea(). Tom Lane 9.5.0
2014-06-05 Add btree and hash opclasses for pg_lsn. Tom Lane 9.4.0
2014-05-11 Rename jsonb_hash_ops to jsonb_path_ops. Tom Lane 9.4.0
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.1.14
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.2.9
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.3.5
2014-04-24 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. Tom Lane 9.4.0
2014-04-23 Allow polymorphic aggregates to have non-polymorphic state data types. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for boolean aggregates. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for a bunch of numerical aggregates. Tom Lane 9.4.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
2013-11-17 Add make_date() and make_time() functions. Tom Lane 9.4.0
2013-11-16 Improve performance of numeric sum(), avg(), stddev(), variance(), etc. Tom Lane 9.4.0
2013-06-12 Improve updatability checking for views and foreign tables. Tom Lane 9.3.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-02-13 Fix CVE-2013-0255 properly. Tom Lane 9.3.0