Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-01-05 | Fix handling of empty arrays in array_fill(). | Tom Lane | 9.5.6 |
| 2016-12-09 | Fix crasher bug in array_position(s) | Alvaro Herrera | 9.5.6 |
| 2015-07-24 | Fix bug around assignment expressions containing indirections. | Andres Freund | 9.5.0 |
| 2015-03-30 | Change array_offset to return subscripts, not offsets | Alvaro Herrera | 9.5.0 |
| 2015-03-18 | array_offset() and array_offsets() | Alvaro Herrera | 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 |