Commits

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

DateSubjectAuthorReleases
2018-03-30 Fix bogus provolatile/proparallel markings on a few built-in functions. Tom Lane 9.6.9
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. Tom Lane 9.6.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.6.0
2016-05-05 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). Tom Lane 9.6.0
2016-03-29 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. Tom Lane 9.6.0
2016-03-14 pg_stat_get_progress_info() should be marked STRICT. Tom Lane 9.6.0
2016-03-02 Create stub functions to support pg_upgrade of old contrib/tsearch2. Tom Lane 9.6.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2016-02-05 Add num_nulls() and num_nonnulls() to count NULL arguments. Tom Lane 9.6.0
2016-02-02 Remove unnecessary "implementation of FOO operator" DESCR() entries. Tom Lane 9.6.0
2016-02-02 Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset(). Tom Lane 9.6.0
2016-01-22 Add trigonometric functions that work in degrees. Tom Lane 9.6.0
2016-01-20 Fix assorted inconsistencies in GIN opclass support function declarations. Tom Lane 9.6.0
2016-01-19 Fix assorted inconsistencies in GiST opclass support function declarations. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2016-01-09 Clean up some lack-of-STRICT issues in the core code, too. Tom Lane 9.6.0
2016-01-05 Make the to_reg*() functions accept text not cstring. Tom Lane 9.6.0
2015-11-07 Add "xid <> xid" and "xid <> int4" operators. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-02 Add an optional missing_ok argument to SQL function current_setting(). Tom Lane 9.6.0