Commits

DateSubjectAuthorReleases
2016-07-26 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. Tom Lane 9.6.0
2016-07-26 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. Tom Lane 9.4.9
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-03 Mark read/write expanded values as read-only in ExecProject(). Tom Lane 9.6.0
2016-06-03 Mark read/write expanded values as read-only in ExecProject(). Tom Lane 9.5.4
2016-04-27 Tighten up sanity checks for parallel aggregate in execQual.c. Robert Haas 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0
2015-12-18 Revert 9246af6799819847faa33baf441251003acbb8fe because Teodor Sigaev 9.6.0
2015-12-18 Allow to omit boundaries in array subscript Teodor Sigaev 9.6.0
2015-08-04 Share transition state between different aggregates when possible. Heikki Linnakangas 9.6.0
2015-08-03 Fix a number of places that produced XX000 errors in the regression tests. Tom Lane 9.5.0
2015-08-03 Fix a number of places that produced XX000 errors in the regression tests. Tom Lane 9.6.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-16 Support GROUPING SETS, CUBE and ROLLUP. Andres Freund 9.5.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2015-02-16 Rationalize the APIs of array element/slice access functions. Tom Lane 9.5.0
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.2.11
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.3.7
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.4.2
2015-02-16 Fix null-pointer-deref crash while doing COPY IN with check constraints. Tom Lane 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-11-10 Ensure that whole-row Vars produce nonempty column names. Tom Lane 9.2.10