- Aug 03, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 02, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
This reverts commit ec716a35.
-
- Aug 01, 2018
-
-
Neil Johnson authored
-
Amber Brown authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Jul 31, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Jul 30, 2018
-
-
Travis Ralston authored
The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
-
Neil Johnson authored
-
Neil Johnson authored
-
- Jul 27, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Because it was complicated and annoyed me. I suspect this will be more efficient too.
-
- Jul 25, 2018
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
on_notifier_poke no longer runs synchonously, so we have to do a different hack to make sure that the replication data has been sent. Let's actually listen for its arrival.
-
- Jul 24, 2018
-
-
Matthew Hodgson authored
-
- Jul 23, 2018
-
-
Erik Johnston authored
-
- Jul 21, 2018
-
-
Amber Brown authored
-
- Jul 20, 2018
-
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
Linearizer was effectively a Limiter with max_count=1, so rather than maintaining two sets of code, let's combine them.
-
Richard van der Hoff authored
Fixes #3570
-
- Jul 19, 2018
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Amber Brown authored
-
- Jul 18, 2018
-
-
Richard van der Hoff authored
This is more involved than it might otherwise be, because the current implementation just drops its logcontexts and runs everything in the sentinel context. It turns out that we aren't actually using a bunch of the functionality here (notably suppress_failures and the fact that Distributor.fire returns a deferred), so the easiest way to fix this is actually by simplifying a bunch of code.
-
- Jul 17, 2018
-
-
Richard van der Hoff authored
-