Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-06-09 | pgindent run for 9.6 | Robert Haas | 9.6.0 |
| 2016-06-06 | Stop the executor if no more tuples can be sent from worker to leader. | Robert Haas | 9.6.0 |
| 2015-12-18 | Fix TupleQueueReaderNext not to ignore its nowait argument. | Robert Haas | 9.6.0 |
| 2015-11-18 | Fix dumb bug in tqueue.c | Robert Haas | 9.6.0 |
| 2015-11-15 | Remove accidentally-committed debugging code. | Robert Haas | 9.6.0 |
| 2015-11-09 | Add a dummy return statement to TupleQueueRemap. | Robert Haas | 9.6.0 |
| 2015-11-08 | Remove set-but-not-used variables. | Robert Haas | 9.6.0 |
| 2015-11-07 | Try to convince gcc that TupleQueueRemap never falls off the end. | Robert Haas | 9.6.0 |
| 2015-11-06 | Modify tqueue infrastructure to support transient record types. | Robert Haas | 9.6.0 |
| 2015-09-29 | Parallel executor support. | Robert Haas | 9.6.0 |
| 2015-09-19 | Glue layer to connect the executor to the shm_mq mechanism. | Robert Haas | 9.6.0 |