odyssey/sources
kirill reshke 56057468c0
Add auth query basic tests & add test with restart for lag polling (#387)
* Add auth query basic tests

* Remove unused file ini.sql

* Refactor lag polling tests
2021-12-10 11:13:58 +05:00
..
CMakeLists.txt Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
atomic.h change formatting (#250) 2020-12-28 15:43:31 +05:00
attribute.c change formatting (#250) 2020-12-28 15:43:31 +05:00
attribute.h change formatting (#250) 2020-12-28 15:43:31 +05:00
auth.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
auth.h Pass auth information to server after recieving it from auth_query 2021-04-19 17:27:19 +05:00
auth_query.c Add auth query basic tests & add test with restart for lag polling (#387) 2021-12-10 11:13:58 +05:00
auth_query.h fix a couple of coverity issues 2021-05-20 18:13:05 +05:00
backend.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
backend.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
build.h.cmake Use Postgresql Version number from pg_config.h 2021-12-03 17:47:09 +00:00
c.h Update tls certs in test, regenerate them with 4096 bytes length, move test to docker (#374) 2021-12-05 20:41:01 +05:00
cancel.c change formatting (#250) 2020-12-28 15:43:31 +05:00
cancel.h change formatting (#250) 2020-12-28 15:43:31 +05:00
client.h Feature: ability to use connections separate pooling with auth query 2021-12-06 09:12:23 +00:00
client_pool.h change formatting (#250) 2020-12-28 15:43:31 +05:00
common_const.h fix build (#237) 2020-11-27 23:03:42 +05:00
compression.c change formatting (#250) 2020-12-28 15:43:31 +05:00
compression.h change formatting (#250) 2020-12-28 15:43:31 +05:00
config.c Fix show storages to actually show storages (#370) 2021-11-30 17:45:09 +05:00
config.h Refactor tls options 2021-11-29 18:39:33 +05:00
config_common.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
config_reader.c Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
config_reader.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
console.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
console.h change formatting (#250) 2020-12-28 15:43:31 +05:00
counter.c change formatting (#250) 2020-12-28 15:43:31 +05:00
counter.h change formatting (#250) 2020-12-28 15:43:31 +05:00
cron.c Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
cron.h Fix some warnings (#357) 2021-11-12 19:01:32 +05:00
daemon.c change formatting (#250) 2020-12-28 15:43:31 +05:00
daemon.h change formatting (#250) 2020-12-28 15:43:31 +05:00
debugprintf.c change formatting (#250) 2020-12-28 15:43:31 +05:00
debugprintf.h LDAP auth in od 2021-04-28 17:54:56 +05:00
deploy.c Fix calculation of latencies (#294) 2021-03-17 19:16:46 +05:00
deploy.h change formatting (#250) 2020-12-28 15:43:31 +05:00
dns.c change formatting (#250) 2020-12-28 15:43:31 +05:00
dns.h change formatting (#250) 2020-12-28 15:43:31 +05:00
ejection.c do not hold repilation connections while online restart + drop conn rate logic (#266) 2021-01-23 18:49:54 +05:00
ejection.h do not hold repilation connections while online restart + drop conn rate logic (#266) 2021-01-23 18:49:54 +05:00
err_logger.c change formatting (#250) 2020-12-28 15:43:31 +05:00
err_logger.h change formatting (#250) 2020-12-28 15:43:31 +05:00
error.h LDAP auth in od 2021-04-28 17:54:56 +05:00
extention.h Fix reload of ldap endpoints (#343) 2021-07-28 13:42:00 +05:00
frontend.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
frontend.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
global.h LDAP auth in od 2021-04-28 17:54:56 +05:00
grac_shutdown_worker.c Makefile build targets + quantileins memfree fix + online restart condition recheck (#261) 2021-01-14 11:54:16 +05:00
grac_shutdown_worker.h change formatting (#250) 2020-12-28 15:43:31 +05:00
id.h change formatting (#250) 2020-12-28 15:43:31 +05:00
instance.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
instance.h odyssey configuration from CLI 2021-05-14 15:36:29 +05:00
io.h change formatting (#250) 2020-12-28 15:43:31 +05:00
ldap.c Fix config validation for auth query when there is no PAM module avai… (#382) 2021-12-09 12:26:20 +05:00
ldap_endpoint.h Fix reload of ldap endpoints (#343) 2021-07-28 13:42:00 +05:00
list.h LDAP auth in od 2021-04-28 17:54:56 +05:00
logger.c Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
logger.h Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
macro.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
main.c change formatting (#250) 2020-12-28 15:43:31 +05:00
misc.c change formatting (#250) 2020-12-28 15:43:31 +05:00
misc.h change formatting (#250) 2020-12-28 15:43:31 +05:00
module.c Allow logging in module init cb (#344) 2021-08-10 12:50:00 +05:00
module.h Allow logging in module init cb (#344) 2021-08-10 12:50:00 +05:00
msg.h asynclog 2021-02-20 02:17:31 +05:00
od_dlsym.h change formatting (#250) 2020-12-28 15:43:31 +05:00
od_ldap.h LDAP auth in od 2021-04-28 17:54:56 +05:00
odyssey.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
option.c fix cli options && add log to stodut option 2021-05-15 17:02:19 +05:00
option.h Fix some warnings (#357) 2021-11-12 19:01:32 +05:00
pam.c change formatting (#250) 2020-12-28 15:43:31 +05:00
pam.h change formatting (#250) 2020-12-28 15:43:31 +05:00
parser.h Fix clang format error 2021-06-29 10:32:36 +03:00
pid.c change formatting (#250) 2020-12-28 15:43:31 +05:00
pid.h change formatting (#250) 2020-12-28 15:43:31 +05:00
pool.c Fix config validation for auth query when there is no PAM module avai… (#382) 2021-12-09 12:26:20 +05:00
pool.h Refactor rule pool, add internal pooling feature 2021-12-06 08:28:02 +00:00
postgres.h Fix scram API broken after e6bdfd9700 2021-12-05 16:00:15 +00:00
prom_metrics.c Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
prom_metrics.h Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
query.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
query.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
readahead.h change formatting (#250) 2020-12-28 15:43:31 +05:00
relay.h fix typos 2021-02-25 14:00:53 +05:00
reset.c Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
reset.h change formatting (#250) 2020-12-28 15:43:31 +05:00
restart_sync.c Fix locks_dir setting not honoured. 2021-02-17 14:46:05 +01:00
restart_sync.h LDAP auth in od 2021-04-28 17:54:56 +05:00
route.h Minor grammar fix (#384) 2021-12-09 15:06:39 +05:00
route_id.h change formatting (#250) 2020-12-28 15:43:31 +05:00
route_pool.h Feature: ability to use connections separate pooling with auth query 2021-12-06 09:12:23 +00:00
router.c Feature: ability to use connections separate pooling with auth query 2021-12-06 09:12:23 +00:00
router.h Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
router_cancel.h change formatting (#250) 2020-12-28 15:43:31 +05:00
rules.c Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
rules.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
scram.c Fix scram with pg version num >= 140 000 (#383) 2021-12-09 12:26:27 +05:00
scram.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
server.h Fix reload of ldap endpoints (#343) 2021-07-28 13:42:00 +05:00
server_pool.h LDAP auth in od 2021-04-28 17:54:56 +05:00
setproctitle.c change formatting (#250) 2020-12-28 15:43:31 +05:00
setproctitle.h change formatting (#250) 2020-12-28 15:43:31 +05:00
sighandler.c LDAP auth in od 2021-04-28 17:54:56 +05:00
sighandler.h change formatting (#250) 2020-12-28 15:43:31 +05:00
stat.h short window (#297) 2021-03-18 16:38:15 +05:00
status.h Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
storage.c Add auth query basic tests & add test with restart for lag polling (#387) 2021-12-10 11:13:58 +05:00
storage.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
system.c Add storage watchdog with standby lag polling support (#380) 2021-12-08 15:54:43 +05:00
system.h change formatting (#250) 2020-12-28 15:43:31 +05:00
sysv.h autoconfigure number of workers 2021-05-20 17:26:19 +05:00
tdigest.c change formatting (#250) 2020-12-28 15:43:31 +05:00
tdigest.h change formatting (#250) 2020-12-28 15:43:31 +05:00
thread_global.c do not hold repilation connections while online restart + drop conn rate logic (#266) 2021-01-23 18:49:54 +05:00
thread_global.h do not hold repilation connections while online restart + drop conn rate logic (#266) 2021-01-23 18:49:54 +05:00
tls.c Refactor tls options 2021-11-29 18:39:33 +05:00
tls.h change formatting (#250) 2020-12-28 15:43:31 +05:00
tls_config.c Refactor tls options 2021-11-29 18:39:33 +05:00
tls_config.h Refactor tls options 2021-11-29 18:39:33 +05:00
util.h Fix compiler warnings (#386) 2021-12-09 16:34:04 +05:00
watchdog.c asynclog 2021-02-20 02:17:31 +05:00
watchdog.h change formatting (#250) 2020-12-28 15:43:31 +05:00
worker.c Enabled writing stats in Prometheus format. (#346) 2021-08-17 17:07:16 +05:00
worker.h change formatting (#250) 2020-12-28 15:43:31 +05:00
worker_pool.h change formatting (#250) 2020-12-28 15:43:31 +05:00