Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-06-11 | Make new error code name match SQL standard more closely | Peter Eisentraut | 11.0 |
| 2018-02-07 | Support all SQL:2011 options for window frame clauses. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-13 | Consistently use PG_INT(16|32|64)_(MIN|MAX). | Andres Freund | 11.0 |
| 2017-12-13 | Use new overflow aware integer operations. | Andres Freund | 11.0 |
| 2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 11.0 |