aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Update ExecInitPartitionInfo commentAlvaro Herrera2018-04-24
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-24
* Add missing "static" marker.Tom Lane2018-04-21
* Remove quick path in ExecInitPartitionInfo for equal tupdescsAlvaro Herrera2018-04-19
* Update Append's idea of first_partial_planAlvaro Herrera2018-04-17
* Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera2018-04-16
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-10
* Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera2018-04-09
* Minor comment updatesAlvaro Herrera2018-04-09
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* MERGE minor errataSimon Riggs2018-04-05
* MERGE fix variable warning in non-assert buildsSimon Riggs2018-04-05
* MERGE post-commit reviewSimon Riggs2018-04-05
* C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian2018-04-03
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Remove useless if-test.Tom Lane2018-03-25
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund2018-03-20
* Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera2018-03-19
* Expand comment a little bitAlvaro Herrera2018-03-19
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Fix query-lifespan memory leakage in repeatedly executed hash joins.Tom Lane2018-03-16
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Fix comment for ExecProcessReturningStephen Frost2018-03-14
* Fix parent node of WCO expressions in partitioned tables.Andres Freund2018-03-05
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-28
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane2018-02-23