aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* 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
* Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane2015-10-04
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-04
* Add missing "static" specifier.Tom Lane2015-10-03
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-28
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-21
* Remove ExecGetScanType functionAlvaro Herrera2015-08-21
* Fix bug in calculations of hash join buckets.Kevin Grittner2015-08-19
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-15
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove false comment about speculative insertion.Heikki Linnakangas2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix rescan of IndexScan node with the new lossy GiST distance functions.Heikki Linnakangas2015-05-25
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-19
* Fix typo in comment.Heikki Linnakangas2015-05-18
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15