summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues in pg_stat_wal.Fujii Masao2021-05-191-0/+12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-2/+2
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-1/+4
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-121-12/+12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-101-1/+2
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-151-3/+2
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-131-11/+25
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+19
* SQL-standard function bodyPeter Eisentraut2021-04-071-0/+15
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-062-2/+8
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-061-0/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-022-0/+38
* Revert b6002a796David Rowley2021-04-012-38/+0
* Add Result Cache executor nodeDavid Rowley2021-04-012-0/+38
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-5/+26
* Add support for asynchronous execution.Etsuro Fujita2021-03-313-0/+31
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-181-19/+18
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-171-19/+19
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-171-1/+2
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-271-0/+24
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-1/+6
* Rethink recently-added SPI interfaces.Tom Lane2021-01-261-10/+14
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-252-5/+13
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-0/+1
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-042-1/+13
* Update copyright for 2021Bruce Momjian2021-01-0256-56/+56
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-25/+31
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-2/+1
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-10-261-0/+3
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-191-2/+2
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-191-21/+0
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-191-6/+0
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-142-7/+16
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-131-1/+4
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-272-14/+0
* Fix comment in instrument.hMichael Paquier2020-07-311-1/+1
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-292-3/+3
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-281-1/+1
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-261-1/+1
* Use MinimalTuple for tuple queues.Thomas Munro2020-07-171-2/+2
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-191-0/+7
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-122-1/+16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-4/+7
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-051-1/+1
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-131-1/+1
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-111-2/+2
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-071-0/+1
* Implement Incremental SortTomas Vondra2020-04-062-0/+30
* Add infrastructure to track WAL usage.Amit Kapila2020-04-042-2/+17
* Include chunk overhead in hash table entry size estimate.Jeff Davis2020-04-031-1/+1