aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Avoid incorrectly indicating exclusion constraint waitStephen Frost2016-03-15
* Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane2016-03-14
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-04
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-17
* ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane2016-02-07
* Fix comment block trashed by pgindent.Tom Lane2016-02-06
* Improve HJDEBUG code a bit.Tom Lane2016-02-06
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-04
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Support multi-stage aggregation.Robert Haas2016-01-20
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Fix spelling mistakes.Robert Haas2016-01-14
* Update copyright for 2016Bruce Momjian2016-01-02
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-23
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* Improve some messagesPeter Eisentraut2015-12-10
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-10
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Fix obsolete comment.Robert Haas2015-11-30
* Avoid server crash when worker registration fails at execution time.Robert Haas2015-11-20
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Fix dumb bug in tqueue.cRobert Haas2015-11-18
* Remove accidentally-committed debugging code.Robert Haas2015-11-15
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Add missing "static" qualifier.Tom Lane2015-11-10
* Fix rebasing mistake in nodeGather.cRobert Haas2015-11-09
* Add a dummy return statement to TupleQueueRemap.Robert Haas2015-11-09
* Remove set-but-not-used variables.Robert Haas2015-11-07
* Try to convince gcc that TupleQueueRemap never falls off the end.Robert Haas2015-11-06
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-02
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Message style improvementsPeter Eisentraut2015-10-28
* Make Gather node projection-capable.Robert Haas2015-10-28
* Fix typos in comments.Robert Haas2015-10-22
* Fix a couple of bugs in recent parallelism-related commits.Robert Haas2015-10-22
* Add header comments to execParallel.c and nodeGather.c.Robert Haas2015-10-22
* Remove duplicate word.Robert Haas2015-10-20
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-13