Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 12.14
2020-11-20 Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 12.6
2020-04-21 Fix minor violations of FunctionCallInvoke usage protocol. Tom Lane 12.3
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 12.2
2019-07-25 Fix slot type handling for Agg nodes performing internal sorts. Andres Freund 12.0
2019-05-23 Fix array size allocation for HashAggregate hash keys. Andrew Gierth 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
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-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-02-09 Reset, not recreate, execGrouping.c style hashtables. Andres Freund 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 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