summaryrefslogtreecommitdiff
path: root/src/backend/executor/execUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane2021-09-151-3/+3
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-061-0/+26
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-151-7/+21
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-0/+86
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-141-1/+0
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-131-18/+39
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-3/+3
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-071-15/+56
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-251-4/+4
* Improve the internal implementation of ereport().Tom Lane2020-03-241-4/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-091-2/+0
* Remove EState.es_range_table_array.Tom Lane2019-08-121-18/+5
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+1
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Make queries' locking of indexes more consistent.Tom Lane2019-04-041-0/+4
* tableam: Add and use scan APIs.Andres Freund2019-03-111-3/+4
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-071-0/+8
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-011-2/+1
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-261-3/+66
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-3/+3
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-10/+0
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-3/+44
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-3/+5
* Avoid O(N^2) cost in ExecFindRowMark().Tom Lane2018-10-081-2/+7
* Restore sane locking behavior during parallel query.Tom Lane2018-10-061-9/+23
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-061-60/+0
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-041-4/+45
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-24/+36
* Change executor to just Assert that table locks were already obtained.Tom Lane2018-10-031-4/+7
* Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane2018-10-021-35/+8
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-4/+16
* LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.Andres Freund2018-07-251-5/+13
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-281-0/+2
* Basic planner and executor integration for JIT.Andres Freund2018-03-221-0/+3
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-57/+5
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-081-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Avoid projecting tuples unnecessarily in Gather and Gather Merge.Robert Haas2017-11-251-0/+80
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-271-0/+2
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+4
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-181-0/+5
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-4/+4