1957d88917
chore: Bump to verions 1.0.1
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-20 11:20:21 +01:00
fa7598cd11
chore: Fix typo in terminator test comment
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-20 11:19:48 +01:00
9cff851021
fix: Filters from list and regex both match ( #2 )
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-20 11:17:44 +01:00
763359c3d6
doc(README): Add include and exclude priority
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-19 16:49:01 +01:00
eeedca8340
chore: Bump to stable release
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-18 18:32:40 +01:00
c4cd3eb77d
chore: Fix typos in config example
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-18 18:32:39 +01:00
572a87a736
feat: Add SSL mode
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-18 18:32:36 +01:00
8709ee542b
feat: Include and exclude databases
...
- Add filters to include and exclude strings
- Use filters to include and exclude sessions (user and databases supported)
- Add tests to filters and terminator
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-18 18:32:33 +01:00
29dbbc5bef
feat: Update to go 1.19
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2023-01-14 09:32:27 +01:00
25370b14f7
chore: bump version to 0.1.7
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-10-20 09:21:09 +02:00
5aa13cfd0e
Merge pull request #1 from koleo/fix-exclude-users-regex
...
Fix exclude-users-regex option
2021-10-19 09:44:56 +02:00
Nicolas Payart
0bb792a0ea
Fix exclude-users-regex option
...
When a session User matches the exclude-users-regex pattern, it is
probably not found in exclude-users list.
The current OR condition makes the user filtered.
We expect a AND condition here (user not in exclude-users AND not in
exclude-users-regex)
Signed-off-by: Nicolas Payart <npayart@gmail.com>
2021-10-19 09:11:31 +02:00
d402c3bea7
Release 0.1.6
...
- Add Makefile
- Add go modules
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-17 16:28:33 +01:00
b2a45c3aba
Add Makefile
...
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-17 12:25:35 +01:00
Julien Riou
d4fefd8176
Bump version
2019-02-16 15:02:38 +01:00
Julien Riou
3f2b1d86f3
Add application name placeholder to log format
2019-02-16 15:01:48 +01:00
Julien Riou
24eb4fe203
Add log-format option
2019-02-16 11:56:20 +01:00
Julien Riou
fac5099c9b
Bump version
2018-07-08 23:52:38 +02:00
Julien Riou
c0382eaad9
Add exclude-listeners parameter
2018-07-08 23:48:48 +02:00
Julien Riou
ebc48e3615
Detect and terminate local connections
2018-07-08 19:44:24 +02:00
Julien Riou
054ac3928e
Terminate idle sessions with cancel option enabled
2018-07-01 15:01:51 +02:00
Julien Riou
aa8cf4bb36
Bump version
2018-06-30 11:18:34 +02:00
Julien Riou
27dc5e17d7
Add cancel option to config example
2018-06-30 11:17:34 +02:00
Julien Riou
439c42bd9b
Updated license link in documentation
2018-06-30 11:14:43 +02:00
Julien Riou
beae2b2dc9
Use same arguments format in README
2018-06-30 11:12:43 +02:00
Julien Riou
dcb07c225e
Add cancel option to terminate queries
2018-06-30 11:11:24 +02:00
Julien Riou
750db87046
Update doc for pg_signal_backend role
2018-06-30 10:57:00 +02:00
Julien Riou
05a2a7ad3a
Comment options in example config file
2018-06-30 10:53:19 +02:00
Julien Riou
ef67682463
Add users filtering
2018-06-30 10:50:17 +02:00
Julien Riou
a8fdfb61c0
Bump version
2018-06-24 18:03:27 +02:00
Julien Riou
f0d3cd5bdf
Add logging control
2018-06-24 17:59:54 +02:00
Julien Riou
96ade1c1d7
Manage log destination explicitly
2018-06-24 16:39:36 +02:00
Julien Riou
85207e0a77
Add syslog notifier
2018-06-24 16:10:26 +02:00
Julien Riou
23a54e1ceb
Bump version
2018-06-11 21:09:59 +02:00
Julien Riou
9d72ce2201
Use mutex when reloading file notifier
2018-06-11 21:05:34 +02:00
Julien Riou
3a89201a94
Use state_change for measuring elapsed time
2018-06-11 21:02:24 +02:00
Julien Riou
bb7ddf2bc5
Update interval example
2018-06-10 08:57:55 +02:00
Julien Riou
565c45a8fc
Initial pgterminate code
2018-06-10 08:50:01 +02:00
jouir
0487d635fc
Initial commit
2018-06-10 08:40:15 +02:00