Age | Commit message (Collapse) | Author |
|
This reverts commit d0e3c71b91f1a1c1780158789fd42b8ac7209495.
|
|
This reverts commit 03714c6cebf90dc7db8e3997a18cdd19e039c667.
|
|
This reverts commit ba879a882e031d7b8503f78fe41d1210000c96ca.
|
|
This reverts commit d62ca9f87906be6f046fe9d07afb8bfb69c166e3.
|
|
|
|
|
|
ref #3273
|
|
fix #3273
|
|
|
|
|
|
|
|
fix #3337
Because apparently the IDs are not always incrementing. We still use them to
know the order of two messages that were received at the same second (in
this case, the ID will always be incrementing).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because it’s only supported in gcc>=5.0
|
|
fix #3324
|
|
|
|
|
|
|
|
Fix a somewhat big memory leak
|
|
|
|
Do not fail to compile when one of them is missing but the other one is not.
Raise an error when trying to open a database with the missing library.
see #3237
|
|
.release() returns the pointer and releases ownership *without*
destruction.
|
|
|
|
I got an ASAN error otherwise (type mismatch)
|
|
(cf. https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING)
|
|
|
|
close_v2(), in use before this commit, was introduced as part of sqlite 3.7.14
(2012-09-03), and is as such incompatible with debian wheezy (3.7.13) and
centos6 (3.6.20).
FTR, Wheezy will be supported until May 2018, and centos6, until November 2020.
|
|
fix #3293
|
|
This immensely speeds up the archive select queries.
fix #3292
|
|
|
|
|
|
fix #3290
|
|
|
|
|
|
|
|
|
|
|
|
By using SFINAE to use that member only when it exists.
|
|
|
|
|
|
|