Commit Graph

126 Commits

Author SHA1 Message Date
Dmitry Simonenko cedf113b14 odissey: reduce default size of readahead and pipelining 2017-11-13 17:14:27 +03:00
Dmitry Simonenko 220c211387 odissey: add log_query on/off configuration tweak 2017-10-26 15:54:32 +03:00
Dmitry Simonenko 8d607df67d odissey: major rework of parameter status update logic 2017-10-07 15:30:00 +03:00
Dmitry Simonenko e72af35672 odissey: implement auth query string format 2017-10-05 16:42:30 +03:00
Dmitry Simonenko 32e2bb6484 odissey: update config file 2017-10-04 18:29:39 +03:00
Dmitry Simonenko c2c20e5569 odissey: fix DataRow parsing and password size 2017-10-04 18:07:54 +03:00
Dmitry Simonenko f3dba52bf3 odissey: add auth_query config options 2017-09-25 17:10:44 +03:00
Dmitry Simonenko 38cdb21a57 odissey: add time and host info to logger format 2017-09-21 17:17:33 +03:00
Dmitry Simonenko 7e217b3b5a odissey: major logging rework (introduce log format) 2017-09-21 16:44:19 +03:00
Dmitry Simonenko 2f5b3de41e odissey: add log_ prefix to syslog config options 2017-09-18 16:14:52 +03:00
Dmitry Simonenko e9eeca8a95 odissey: add client_fwd_error configuration tweak 2017-09-12 16:45:04 +03:00
Dmitry Simonenko e6419bca39 odissey: set readahead to 16k 2017-09-04 16:48:27 +03:00
Dmitry Simonenko 1603e84ae3 odissey: always set default client options 2017-09-01 17:07:28 +03:00
Dmitry Simonenko 70ac93378f odissey: configure and send timezone to a client 2017-09-01 16:29:46 +03:00
Dmitry Simonenko b3c1edb929 odissey: add client_encoding and datestyle to config 2017-08-31 17:14:58 +03:00
Dmitry Simonenko c86726bbca odissey: allow to define serveral listen servers 2017-08-29 17:43:41 +03:00
Dmitry Simonenko ad900ce38c odissey: split log_statistics into log_stats and stat_interval 2017-08-11 17:11:44 +03:00
Dmitry Simonenko 6f4328c892 odissey: implement config file includes 2017-08-02 13:41:37 +03:00
Dmitry Simonenko d62f085e58 odissey: rename log_stdout to log_to_stdout 2017-07-28 16:23:05 +03:00
Dmitry Simonenko dfec0d38af odissey: set default log format as text 2017-07-27 16:22:43 +03:00
Dmitry Simonenko 9193f44ebb odissey: preformat message to support tskv format 2017-07-27 16:12:22 +03:00
Dmitry Simonenko 19beb8b634 odissey: add log_format configuration parameter 2017-07-27 15:06:59 +03:00
Dmitry Simonenko c9df1e0976 odissey: add log_stdout configuration parameter 2017-07-27 14:35:19 +03:00
Dmitry Simonenko 032dd86db2 odissey: add scheme reference counting and cleanup 2017-07-13 15:58:32 +03:00
Dmitry Simonenko b5d5a9a3e7 odissey: remove unused on/off keywords 2017-07-13 15:34:10 +03:00
Dmitry Simonenko cbeb0f3b6a odissey: change remote storage user/password usage priority 2017-07-04 15:33:56 +03:00
Dmitry Simonenko 8fe020b1a3 odissey: add authentication "block", instead of deny flag 2017-07-04 15:12:07 +03:00
Dmitry Simonenko 22dbe54c97 odissey: major db-route-user configuration rework 2017-07-03 17:32:48 +03:00
Dmitry Simonenko 8fd9f7c253 odissey: add route storage_ prefix to user, password and db 2017-07-03 14:33:03 +03:00
Dmitry Simonenko 68e7171eb0 odissey: add pool_ prefix to cancel, discard and rollback 2017-07-03 14:02:01 +03:00
Dmitry Simonenko ef0c33e718 odissey: rename pool_mode to pool 2017-07-03 13:56:47 +03:00
Dmitry Simonenko fa5a5e4641 odissey: implement log_session 2017-06-28 13:58:21 +03:00
Dmitry Simonenko d39eea0359 odissey: init and forward console requests 2017-06-24 17:59:28 +03:00
Dmitry Simonenko 08c22a085d odissey: rename tls_mode into tls 2017-06-24 16:04:20 +03:00
Dmitry Simonenko 2dcc2e55ef odissey: rename config stats_periodic to log_statistics 2017-06-23 13:34:51 +03:00
Dmitry Simonenko 09a7d015d7 odissey: make pooling mode configurable per route 2017-06-23 13:23:10 +03:00
Dmitry Simonenko fffad77ff1 odissey: add basic storage type config param 2017-06-22 15:29:39 +03:00
Dmitry Simonenko 81a10d7f41 odissey: minor fixes 2017-06-21 16:31:51 +03:00
Dmitry Simonenko 09ef3e3e9d odissey: update odissey.conf 2017-06-21 16:18:42 +03:00
Dmitry Simonenko 43f401b1b3 odissey: rename ttl to pool_ttl 2017-06-21 16:08:33 +03:00
Dmitry Simonenko ef050d701f odissey: always print used config file 2017-06-21 16:04:00 +03:00
Dmitry Simonenko a42418c58e odissey: rework config print 2017-06-21 15:58:59 +03:00
Dmitry Simonenko f532f5857c odissey: configure each user separately 2017-06-21 15:43:20 +03:00
Dmitry Simonenko ab996ca5d6 odissey: reduce level in routing configuration 2017-06-21 15:40:00 +03:00
Dmitry Simonenko a66daa79f0 odissey: remove root config level 2017-06-21 15:23:11 +03:00
Dmitry Simonenko ea677549fb odissey: rename server scheme into storage scheme 2017-06-21 15:18:48 +03:00
Dmitry Simonenko dc2dfbacce odissey: apply client_max limit only if it has been set 2017-06-19 13:55:49 +03:00
Dmitry Simonenko e85eab7b25 odissey: hide routing mode 2017-06-16 14:12:39 +03:00
Dmitry Simonenko 7199d8e9d1 odissey: force to add -ldl for OpenSSL support 2017-06-15 12:44:11 +03:00
Dmitry Simonenko c0e4044d5c odissey: implement router server pools attach-wait logic 2017-06-07 17:59:13 +03:00