Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-05-08 | Further patch rangetypes_selfuncs.c's statistics slot management. | Tom Lane | 9.3.17 |
| 2017-05-08 | Fix possibly-uninitialized variable. | Tom Lane | 9.3.17 |
| 2017-05-08 | Add security checks to selectivity estimation functions | Peter Eisentraut | 9.3.17 |
| 2017-02-06 | Fix typos in comments. | Heikki Linnakangas | 9.3.16 |
| 2015-01-30 | Fix assorted oversights in range selectivity estimation. | Tom Lane | 9.3.6 |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian | 9.3.0 |
| 2013-03-21 | Fix "element <@ range" cost estimation. | Heikki Linnakangas | 9.3.0 |
| 2013-03-14 | Add cost estimation of range @> and <@ operators. | Heikki Linnakangas | 9.3.0 |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian | 9.3.0 |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 9.3.0 |
| 2012-08-27 | Collect and use histograms of lower and upper bounds for range types. | Heikki Linnakangas | 9.3.0 |