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-04-08 Add combine functions for various floating-point aggregates. Robert Haas 9.6.0
2016-04-05 Add parallel query support functions for assorted aggregates. Robert Haas 9.6.0
2016-03-30 Improve portability of I/O behavior for the geometric types. Tom Lane 9.6.0
2016-03-18 Introduce parse_ident() Teodor Sigaev 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2016-03-05 Expose control file data via SQL accessible functions. Joe Conway 9.6.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2016-02-20 Add pg_size_bytes() to parse human-readable size strings. Dean Rasheed 9.6.0
2016-02-17 Add new system view, pg_config Joe Conway 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-02-03 Extend sortsupport for text to more opclasses. Robert Haas 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
2016-01-05 Add scale(numeric) Alvaro Herrera 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-11-07 Add "xid <> xid" and "xid <> int4" operators. Tom Lane 9.6.0
2015-11-06 Add sort support routine for the UUID data type. Robert Haas 9.6.0
2015-11-03 Allow postgres_fdw to ship extension funcs/operators for remote execution. Tom Lane 9.6.0