summaryrefslogtreecommitdiff
path: root/src/backend/executor/tqueue.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-31Code review for tqueue.c: fix memory leaks, speed it up, other fixes.Tom Lane
2016-07-29Fix worst memory leaks in tqueue.c.Tom Lane
2016-07-29Fix tqueue.c's range-remapping code.Tom Lane
2016-07-28Message style improvementsPeter Eisentraut
2016-07-28tqueue.c's record-typmod hashtables need the HASH_BLOBS option.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas
2015-11-18Fix dumb bug in tqueue.cRobert Haas
2015-11-15Remove accidentally-committed debugging code.Robert 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
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-09-29Parallel executor support.Robert Haas
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas