]> granicus.if.org Git - postgresql/history - src/backend/executor/tqueue.c
Update copyright for 2019
[postgresql] / src / backend / executor / tqueue.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-15 Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-04 Robert HaasRemove memory leak protection from Gather and Gather...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-15 Andres FreundRemove TupleDesc remapping logic from tqueue.c.
2017-09-01 Tom LaneImprove division of labor between execParallel.c and...
2017-08-31 Tom LaneClean up shm_mq cleanup.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-07-31 Tom LaneCode review for tqueue.c: fix memory leaks, speed it...
2016-07-29 Tom LaneFix worst memory leaks in tqueue.c.
2016-07-29 Tom LaneFix tqueue.c's range-remapping code.
2016-07-28 Peter EisentrautMessage style improvements
2016-07-28 Tom Lanetqueue.c's record-typmod hashtables need the HASH_BLOBS...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-18 Robert HaasFix TupleQueueReaderNext not to ignore its nowait argument.
2015-11-18 Robert HaasFix dumb bug in tqueue.c
2015-11-15 Robert HaasRemove accidentally-committed debugging code.
2015-11-09 Robert HaasAdd a dummy return statement to TupleQueueRemap.
2015-11-08 Robert HaasRemove set-but-not-used variables.
2015-11-07 Robert HaasTry to convince gcc that TupleQueueRemap never falls...
2015-11-06 Robert HaasModify tqueue infrastructure to support transient recor...
2015-09-29 Robert HaasParallel executor support.
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.