Commits

DateSubjectAuthorReleases
2018-10-03 Fix issues around EXPLAIN with JIT. Andres Freund 11.0
2018-10-03 Fix issues around EXPLAIN with JIT. Andres Freund 12.0
2018-09-25 Collect JIT instrumentation from workers. Andres Freund 11.0
2018-09-25 Collect JIT instrumentation from workers. Andres Freund 12.0
2018-03-26 JIT tuple deforming in LLVM JIT provider. Andres Freund 11.0
2018-03-22 Add FIELDNO_* macro designating offset into structs required for JIT. Andres Freund 11.0
2018-03-22 Basic planner and executor integration for JIT. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0
2018-02-16 Revert "Do execGrouping.c via expression eval machinery." Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery. Andres Freund 11.0
2018-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0
2018-01-03 Simplify representation of aggregate transition values a bit. Andres Freund 11.0
2017-12-29 Perform slot validity checks in a separate pass over expression. Andres Freund 11.0
2017-12-21 Add parallel-aware hash joins. Andres Freund 11.0
2017-12-05 Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. Andres Freund 11.0
2017-10-08 Reduce memory usage of targetlist SRFs. Andres Freund 11.0
2017-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2017-01-19 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 10.0
2016-12-01 User narrower representative tuples in the hash-agg hashtable. Andres Freund 10.0
2016-12-01 Perform one only projection to compute agg arguments. Andres Freund 10.0
2016-10-15 Use more efficient hashtable for execGrouping.c to speed up hash aggregation. Andres Freund 10.0
2015-05-16 Support GROUPING SETS, CUBE and ROLLUP. Andres Freund 9.5.0
2015-05-08 Minor ON CONFLICT related comments and doc fixes. Andres Freund 9.5.0