Commits

DateSubjectAuthorReleases
2020-02-24 expression eval: Reduce number of steps for agg transition invocations. Andres Freund 13.0
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 9.4.26
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 9.5.21
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 9.6.17
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 10.12
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 11.7
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 12.2
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 13.0
2019-08-16 Don't include utils/array.h from acl.h. Andres Freund 13.0
2019-07-25 Fix slot type handling for Agg nodes performing internal sorts. Andres Freund 12.0
2019-07-25 Fix slot type handling for Agg nodes performing internal sorts. Andres Freund 13.0
2019-05-20 Minimally fix partial aggregation for aggregates that don't have one argument. Andres Freund 11.4
2019-05-20 Minimally fix partial aggregation for aggregates that don't have one argument. Andres Freund 12.0
2019-04-19 Fix two memory leaks around force-storing tuples in slots. Andres Freund 12.0
2019-02-09 Reset, not recreate, execGrouping.c style hashtables. Andres Freund 11.2
2019-02-09 Reset, not recreate, execGrouping.c style hashtables. Andres Freund 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-16 Move TupleTableSlots boolean member into one flag variable. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0