aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-15
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix issues in pg_stat_wal.Fujii Masao2021-05-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-06
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-17
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Rethink recently-added SPI interfaces.Tom Lane2021-01-26
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-10-26
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-19
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-19
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Fix comment in instrument.hMichael Paquier2020-07-31
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Use MinimalTuple for tuple queues.Thomas Munro2020-07-17
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13