Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-08-31 | Enforce cube dimension limit in all cube construction functions | Alexander Korotkov | 11.0 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-01-11 | llow negative coordinate for ~> (cube, int) operator | Teodor Sigaev | 11.0 |
| 2018-01-11 | Fix behavior of ~> (cube, int) operator | Teodor Sigaev | 11.0 |
| 2017-11-21 | Support index-only scans in contrib/cube and contrib/seg GiST indexes. | Tom Lane | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane | 11.0 |
| 2017-09-13 | Distinguish selectivity of < from <= and > from >=. | Tom Lane | 11.0 |
| 2017-09-05 | Remove unnecessary casts | Peter Eisentraut | 11.0 |
| 2017-09-05 | Remove unnecessary parentheses in return statements | Peter Eisentraut | 11.0 |