]> granicus.if.org Git - postgresql/history - src/backend/executor/tqueue.c
tqueue.c's record-typmod hashtables need the HASH_BLOBS option.
[postgresql] / src / backend / executor / tqueue.c
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.