summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-04-15Remove trailing commas in enums.Andres Freund
2016-04-12Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-29Fix bug in aggregate (de)serialization commit.Robert Haas
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-21Support parallel aggregation.Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-15Avoid incorrectly indicating exclusion constraint waitStephen Frost
2016-03-14Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-04Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-17Reuse abbreviated keys in ordered [set] aggregates.Robert Haas
2016-02-07ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane
2016-02-06Fix comment block trashed by pgindent.Tom Lane
2016-02-06Improve HJDEBUG code a bit.Tom Lane
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-15Fix spelling mistakes.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Read from the same worker repeatedly until it returns no tuple.Robert Haas
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-11-30Fix obsolete comment.Robert Haas
2015-11-20Avoid server crash when worker registration fails at execution time.Robert Haas
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-18Fix dumb bug in tqueue.cRobert Haas
2015-11-15Remove accidentally-committed debugging code.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-11-10Add missing "static" qualifier.Tom Lane
2015-11-09Fix rebasing mistake in nodeGather.cRobert Haas
2015-11-09Add a dummy return statement to TupleQueueRemap.Robert Haas
2015-11-08Remove set-but-not-used variables.Robert Haas
2015-11-07Try to convince gcc that TupleQueueRemap never falls off the end.Robert Haas