]> granicus.if.org Git - pgbouncer/shortlog
pgbouncer
2013-10-07 Marko KreenMerge remote-tracking branch 'ccutrer/dev/per_object_po...
2013-10-07 Marko KreenMerge remote-tracking branch 'ccutrer/dev/nxdomain_ttl'
2013-10-07 Marko KreenMerge remote-tracking branch 'ccutrer/dev/latency_fix'
2013-10-07 Marko KreenMerge pull request #15 from ccutrer/dev/config_load_cleanup
2013-09-27 Cody Cutreradd per-user pool_mode
2013-09-27 Cody Cutrerimplement per-database pool_mode
2013-09-27 Cody Cutrerfix launching new connections during maintenance
2013-09-27 Cody Cutrerdon't load auth file twice at boot
2013-09-27 Cody Cutrerdon't overwrite pgbouncer user on startup if it already...
2013-09-27 Cody Cutreradd a separate config for controlling negative dns...
2013-08-20 Marko KreenMerge branch 'master' of git://github.com/markokr/pgbou...
2013-08-20 Marko KreenMerge pull request #14 from mhagander/typofix
2013-08-20 Magnus HaganderFix incorrect keyword in example config file
2013-08-01 Marko KreenFix deallocate_all() in FAQ
2013-06-15 Marko KreenMerge pull request #13 from petere/pidfile-newline
2013-06-14 Peter EisentrautAdd newline at the end of the PID file
2013-04-17 Marko Kreenconsole: rename backend_pid to remote_pid
2013-04-08 Marko Kreenlog: wrap ipv6 address with []
2013-04-08 Marko Kreentune_socket: use libusual for socket flags
2013-04-02 Marko KreenOn connect to server, show local ip and port
2013-04-02 Marko KreenShow remote pid of unix socket
2013-04-02 Marko KreenRefresh libusual
2013-03-19 Marko KreenRefresh libusual
2013-03-18 Marko Kreenwin32: Don't set SO_REUSEADDR on listen socket.
2013-03-18 Marko Kreenipv6: Set IPV6_V6ONLY on listen socket.
2013-02-20 Marko KreenAdd missing error checks
2013-02-20 Marko Kreenconfigurable arch for mingw build
2013-02-20 Marko Kreenconfigure: mention dns config in the end
2012-12-25 Marko Kreenwin32: use gnu-style for long args: --foo
2012-12-08 Marko KreenFix IPv6 address memcpy
2012-12-08 Marko KreenMerge pull request #6 from mfenniak/master
2012-12-07 Mathieu FenniakFix cancellation of of waiting clients
2012-12-03 Marko KreenMinor cleanups for ENABLE/DISABLE, add tests
2012-12-03 Marko KreenMerge remote-tracking branch 'wgrant/disable'
2012-12-03 Marko KreenShow backend_pid in SHOW CLIENTS/SERVERS.
2012-12-03 Marko KreenNew DNS backend: c-ares
2012-11-28 Marko Kreenv1.5.4 pgbouncer_1_5_4
2012-11-28 Marko KreenRefresh libusual
2012-10-31 Marko Kreendnslookup: missing active count inc
2012-10-31 Marko Kreendns: need to use statlist_remove() instead list_del()
2012-10-29 Marko Kreengetaddrinfo_a: drop double-alloc
2012-10-29 Marko KreenRefresh libusual
2012-10-29 Marko Kreenudns: don't leak results
2012-10-28 Marko KreenImprove description of pooling states
2012-10-08 Marko Kreendnslookup: more informative error from getaddrinfo_a()
2012-10-08 Marko Kreenconfig.txt: remove \ before *
2012-09-13 Marko KreenInclude new antimake files. pgbouncer_1_5_3
2012-09-12 William GrantDocument the new DISABLE/ENABLE commands.
2012-09-12 William GrantAdd DISABLE/ENABLE to SHOW HELP.
2012-09-12 Marko Kreenv1.5.3
2012-09-12 William GrantFactor out the find-or-register DB logic.
2012-09-12 William GrantAdd DISABLE/ENABLE commands to prevent new connections.
2012-09-10 Marko Kreenadd_database: fail gracefully if too long db name
2012-07-18 Marko KreenUpdate NEWS
2012-07-18 Marko KreenShow invalid header in hex
2012-07-18 Marko KreenRefactor bin2hex function
2012-07-18 Marko Kreenmax_packet_size - new variable.
2012-07-18 Marko KreenRefresh libusual
2012-07-08 Marko Kreenconsole: allow empty string arguments, unify copy_arg
2012-07-07 Marko KreenRefresh libusual to pick up Antimake fixes
2012-06-15 Marko Kreenconfig.txt: server_idle_timeout does not care how full...
2012-06-07 Marko KreenMakefile: correct is _LDADD instead _LIBS
2012-06-05 Marko KreenRefresh libusual
2012-05-31 Marko Kreenconfig.txt: hint that all timeouts can be specified...
2012-05-29 Marko Kreenv1.5.2 pgbouncer_1_5_2
2012-05-29 Marko Kreentest.sh: force /tmp as unix socket dir
2012-05-29 Marko Kreenfaq: where should pgbouncer be installed?
2012-05-28 Marko KreenProper fix for reserve_pool_timeout.
2012-05-28 Marko Kreenfaq: how to map client connection to server connections
2012-05-28 Marko Kreenconfig.txt: fix invalid formattinc
2012-05-24 Marko Kreenfaq: add DNS RR to load-balancing question
2012-05-24 Marko Kreenreserve_pool_timeout should be in seconds, not microseconds
2012-04-17 Marko Kreenv1.5.1 pgbouncer_1_5_1
2012-04-17 Marko KreenRefresh libusual
2012-04-17 Marko KreenImprove sample ini file
2012-03-28 Marko Kreenconfig.txt: Describe MD5 "encryption"
2012-03-27 Marko Kreendoc/makefile: fix doc pushing to web
2012-03-27 Marko Kreenconfig.txt: Postgres does not use auth files anymore.
2012-03-14 Marko KreenStop including html in source tarball, seems wrong. pgbouncer_1_5_1_rc1
2012-03-14 Marko KreenFix find_modules filename
2012-03-14 Marko Kreenv1.5.1rc1
2012-03-14 Marko KreenRefresh libusual
2012-03-14 Marko KreenIf connect string changes, refresh welcome parameters.
2012-03-14 Marko KreenAdd 'tags' target to makefile
2012-03-13 Marko Kreenautodb: drop old connections on config change
2012-02-26 Marko KreenDocument stats_period
2012-02-10 Marko KreenNon-git-based dist files for libusual.
2012-01-19 Marko Kreenunix_socket_mode / _name
2012-01-19 Marko Kreendoc: make manpages and html 'dist'
2012-01-19 Marko Kreenrefresh libusual
2012-01-19 Marko Kreenvarcache: allow empty string for server-side variable.
2012-01-19 Marko Kreenconfigure: bump asciidoc req to >= 8.4
2012-01-05 Marko Kreenv1.5 pgbouncer_1_5
2012-01-05 Marko Kreenmakefile: add config.log to DISTCLEANFILES
2012-01-05 Marko Kreenrefresh libusual
2011-12-20 Marko Kreenmakefile: shortcuts for uploading
2011-12-20 Marko KreenUpdate news for 1.5rc1 pgbouncer_1_5_rc1
2011-12-20 Marko Kreenrefresh libusual
2011-12-20 Marko Kreenrefresh libusual
2011-12-20 Marko KreenRefresh libusual
next