Commit Graph

26 Commits

Author SHA1 Message Date
reshke 3b6914672d fix a couple of coverity issues 2021-05-21 18:46:28 +05:00
reshke a78664e7b7 Add password_passthrough option to route 2021-05-19 17:18:49 +05:00
reshke 74623edfb5 LDAP auth in od 2021-04-28 17:54:56 +05:00
Andrey Borodin 3706f0eb2d Fix some warnings 2021-03-05 10:45:22 +05:00
Georgy Rylov 575f75d7cb
Add simple way to develop on Mac and refactor dockerfiles a little bit (#287) 2021-03-04 23:04:07 +05:00
reshke 34644bb931 do not drop client connection in transaction while reload 2021-02-18 18:36:44 +05:00
reshke e4bea27f66 introduse pool client idle timeout in session pooling mode 2021-02-12 02:30:03 +05:00
kirill reshke b546551bb8
do not hold repilation connections while online restart + drop conn rate logic (#266)
* do not hold repilation connections while online restart

* drop connection wtih rate (no more that 1 per sec)

* fix review

* eject info per-server

* use per thread global state to smoothly eject old connection

Co-authored-by: reshke <Kirill Reshke>
2021-01-23 18:49:54 +05:00
rechtem 40fd90eb7f
Fix Makefile in order to build on RHEL8/CentOS8 (#264) 2021-01-18 15:11:07 +05:00
kirill reshke 8a3831b082
Makefile build targets + quantileins memfree fix + online restart condition recheck (#261) 2021-01-14 11:54:16 +05:00
kirill reshke 23dafccc95
save config file name value on start (#260) 2021-01-12 15:18:24 +05:00
kirill reshke f305546e9c
fix scram build & tests, also make makefile a little bit more clear && better (#259)
* fix scram build & tests, also make makefile a little bit more clear and parametrized

* fix fmt & fmt target better

* remove shell test from tests run

Co-authored-by: reshke <Kirill Reshke>
2021-01-12 12:06:27 +05:00
reshke e35b687bd6 odyssey: fix test: sepaarse build and up 2020-12-30 22:25:40 +05:00
reshke 0d3af349ca fix test s exit code & fmt 2020-12-30 18:49:34 +05:00
kirill reshke c4878697ee
fix formatting & apply fmt target in MAkefiel (#251)
Co-authored-by: reshke <Kirill Reshke>
2020-12-28 16:22:53 +05:00
kirill reshke 3a55be6e61
change formatting (#250)
Co-authored-by: reshke <Kirill Reshke>
2020-12-28 15:43:31 +05:00
reshke b6447b3104 fix cmake minimum version 2020-12-17 17:58:25 +05:00
Georgy Rylov d89829aa4a
Quantiles aggregation (#245)
* add aggregated collection of quantiles for all db-user routes

* fix quantiles names and memory leak in right place

* make apply_fmt

* review fixes
2020-12-14 18:18:37 +05:00
reshke d98fdedde7 separate build & clean targets in Makefile 2020-12-07 13:19:57 +05:00
Daniil Zakhlystov dc9e2b03e7
Add kiwi to apply_fmt (#232) 2020-11-23 13:22:30 +05:00
kirill reshke bc568250bf
odyssey tests with asan, little test refactor (#225)
* odyssey tests with asan

* better headers, rework test

Co-authored-by: reshke <Kirill Reshke>
2020-10-27 13:47:25 +05:00
reshke 4e49e2f3b4 add coverity build target to makefile 2020-10-26 12:51:56 +05:00
kirill reshke 129ec0be83
fix scram, use postgresql 13 in build & tests (#223)
* fix scram, use postgresql 13 in build & tests

* move scram test inside docker

Co-authored-by: reshke <Kirill Reshke>
2020-10-26 10:00:17 +05:00
kirill reshke 070c2a7fe1
apply fmt && fix CI second try (#215)
Co-authored-by: reshke <Kirill Reshke>
2020-10-19 14:51:02 +05:00
reshke 52b0abb647 fix infinte loop + add signals tests 2020-08-10 13:39:09 +05:00
reshke f030093484 use SO_REUSEPORT to graceful shutdown 2020-08-10 13:39:09 +05:00