Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | Update newsHEADmaster | Marko Kreen | |
2015-09-03 | Set query_wait_timeout to 120s by default. | Marko Kreen | |
Current default (0) causes infinite queuing, which is not useful. Fixes: #46, #48 | |||
2015-09-03 | Update todo | Marko Kreen | |
2015-09-03 | test.sh: add tests for auth_user | Marko Kreen | |
2015-09-03 | Remove too early set of auth_user | Marko Kreen | |
When query returns 0 rows (user not found), this user stays as login user... Should fix #69. | |||
2015-09-03 | Fix server_reset_query_always declaration | Marko Kreen | |
2015-09-02 | Sync libusual | Marko Kreen | |
2015-08-31 | server_reset_query_always | Marko Kreen | |
Do not use server_reset_query for non-session pools. New setting `server_reset_query_always` to restore old behaviour. 1.6 will also have this setting but with different default perhaps. | |||
2015-08-31 | Merge remote-tracking branch 'main/master' | Marko Kreen | |
2015-08-31 | console: Fill auth_user when auth_type=any. | Marko Kreen | |
Otherwise logging can crash (#67). | |||
2015-08-31 | Sync again | Marko Kreen | |
2015-08-23 | Merge pull request #65 from bobpoekert/master | Marko Kreen | |
Fix typo in comment in loader.c | |||
2015-08-23 | Fix typo in comment in loader.c | Bob Poekert | |
2015-08-23 | Sync tls changes | Marko Kreen | |
2015-08-20 | Remove pointless cf_auth_type check | Marko Kreen | |
2015-08-20 | Fix password/md5 auth. | Marko Kreen | |
Password auth ignored auth method calculated by HBA. Fixes: #64 | |||
2015-08-20 | Import tls changes | Marko Kreen | |
2015-08-08 | todo: fix syntax | Marko Kreen | |
2015-08-08 | todo: pool_mode=tx vs. server_reset_query | Marko Kreen | |
2015-08-08 | test.sh: simpler sed expression | Marko Kreen | |
2015-08-08 | Support pipelining - count expected ReadyForQuery packets. | Marko Kreen | |
This avoids releasing server too early. Should fix #44 and #52. | |||
2015-08-08 | handle_client_work - move logic out of switch | Marko Kreen | |
2015-08-07 | auth code cleanup | Marko Kreen | |
2015-08-07 | Remove crypt auth. | Marko Kreen | |
Highly obsolete. | |||
2015-08-07 | doc: remove converted files | Marko Kreen | |
2015-08-06 | Fix makefile, add 'htmls' target to see rst as html | Marko Kreen | |
2015-08-06 | doc: convert readme & todo also to rst | Marko Kreen | |
Now they look good directly on github. | |||
2015-08-06 | test.sh: dont re-exec, use bash directly | Marko Kreen | |
2015-08-06 | Merge remote-tracking branch 'main/master' | Marko Kreen | |
2015-08-06 | Merge pull request #62 from eradman/master | Marko Kreen | |
Adapt system tests to work with modern BSD and MacOS | |||
2015-08-06 | news: fix makefile, mention 1.5.5 | Marko Kreen | |
2015-08-06 | Convert NEWS to rst, then it's usable in web too. | Marko Kreen | |
2015-08-06 | Adapt system tests to work with modern BSD and MacOS | Eric Radman | |
- Replace `seq a b` with {a..b}, and auto-upgrade to bash if shell does not support range expansion (DASH on Ubuntu) - Replace ipfw with pf; (MacOS 10.7+, *BSD) - Replace `echo -n` with `printf` (MacOS) - Change to test directory before starting - Provide aproximate compatibility between MacOS and Linux options for sed and nc - Auto-populate userlist.txt Tested on MacOS 10.10, Ubuntu 14, OpenBSD 5.7 | |||
2015-08-06 | Skip NoticeResponce in handle_auth_response. | Marko Kreen | |
Otherwise verbose log levels cause auth failures. | |||
2015-08-06 | Import TLS fixes. | Marko Kreen | |
2015-08-05 | doc: remove faq & overview - they are on web now | Marko Kreen | |
its annoying to maintain things in two places | |||
2015-08-05 | doc: more fixes | Marko Kreen | |
2015-08-05 | doc: markup cleanups | Marko Kreen | |
pandoc does not support +x+ | |||
2015-08-05 | doc: remove `` tags around deflists keys, not needed anymore | Marko Kreen | |
2015-08-05 | doc: consistent ws spacing for deflists | Marko Kreen | |
2015-08-05 | doc: use rst2man for manpages | Marko Kreen | |
Although Asciidoc has nice markup and nice output, it depends on DocBook & TeX, which makes it rather annoying to have around. Website is now based on Markdown, but it's not fit for manpage conversion - not enough syntax. It is really meant for only HTML production, as it expect HTML fallbacks for anything. So use rst2man for manpages, it makes docs readable on github too and via some hacks can be converted to markdown. | |||
2015-08-04 | tls: Use "fast" as default cipher shortcut. | Marko Kreen | |
This keeps pgbouncer clean of magic spells for OpenSSL... | |||
2015-08-04 | Docs for TLS & HBA features. | Marko Kreen | |
2015-08-03 | Bump version to 1.7dev | Marko Kreen | |
2015-08-03 | Support pg_hba.conf-style syntax | Marko Kreen | |
Also add peer auth. Main reason to have it is that unix and tcp connections may want different auth and configuring it in plain .ini is pain. As a bonus it provides ip-based filtering too. No username mapping yet though. | |||
2015-08-03 | tls: Test scripts | Marko Kreen | |
Todo: merge with main test.sh | |||
2015-08-03 | tls: Auth based on client certs, some login code cleanups | Marko Kreen | |
2015-08-03 | Support TLS connections. | Marko Kreen | |
2015-08-03 | sbuf: Move i/o operations to callbacks. | Marko Kreen | |
Preparation for TLS. | |||
2015-08-01 | v1.6pgbouncer_1_6 | Petr Jelinek | |