]> granicus.if.org Git - pgbouncer/shortlog
pgbouncer
2012-09-12 William GrantDocument the new DISABLE/ENABLE commands.
2012-09-12 William GrantAdd DISABLE/ENABLE to SHOW HELP.
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
2011-12-20 Marko Kreendoc: dont try to build manpages if no asciidoc
2011-12-20 Marko KreenMention required gnu-make version
2011-12-20 Marko Kreensystem.h: use <usual/ctype.h> instead ctype directly.
2011-12-20 Marko Kreenrefresh libusual
2011-12-20 Marko Kreendeb: export options to make nostrip work
2011-12-20 Marko Kreenmake zip: shortcut to build -win32.zip
2011-12-20 Marko KreenFew build fixes
2011-12-13 Marko KreenMakefile: recurse into 'doc'
2011-12-13 Marko Kreendeb: override DEB_CONFIGURE_EXTRA_FLAGS for old cdbs
2011-12-13 Marko Kreenrefresh libusual
2011-12-13 Marko KreenMakefile cleanup
2011-12-13 Marko Kreendebian/: drop yada, use simple cdbs packaging
2011-12-12 Marko Kreenauthors: add Petr
2011-12-12 Marko KreenInclude lib/ in .tgz
2011-12-12 Marko Kreenv1.5rc1
2011-12-12 Marko Kreenrefresh libusual
2011-12-12 Marko Kreenpgbevent: hide switches from compiler
2011-12-12 Marko Kreenrefresh libusual
2011-12-12 Marko Kreenrefresh libusual
2011-12-12 Marko Kreenadns_create_context: do zone_init before impl_init
2011-12-12 Marko Kreendnslookup: use safe_evtimer_add
2011-12-12 Marko Kreenmove to antimake
2011-12-07 Marko Kreenpga_pton: parse '*' as INADDR_ANY
2011-11-22 Marko KreenPrepare for 1.5
2011-11-22 Peter EisentrautRESUME <db>: fix copy-pasted log message
2011-11-22 Marko Kreenfaq: how to connect to pgbouncer.
2011-11-22 Marko KreenImprove error msg when connections to server fail.
2011-11-22 Marko KreenNew commands: SHOW DNS_HOSTS|DNS_ZONES
2011-11-19 Marko Kreendns cleanups
2011-11-17 Marko Kreendocs for 'dns_zone_check_period'
2011-11-17 Marko KreenFew udns fixes:
2011-11-15 Marko Kreenautogen: work with older libtool and autoconf
2011-11-01 Marko Kreendns_callback: restore ipv6 branch
2011-10-26 Marko KreenDocument KILL cmd, mention per-db pause.
2011-10-26 Marko KreenMerge remote-tracking branch 'mtharp/rpath'
2011-10-25 Marko KreenMake pga_ntop/pga_str non-failing and zero-terminating
2011-10-21 Marko Kreenmin_pool_size: add Filip RembiaƂkowski to AUTHORS
2011-10-21 Marko Kreendns stats, support wraparound serials
2011-10-21 Marko Kreenlog_socket_prefix: avoid corrupt hosts in log
2011-10-17 Marko Kreendns: query zone SOA, recheck hosts if changes
2011-10-17 Marko Kreenconfigure: include stddef.h in udns check to get NULL
2011-10-14 Marko Kreendns: create cache of zone names
2011-10-14 Marko Kreenconsole: relax word regex to allow numbers
2011-10-14 Marko Kreentodo: add some items
2011-10-09 Marko Kreenidle_transaction_timeout: new config option
2011-10-09 Marko KreenA packet wont change state
2011-10-09 Marko Kreenmin-pool-size doc fix
2011-10-06 Marko Kreenrefresh libusual
next