1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-27 04:24:45 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Aaron Piotrowski
909eb39f2b Drop countable interface from command result 2017-02-15 23:33:41 -06:00
Aaron Piotrowski
2a1c96761b Fix connect() methods
Timeout wasn't being properly used and the implementation assumed single watchers on sockets, so it was more complex than needed.
2017-02-15 17:36:10 -06:00
Aaron Piotrowski
0cb2da3956 Make fetch callback a coroutine 2017-02-06 21:32:17 -06:00
Aaron Piotrowski
e3e3def9be Better variable names; fix incorrect method name 2017-01-18 12:29:48 -06:00
Aaron Piotrowski
1e3874856d Update for async-interop namespace change and Amp name changes 2017-01-18 11:08:45 -06:00
Aaron Piotrowski
5d687a6cb5 Drop strict types 2016-12-29 23:21:17 -06:00
Aaron Piotrowski
0fb3f9bfdb Awaitable → Promise 2016-11-15 11:06:21 -06:00
Aaron Piotrowski
492d059a52 Namespace typo 2016-10-05 10:00:16 -05:00
Aaron Piotrowski
ca31429f79 Reuse one connection for listeners 2016-10-05 09:52:16 -05:00
Aaron Piotrowski
21f5d4427d Fix nofication listening; add notify() method to Executor 2016-09-21 00:18:24 -05:00
Aaron Piotrowski
23129d66b5 Add listen support 2016-09-19 11:12:32 -05:00
Aaron Piotrowski
62a5fe7c93 Fix waiting for connection 2016-09-14 23:37:09 -05:00
Aaron Piotrowski
5d90dfd5eb Yield awaitable, not deferred 2016-09-14 09:40:58 -05:00
Aaron Piotrowski
caf829a48c Initial commit 2016-09-14 09:27:39 -05:00