log src/lib-dict/dict-sql.c @ 9575:0a00dcc4f0ea HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 10 Sep 2009 16:50:11 -0400 Timo Sirainen Compiler warning fixes. HEAD
Sun, 06 Sep 2009 20:44:00 -0400 Timo Sirainen dict: Added support for async commits. Changed dict_atomic_inc() behavior. HEAD
Sat, 27 Jun 2009 22:08:33 -0400 Timo Sirainen dict proxy: Use base_dir as the default dict-server location. HEAD
Sun, 25 Jan 2009 19:40:36 -0500 Timo Sirainen Increased some initial memory pool sizes. HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Sun, 18 Jan 2009 21:47:47 -0500 Timo Sirainen pgsql: When doing negative increments, don't even try to use INSERT. HEAD
Sat, 17 Jan 2009 12:32:28 -0500 Timo Sirainen sql dict: Merge two INSERTs together whenever possible (for dict quota). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Thu, 16 Oct 2008 15:59:35 +0300 Timo Sirainen dict-sql: Fixed sorting by key. HEAD
Thu, 16 Oct 2008 14:58:51 +0300 Timo Sirainen dict-sql: atomic_inc() didn't work right with negative values. HEAD
Sun, 12 Oct 2008 13:36:54 +0300 Timo Sirainen dict-sql: Dictionary iteration fixes. HEAD
Wed, 27 Aug 2008 12:10:21 +0300 Timo Sirainen dict sql: Added configuration for mapping dict paths to SQL fields. HEAD
Mon, 07 Jul 2008 18:44:16 +0530 Timo Sirainen dict-sql: Only MySQL supports "INSERT .. ON DUPLICATE KEY". With others just HEAD
Wed, 11 Jun 2008 23:55:36 +0300 Timo Sirainen dict sql: Iterated keys need to contain private/shared prefix. HEAD
Wed, 11 Jun 2008 23:48:34 +0300 Timo Sirainen Fixed dict iteration with SQL backend. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sat, 22 Sep 2007 19:40:06 +0300 Timo Sirainen Use SQL connection pools. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Sun, 10 Sep 2006 15:46:11 +0300 Timo Sirainen Fixed atomic_inc() to work correctly with shared keys. HEAD
Mon, 28 Aug 2006 19:54:55 +0300 Timo Sirainen Fixes. select/where fields were used in wrong order HEAD
Sun, 30 Jul 2006 22:27:24 +0300 Timo Sirainen Berkeley DB dict support is now enabled only when using --with-db configure option. HEAD
Sun, 30 Jul 2006 21:49:38 +0300 Timo Sirainen Dictionary changes: Added support for defining value's type. Key is still always a string. Added support for sorting the iteration replies. Added dict_unset(). Added Berkeley DB support. Most of the code written by Tianyan Liu. HEAD
Sun, 30 Jul 2006 21:06:09 +0300 Timo Sirainen If invalid key is given to dict_set() or dict_atomic_inc() fail the whole HEAD
Fri, 16 Jun 2006 12:54:14 +0300 Timo Sirainen Fixes to SQL update statements HEAD
Wed, 14 Jun 2006 14:16:49 +0300 Timo Sirainen Use sql_escape_string() instead of str_escape() HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Tue, 31 Jan 2006 08:05:21 +0200 Timo Sirainen Dictionary takes now a username parameter, which is used for private HEAD
Fri, 27 Jan 2006 00:01:00 +0200 Timo Sirainen Added support for dynamically building SQL drivers. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Wed, 11 Jan 2006 23:45:13 +0200 Timo Sirainen Fixed parsing configuration file. HEAD
Sat, 31 Dec 2005 00:09:03 +0200 Timo Sirainen Added dictinary lookup server and a "proxy" dict implementation to talk to HEAD
Sat, 10 Dec 2005 20:58:59 +0200 Timo Sirainen Added dictionary API and implementation for SQL. It's meant for looking and HEAD