summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
Commit message (Expand)AuthorAgeFilesLines
* Remove EState.es_range_table_array.Tom Lane2019-08-121-1/+0
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-231-2/+2
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-101-0/+1
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-2/+3
* Fix typos.Amit Kapila2019-05-261-1/+1
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-231-4/+4
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-14/+14
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-081-1/+13
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-041-0/+1
* Generated columnsPeter Eisentraut2019-03-301-2/+6
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-251-10/+3
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-273/+16
* Remove unused #includePeter Eisentraut2019-03-141-1/+0
* tableam: Add and use scan APIs.Andres Freund2019-03-111-3/+3
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-011-105/+78
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-261-3/+3
* Refactor planner's header files.Tom Lane2019-01-291-1/+0
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-3/+3
* Don't include heapam.h from others headers.Andres Freund2019-01-141-8/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix thinko in previous commitAlvaro Herrera2018-12-281-2/+2
* Rewrite ExecPartitionCheckEmitError for clarityAlvaro Herrera2018-12-281-15/+21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-64/+0
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-161-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-5/+7
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-151-1/+1
* Improve some comments related to executor result relations.Tom Lane2018-10-171-8/+11
* Avoid O(N^2) cost in ExecFindRowMark().Tom Lane2018-10-081-55/+61
* Restore sane locking behavior during parallel query.Tom Lane2018-10-061-2/+2
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-061-42/+14
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-041-20/+14
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-36/+40
* Change executor to just Assert that table locks were already obtained.Tom Lane2018-10-031-11/+17
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-031-15/+0
* Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane2018-10-021-12/+2
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-021-36/+43
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-0/+11
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-4/+4
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-0/+16
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-151-4/+36
* Prohibit shutting down resources if there is a possibility of back up.Amit Kapila2018-08-131-4/+12
* Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan2018-08-101-11/+2
* LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.Andres Freund2018-07-251-5/+0
* pgindent run prior to branchingAndrew Dunstan2018-06-301-1/+1
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-111-14/+17
* Fix typoPeter Eisentraut2018-06-081-1/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-0/+1