Commits

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

DateSubjectAuthorReleases
2018-07-31 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.6.10
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 9.6.9
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.6.9
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. Tom Lane 9.6.0
2016-07-14 Fix GiST index build for NaN values in geometric types. Tom Lane 9.6.0
2016-03-30 Improve portability of I/O behavior for the geometric types. Tom Lane 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. 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-07 Improve speed of timestamp/time/date output functions. Tom Lane 9.6.0
2016-02-05 Add num_nulls() and num_nonnulls() to count NULL arguments. Tom Lane 9.6.0
2016-01-22 Add trigonometric functions that work in degrees. Tom Lane 9.6.0
2016-01-22 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 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
2015-11-07 Add "xid <> xid" and "xid <> int4" operators. Tom Lane 9.6.0
2015-11-03 Allow postgres_fdw to ship extension funcs/operators for remote execution. 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