Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-06-30 | pgindent run prior to branching | Andrew Dunstan | 11.0 |
| 2018-05-09 | Improve jsonb cast error message | Teodor Sigaev | 11.0 |
| 2018-05-02 | Fix assorted compiler warnings seen in the buildfarm. | Tom Lane | 11.0 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-03-29 | Add casts from jsonb | Teodor Sigaev | 11.0 |
| 2018-01-17 | Centralize json and jsonb handling of datetime types | Andrew Dunstan | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-10-26 | Undo inadvertent change in capitalization in commit 18fc4ec. | Andrew Dunstan | 11.0 |
| 2017-10-25 | Process variadic arguments consistently in json functions | Andrew Dunstan | 11.0 |
| 2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 11.0 |
| 2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |