Commit Graph

8 Commits

Author SHA1 Message Date
Steven Fackler
ca80f647e8 Release postgres-derive v0.4.0 2019-12-23 15:27:41 -08:00
Steven Fackler
4745cda7b7 Release postgres-types v0.1.0-alpha.1 2019-10-14 17:56:10 -07:00
Steven Fackler
94115a81b4 Release postgres-derive v0.4.0-alpha.1 2019-10-14 17:50:04 -07:00
Steven Fackler
ffd7245e54 Use BytesMut for messages
Benchmarks indicate that malloc accounts for a significant amount of the
runtime of queries. The message buffer accounts for ~half of that (the
other being channels), and this change should eliminate it.
2019-10-12 16:30:27 -07:00
Steven Fackler
01cc7e4715 Clean up derived code 2019-10-10 16:03:48 -07:00
Steven Fackler
e62fe3d7c3 Migrate postgres-derive to 2018 2019-10-10 15:26:30 -07:00
Steven Fackler
e69f1583c8 cfail tests for derive 2019-10-10 15:21:45 -07:00
Steven Fackler
218d889042 Move postgres-derive in-tree 2019-10-09 19:23:12 -07:00