summaryrefslogtreecommitdiff
path: root/src/backend/executor/tqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas2015-12-181-1/+1
* Fix dumb bug in tqueue.cRobert Haas2015-11-181-4/+4
* Remove accidentally-committed debugging code.Robert Haas2015-11-151-4/+0
* Add a dummy return statement to TupleQueueRemap.Robert Haas2015-11-091-0/+1
* Remove set-but-not-used variables.Robert Haas2015-11-071-4/+0
* Try to convince gcc that TupleQueueRemap never falls off the end.Robert Haas2015-11-061-0/+2
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-061-115/+868
* Parallel executor support.Robert Haas2015-09-281-1/+3
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-181-0/+262