Sat, 29 Sep 2012 14:01:47 +0200 Add test_prettysize to tests.py.
Radek Brich <radek.brich@devl.cz> [Sat, 29 Sep 2012 14:01:47 +0200] rev 50
Add test_prettysize to tests.py.
Sat, 29 Sep 2012 13:53:54 +0200 Add test for MyManager (enable only when MySQLdb is available). Configure tests using pgtoolkit.conf (same as used by other executables).
Radek Brich <radek.brich@devl.cz> [Sat, 29 Sep 2012 13:53:54 +0200] rev 49
Add test for MyManager (enable only when MySQLdb is available). Configure tests using pgtoolkit.conf (same as used by other executables).
Sat, 29 Sep 2012 12:08:47 +0200 PgManager: Fix logging, log queries before executing, possible exceptions are logged after. Add tests for RowDict. Add tests.py - runs all tests.
Radek Brich <radek.brich@devl.cz> [Sat, 29 Sep 2012 12:08:47 +0200] rev 48
PgManager: Fix logging, log queries before executing, possible exceptions are logged after. Add tests for RowDict. Add tests.py - runs all tests.
Wed, 26 Sep 2012 23:32:02 +0200 PgDiff: add partial support for SQL patch.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 23:32:02 +0200] rev 47
PgDiff: add partial support for SQL patch.
Wed, 26 Sep 2012 23:29:54 +0200 Fix query logging.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 23:29:54 +0200] rev 46
Fix query logging.
Wed, 26 Sep 2012 16:43:53 +0200 Fix.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 16:43:53 +0200] rev 45
Fix.
Wed, 26 Sep 2012 16:28:28 +0200 Update longqueries tool: add client IP, waiting attributes.
Radek Brich <radek.brich@devl.cz> [Wed, 26 Sep 2012 16:28:28 +0200] rev 44
Update longqueries tool: add client IP, waiting attributes.
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.
(0) -24 +24 +50 tip