Commit Graph

19 Commits (3f3d60d3bbd10f6cc118d24aadc60e96b9854576)

Author SHA1 Message Date
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane a9ed875fdc Code review for tqueue.c: fix memory leaks, speed it up, other fixes. 9 years ago
Tom Lane af33039317 Fix worst memory leaks in tqueue.c. 9 years ago
Tom Lane bf4ae685ae Fix tqueue.c's range-remapping code. 9 years ago
Peter Eisentraut ef5d4a3cfa Message style improvements 9 years ago
Tom Lane e1a93dd6ae tqueue.c's record-typmod hashtables need the HASH_BLOBS option. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 2bdfcb52c5 Fix TupleQueueReaderNext not to ignore its nowait argument. 10 years ago
Robert Haas adeee97486 Fix dumb bug in tqueue.c 10 years ago
Robert Haas 179c97bf58 Remove accidentally-committed debugging code. 10 years ago
Robert Haas 89ff5c7f75 Add a dummy return statement to TupleQueueRemap. 10 years ago
Robert Haas fba60e573e Remove set-but-not-used variables. 10 years ago
Robert Haas 8d7396e509 Try to convince gcc that TupleQueueRemap never falls off the end. 10 years ago
Robert Haas 6e71dd7ce9 Modify tqueue infrastructure to support transient record types. 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago
Robert Haas 4a4e6893aa Glue layer to connect the executor to the shm_mq mechanism. 10 years ago