Commit Graph

238 Commits (c7b8998ebbf310a156aa38022555a24d98fdbfb4)

Author SHA1 Message Date
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Andres Freund fa117ee403 Allow avoiding tuple copy within tuplesort_gettupleslot(). 8 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 8 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 8 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Robert Haas 0355e6f310 Repair commit b81b5a96f4. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane c080b223a7 Fix minor oversights in nodeAgg.c. 9 years ago
Heikki Linnakangas db80acfc9d Fix sharing Agg transition state of DISTINCT or ordered aggs. 9 years ago
Robert Haas b81b5a96f4 Unbreak Finalize HashAggregate over Partial HashAggregate. 9 years ago
Andres Freund fc4b3dea29 User narrower representative tuples in the hash-agg hashtable. 9 years ago
Andres Freund 8ed3f11bb0 Perform one only projection to compute agg arguments. 9 years ago
Tom Lane 9a00f03e47 Improve speed of aggregates that use array_append as transition function. 9 years ago
Andres Freund 5dfc198146 Use more efficient hashtable for execGrouping.c to speed up hash aggregation. 9 years ago
Tom Lane 2c00fad286 Fix improper repetition of previous results from a hashed aggregate. 9 years ago
Peter Eisentraut 40fcfec82c Message style improvements 9 years ago
Tom Lane 19e972d558 Rethink node-level representation of partial-aggregation modes. 9 years ago
Tom Lane f8ace5477e Fix type-safety problem with parallel aggregate serial/deserialization. 9 years ago
Tom Lane 915b703e16 Fix handling of argument and result datatypes for partial aggregation. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 9 years ago
Robert Haas 96f8373cad Fix bug in aggregate (de)serialization commit. 9 years ago
Robert Haas 5fe5a2cee9 Allow aggregate transition states to be serialized and deserialized. 9 years ago
Robert Haas f1f5ec1efa Reuse abbreviated keys in ordered [set] aggregates. 10 years ago
Robert Haas a7de3dc5c3 Support multi-stage aggregation. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Heikki Linnakangas 804163bc25 Share transition state between different aggregates when possible. 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Robert Haas 78efd5c1ed Extend abbreviated key infrastructure to datum tuplesorts. 10 years ago
Robert Haas 40f42d2a34 Use outerPlanState macro instead of referring to leffttree. 10 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 11 years ago
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 6f5034eda0 Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane f0fedfe82c Allow polymorphic aggregates to have non-polymorphic state data types. 11 years ago
Tom Lane a9d9acbf21 Create infrastructure for moving-aggregate optimization. 11 years ago
Tom Lane e6336b8b57 Save a few cycles in advance_transition_function(). 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Tom Lane 0d3f4406df Allow aggregate functions to be VARIADIC. 12 years ago
Noah Misch b560ec1b0d Implement the FILTER clause for aggregate function calls. 12 years ago