Wed, 26 Sep 2012 16:21:59 +0200 PgManager: rewrite RowDict class.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 16:21:59 +0200] rev 43
PgManager: rewrite RowDict class.
Wed, 26 Sep 2012 16:20:26 +0200 PgManager: update comments.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 16:20:26 +0200] rev 42
PgManager: update comments.
Fri, 17 Aug 2012 11:14:31 +0200 PgDataDiff: Fix sorting - do not adapt primary key before sort condition.
Radek Brich <radek.brich@devl.cz> [Fri, 17 Aug 2012 11:14:31 +0200] rev 41
PgDataDiff: Fix sorting - do not adapt primary key before sort condition.
Fri, 17 Aug 2012 11:07:22 +0200 Add listserial tool. PgBrowser: Add list_sequences.
Radek Brich <radek.brich@devl.cz> [Fri, 17 Aug 2012 11:07:22 +0200] rev 40
Add listserial tool. PgBrowser: Add list_sequences.
Mon, 09 Jul 2012 10:29:47 +0200 Fixes.
Radek Brich <radek.brich@devl.cz> [Mon, 09 Jul 2012 10:29:47 +0200] rev 39
Fixes.
Thu, 31 May 2012 11:28:41 +0200 Update bigtables tool: scan all schemas.
Radek Brich <radek.brich@devl.cz> [Thu, 31 May 2012 11:28:41 +0200] rev 38
Update bigtables tool: scan all schemas.
Wed, 23 May 2012 16:02:53 +0200 Fixes.
Radek Brich <radek.brich@devl.cz> [Wed, 23 May 2012 16:02:53 +0200] rev 37
Fixes.
Wed, 23 May 2012 11:11:16 +0200 pgmanager: Add create_conn_listen() which should be used with wait_for_notify. Update wait_for_notify() to not use put_conn(). Add name to ConnectionInfo. Log queries before they are called. Log exceptions. Add notifyexample.
Radek Brich <radek.brich@devl.cz> [Wed, 23 May 2012 11:11:16 +0200] rev 36
pgmanager: Add create_conn_listen() which should be used with wait_for_notify. Update wait_for_notify() to not use put_conn(). Add name to ConnectionInfo. Log queries before they are called. Log exceptions. Add notifyexample.
Fri, 11 May 2012 14:16:36 +0200 TableCopyTool: order tables with respect to references.
Radek Brich <radek.brich@devl.cz> [Fri, 11 May 2012 14:16:36 +0200] rev 35
TableCopyTool: order tables with respect to references.
Thu, 10 May 2012 08:42:21 +0200 Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
Radek Brich <radek.brich@devl.cz> [Thu, 10 May 2012 08:42:21 +0200] rev 34
Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
Wed, 28 Mar 2012 17:25:18 +0200 PgManager: log connection name with queries. BatchUpdateTool: handle some possible exceptions and try reconnect to database.
Radek Brich <radek.brich@devl.cz> [Wed, 28 Mar 2012 17:25:18 +0200] rev 33
PgManager: log connection name with queries. BatchUpdateTool: handle some possible exceptions and try reconnect to database.
Fri, 23 Mar 2012 14:54:04 +0100 Add batchupdate tool. PgBrowser: add constraints to list_column_usage().
Radek Brich <radek.brich@devl.cz> [Fri, 23 Mar 2012 14:54:04 +0100] rev 32
Add batchupdate tool. PgBrowser: add constraints to list_column_usage().
Mon, 05 Mar 2012 18:36:46 +0100 Add browser - database schema browser using tuikit (curses UI). Add listdepends - tool which shows depending views for column. Update pgdatadiff - allow composite primary key. Update pgmanager - RowDict is now OrderedDict. Drop support for Python2.x.
Radek Brich <radek.brich@devl.cz> [Mon, 05 Mar 2012 18:36:46 +0100] rev 31
Add browser - database schema browser using tuikit (curses UI). Add listdepends - tool which shows depending views for column. Update pgdatadiff - allow composite primary key. Update pgmanager - RowDict is now OrderedDict. Drop support for Python2.x.
Mon, 27 Feb 2012 15:12:40 +0100 Fix analyzeall tool. Add user output formating to batchquery tool. Add isolation_level setting support to ToolBase.
Radek Brich <radek.brich@devl.cz> [Mon, 27 Feb 2012 15:12:40 +0100] rev 30
Fix analyzeall tool. Add user output formating to batchquery tool. Add isolation_level setting support to ToolBase.
Tue, 14 Feb 2012 18:15:56 +0100 Add batchquery tool.
Radek Brich <radek.brich@devl.cz> [Tue, 14 Feb 2012 18:15:56 +0100] rev 29
Add batchquery tool.
Tue, 07 Feb 2012 11:32:07 +0100 analyzeall: analyze tables from all schemas by default
Radek Brich <radek.brich@devl.cz> [Tue, 07 Feb 2012 11:32:07 +0100] rev 28
analyzeall: analyze tables from all schemas by default
Tue, 07 Feb 2012 10:40:35 +0100 Add analyzeall tool. Updates, fixes.
Radek Brich <radek.brich@devl.cz> [Tue, 07 Feb 2012 10:40:35 +0100] rev 27
Add analyzeall tool. Updates, fixes.
Fri, 13 Jan 2012 15:49:24 +0100 Add logging mechanism for notices from postgres server. Rename SQL log to "pgmanager_sql".
Radek Brich <radek.brich@devl.cz> [Fri, 13 Jan 2012 15:49:24 +0100] rev 26
Add logging mechanism for notices from postgres server. Rename SQL log to "pgmanager_sql".
Thu, 15 Dec 2011 18:26:04 +0100 Fix bad name.
Radek Brich <radek.brich@devl.cz> [Thu, 15 Dec 2011 18:26:04 +0100] rev 25
Fix bad name.
Thu, 15 Dec 2011 18:21:41 +0100 PgManager: Add partial support for multiprocessing.
Radek Brich <radek.brich@devl.cz> [Thu, 15 Dec 2011 18:21:41 +0100] rev 24
PgManager: Add partial support for multiprocessing.
Wed, 14 Dec 2011 16:29:33 +0100 Add keep_open parameter to create_conn.
Radek Brich <brich.radek@ifortuna.cz> [Wed, 14 Dec 2011 16:29:33 +0100] rev 23
Add keep_open parameter to create_conn.
Tue, 06 Dec 2011 17:11:21 +0100 Add test for PgManager.
Radek Brich <radek.brich@devl.cz> [Tue, 06 Dec 2011 17:11:21 +0100] rev 22
Add test for PgManager.
Tue, 06 Dec 2011 16:45:29 +0100 Add test for delayedquery.
Radek Brich <radek.brich@devl.cz> [Tue, 06 Dec 2011 16:45:29 +0100] rev 21
Add test for delayedquery.
Tue, 06 Dec 2011 16:20:53 +0100 PgManager: Do not add NullHandler to logger. Rewrite get_instance(). ToolBase: fix prepare_conns() method.
Radek Brich <radek.brich@devl.cz> [Tue, 06 Dec 2011 16:20:53 +0100] rev 20
PgManager: Do not add NullHandler to logger. Rewrite get_instance(). ToolBase: fix prepare_conns() method.
Sun, 27 Nov 2011 17:02:42 +0100 Add documentation for create_conn(). Fix keep_alive - do not crash if socket settings are not supported.
Radek Brich <radek.brich@devl.cz> [Sun, 27 Nov 2011 17:02:42 +0100] rev 19
Add documentation for create_conn(). Fix keep_alive - do not crash if socket settings are not supported.
Fri, 25 Nov 2011 18:17:27 +0100 Fix MyManager. Add patch for MySQLdb and Python3.2. Add DelayedQuery.
Radek Brich <radek.brich@devl.cz> [Fri, 25 Nov 2011 18:17:27 +0100] rev 18
Fix MyManager. Add patch for MySQLdb and Python3.2. Add DelayedQuery.
Mon, 21 Nov 2011 10:47:24 +0100 ToolBase - implement 'database' config option.
Radek Brich <radek.brich@devl.cz> [Mon, 21 Nov 2011 10:47:24 +0100] rev 17
ToolBase - implement 'database' config option.
Mon, 21 Nov 2011 10:43:37 +0100 MyManager - create_conn() - allow same parameters as for PgManager.
Radek Brich <brich.radek@ifortuna.cz> [Mon, 21 Nov 2011 10:43:37 +0100] rev 16
MyManager - create_conn() - allow same parameters as for PgManager.
Mon, 14 Nov 2011 18:00:53 +0100 Add MyManager - replica of PgManager for MySQLdb. Intentionally not inherited from common base class.
Radek Brich <radek.brich@devl.cz> [Mon, 14 Nov 2011 18:00:53 +0100] rev 15
Add MyManager - replica of PgManager for MySQLdb. Intentionally not inherited from common base class.
Thu, 20 Oct 2011 13:54:35 +0200 TableDiffTool: add arguments to set different destination schema and table. PgDataDiff: fixes.
Radek Brich <radek.brich@devl.cz> [Thu, 20 Oct 2011 13:54:35 +0200] rev 14
TableDiffTool: add arguments to set different destination schema and table. PgDataDiff: fixes.
(0) -30 +30 +50 tip