Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2018-03-30 Fix bogus provolatile/proparallel markings on a few built-in functions. Tom Lane 9.5.13
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.5.4
2016-02-02 Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset(). Tom Lane 9.5.1
2016-01-09 Clean up some lack-of-STRICT issues in the core code, too. Tom Lane 9.5.1
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-06-28 Improve design and implementation of pg_file_settings view. Tom Lane 9.5.0
2015-05-29 Check that all aliases of a built-in function have same leakproof property. Tom Lane 9.5.0
2015-05-04 Improve procost estimates for some text search functions. Tom Lane 9.5.0
2015-02-20 Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp. Tom Lane 9.5.0
2015-02-19 Split array_push into separate array_append and array_prepend functions. Tom Lane 9.5.0
2014-12-02 Minor cleanup of function declarations for BRIN. Tom Lane 9.5.0
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.5.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.5.0