2010-09-06 |
Marko Kreen | refresh libusual |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Marko Kreen | new config var: disable_pqexec |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Marko Kreen | console: central syntax error handling |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Marko Kreen | Don't tag automatically generated dbs as killable on... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Marko Kreen | Apply fast-fail at connect time. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Marko Kreen | Move some portability goo over to libusual. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Marko Kreen | Sample script for generating users file from database |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Marko Kreen | Warning flags are now in WFLAGS |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Marko Kreen | Support for application_name parameter. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Marko Kreen | convert few remaining sprintf() uses to snprintf() |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Marko Kreen | convert few static buffers into pktbuf |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Marko Kreen | Fix pg_auth quoting. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Guillaume Lelarge | Allow a user to use long options, instead of short... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/strpool.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/regex.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/signal.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/event.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/mbuf.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/fileutil.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/safeio.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/socket.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/slab.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/lookup3.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/aatree.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/string.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/logging.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/string.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/list.h>, <usual/statlist.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | <usual/time.h> |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | libusual: include into build system |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Marko Kreen | Forgot to change second listen() call also to cf_listen... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Marko Kreen | v1.3.3rc1 |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Marko Kreen | Now actually improve few disconnect messages. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Marko Kreen | Let disconnect_server/client() take printf style args. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Marko Kreen | gcc braindamage: -Wformat-security is not turned on... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Marko Kreen | Increase size of various startup-related buffers. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Marko Kreen | Make listen(2) backlog argument configurable. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Marko Kreen | Dont let logging change errno. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Marko Kreen | Increase room for DateStyle storage. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Marko Kreen | Explicitly detect V2 protocol request and close it... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Marko Kreen | Move fast-fail relaunch logic around. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Marko Kreen | v1.3.2 pgbouncer_1_3_2 |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Marko Kreen | Log pooler-sent errors as warnings not plain info,... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Marko Kreen | log message: statement timeout -> query timeout, to... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Marko Kreen | Don't let clients queue in case no servers and connecti... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Marko Kreen | Introduce a new configuration setting: query_wait_timeout |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Marko Kreen | doc/confix.txt: uncoonfuse newer asciidoc |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Marko Kreen | Check error from event_init() to eliminate warning... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Marko Kreen | Add new patches to NEWS |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Marko Kreen | sbuf: track exact wait state to avoid double event_del() |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Marko Kreen | In case of invalid state, show value in error msg |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Marko Kreen | test/test.ini: turn off query_timeout by default |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Marko Kreen | prepare for 1.3.2rc1 |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Marko Kreen | todo update |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Marko Kreen | Apply client_login_timeout to clients waiting for welco... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Marko Kreen | win32: allow user to override service account |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Marko Kreen | Clarify few login-related log messages |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Marko Kreen | Disable maintenance during SUSPEND |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Marko Kreen | console: fix string format in datarow packet |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Marko Kreen | doc/config.txt improvements |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Marko Kreen | doc/usage.txt improvements |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Marko Kreen | v1.3.1 pgbouncer_1_3_1 |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Marko Kreen | docs: mention console behavious when auth_mode=any |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Marko Kreen | When auth_mode=any, allow anybody in as admin. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Marko Kreen | todo: clarify |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Marko Kreen | faq/ssl: pgsql protocol patch was applied to stunnel... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Marko Kreen | v1.3.1rc1 pgbouncer_1_3_1_rc1 |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Marko Kreen | todo update |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Marko Kreen | sbuf.c: Fix connection hang if sbuf_loopcnt is set. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Marko Kreen | usage.txt: Time units are microseconds, not milliseconds |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Marko Kreen | admin.c: mention SHOW STATS in help msg |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Marko Kreen | Fix potential use of old connections after config change |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Hiroshi Saito | Fixed adjustment of a WSAStartup position problem. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Hiroshi Saito | Fixed the Service parameter path name problem. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Marko Kreen | Fix broken alignment in src/slab.c |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Marko Kreen | SHOW DATABASES had wrong column count. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Marko Kreen | update docs and default config |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Marko Kreen | release 1.3 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Marko Kreen | win32: improve service description |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Marko Kreen | Apply ISC license clarification, bump copyright years. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Marko Kreen | duh, seems we did not include COPYRIGHT file in tgz |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | README: mention reserve_pool feature pgbouncer_1_3_rc1 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | add missing win32 files to tgz |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | event_loopbreak compat for libevent 1.3 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | tag 1.3rc1 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | README: win32 info |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | doc/Makefile: build also html for README |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | NEWS: expand autodb and win32 items |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | win32: make service_name alias for job_name |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | win32 todo |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | NEWS: mention event_del problem |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | add few overlooked contributors |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Marko Kreen | sbuf_close: dont retry event_del() if it fails, just... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Marko Kreen | win32: simpler service handling, cleanups |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Marko Kreen | some more cleanups: |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Marko Kreen | minor cleanups |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Marko Kreen | draft news for 1.3 |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Marko Kreen | Reserve pool implementation. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Marko Kreen | check if connection was accepted before logging |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Marko Kreen | win32: make asynctest compile again |
commit | commitdiff | tree | snapshot |
next |