]> granicus.if.org Git - pgbouncer/history - include
Clarify few login-related log messages
[pgbouncer] / include /
2009-01-28 Marko KreenApply ISC license clarification, bump copyright years.
2009-01-16 Marko Kreenevent_loopbreak compat for libevent 1.3
2009-01-10 Marko Kreensome more cleanups:
2009-01-02 Marko Kreenminor cleanups
2009-01-02 Marko KreenReserve pool implementation.
2008-12-04 Marko Kreenwin32: rename support files
2008-11-24 Marko Kreenwin32 support (wip)
2008-11-22 Marko KreenMake crypt authentication optional.
2008-11-19 Marko KreenDynamic database creation for non-defined databases.
2008-11-19 Marko KreenNew tunable 'sbuf_loopcnt' to limit time spent on one...
2008-09-30 Marko Kreenquiet compiler warning about ptr->int conversion
2008-08-22 Marko Kreencompact md5 implementation
2008-08-08 Marko Kreenglibc requires use of _GNU_SOURCE
2008-08-06 Marko KreenRemove drop_on_error, it was a bad idea.
2008-08-01 Marko Kreensys/uio.h is required for struct iover on some systems
2008-08-01 Marko Kreennew drop_on_error param
2008-07-16 Marko KreenFurther memory conservation by making state bitfield :8.
2008-07-08 Marko Kreenremove extra argument for SBuf callback
2008-07-03 Marko Kreendont waste room for storing login-time salt.
2008-06-25 Marko KreenNew config parameter: ignore_startup_parameters
2008-06-25 Marko KreenNew database setting: connect_query
2008-06-25 Marko Kreendrop too clever optimizations from system.h
2008-06-25 Marko KreenBuild fixes for Solaris
2008-06-04 Marko Kreenfix < vs <= difference between iobuf.h and sbuf.c
2008-03-04 Marko KreenCmdline option and config param to support user switching.
2008-03-04 Marko Kreendetect basename() function, include small compat func...
2008-02-14 Marko Kreendisable attribute hacks on older gccs
2008-02-14 Marko Kreenconvert SBuf api also to unsigned int
2008-02-14 Marko Kreenmake IOBuf use unsigned ints
2008-02-14 Marko Kreensystem.h + types cleanup
2008-01-24 Marko KreenMark hash.c as public domain because Jenkins original...
2008-01-24 Marko Kreenlog string truncation by strlcpy
2008-01-23 Marko Kreensimpler slab cache, with explicit init func
2008-01-23 Marko Kreendraft lazy iobuf handling
2008-01-22 Marko Kreenmissing include file from last commit and Makefile...
2008-01-22 Marko Kreenabstract i/o-buffer out from SBuf
2008-01-22 Marko Kreentcp_defer_accept improvements.
2008-01-18 Marko Kreenmove ->admin flag from pool to db
2008-01-18 Marko Kreenbetter comments on structs
2008-01-18 Marko Kreentag few functions with const
2008-01-11 Marko KreenSHOW MEM cmd to describe slab usage
2008-01-11 Marko Kreenmove db/user/pool alloc also to slabs
2008-01-11 Marko Kreenactively kill databases removed from config
2008-01-11 Marko Kreeniniparser: return whether file was found
2008-01-11 Marko KreenSHOW TOTALS command to give stats summary
2008-01-11 Marko Kreenif cannot login to target db at all, notify clients...
2008-01-11 Marko Kreenmake failure from event_del() non-fatal
2008-01-09 Marko Kreensuspend_timeout, to force suspend
2008-01-09 Marko Kreenmove shutdown after fork(), detect old bouncer
2008-01-08 Marko Kreenmove usec_t to system.h
2008-01-07 Marko Kreensafe_accept, safe_connect, safe_evtimer_add
2008-01-07 Marko Kreenfix some printf casts
2008-01-04 Marko Kreenproper usage of flexible array
2008-01-02 Marko Kreenerror checks for all libevent calls
2008-01-02 Marko Kreenuse gcc attributes to uncover few correctness bugs
2007-12-11 Marko Kreenhelper macro for notice pkt
2007-12-06 Marko Kreenint/ptr hash function
2007-12-06 Marko Kreennew features to SBuf
2007-12-06 Marko Kreensupport sending log to syslog
2007-11-26 Marko Kreenallow strcmp() and memcpy() be macros
2007-11-23 Marko Kreensystem.h improvements
2007-11-21 Marko Kreenseparate disconnects from each other to avoid reconnect...
2007-11-01 Marko Kreenuse standard int types
2007-11-01 Marko Kreenmove include files to separate dir