aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
Commit message (Expand)AuthorAge
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Remove obsolete executor cleanup codeAmit Langote2023-09-28
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-15
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Postpone some stuff out of ExecInitModifyTable.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
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-10-26
* 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
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-04
* Change signature of TupleHashTableHash().Jeff Davis2020-02-10
* Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Remove EState.es_range_table_array.Tom Lane2019-08-12
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23