Wed, 26 Sep 2012 23:29:54 +0200 Radek Brich Fix query logging.
Wed, 26 Sep 2012 16:43:53 +0200 Radek Brich Fix.
Wed, 26 Sep 2012 16:28:28 +0200 Radek Brich Update longqueries tool: add client IP, waiting attributes.
Wed, 26 Sep 2012 16:21:59 +0200 Radek Brich PgManager: rewrite RowDict class.
Wed, 26 Sep 2012 16:20:26 +0200 Radek Brich PgManager: update comments.
Fri, 17 Aug 2012 11:14:31 +0200 Radek Brich PgDataDiff: Fix sorting - do not adapt primary key before sort condition.
Fri, 17 Aug 2012 11:07:22 +0200 Radek Brich Add listserial tool. PgBrowser: Add list_sequences.
Mon, 09 Jul 2012 10:29:47 +0200 Radek Brich Fixes.
Thu, 31 May 2012 11:28:41 +0200 Radek Brich Update bigtables tool: scan all schemas.
Wed, 23 May 2012 16:02:53 +0200 Radek Brich Fixes.
Wed, 23 May 2012 11:11:16 +0200 Radek Brich 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 Radek Brich TableCopyTool: order tables with respect to references.
Thu, 10 May 2012 08:42:21 +0200 Radek Brich Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
Wed, 28 Mar 2012 17:25:18 +0200 Radek Brich PgManager: log connection name with queries. BatchUpdateTool: handle some possible exceptions and try reconnect to database.
Fri, 23 Mar 2012 14:54:04 +0100 Radek Brich Add batchupdate tool. PgBrowser: add constraints to list_column_usage().
Mon, 05 Mar 2012 18:36:46 +0100 Radek Brich 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 Radek Brich 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 Radek Brich Add batchquery tool.
Tue, 07 Feb 2012 11:32:07 +0100 Radek Brich analyzeall: analyze tables from all schemas by default
Tue, 07 Feb 2012 10:40:35 +0100 Radek Brich Add analyzeall tool. Updates, fixes.
Fri, 13 Jan 2012 15:49:24 +0100 Radek Brich Add logging mechanism for notices from postgres server. Rename SQL log to "pgmanager_sql".
Thu, 15 Dec 2011 18:26:04 +0100 Radek Brich Fix bad name.
Thu, 15 Dec 2011 18:21:41 +0100 Radek Brich PgManager: Add partial support for multiprocessing.
Wed, 14 Dec 2011 16:29:33 +0100 Radek Brich Add keep_open parameter to create_conn.
Tue, 06 Dec 2011 17:11:21 +0100 Radek Brich Add test for PgManager.
Tue, 06 Dec 2011 16:45:29 +0100 Radek Brich Add test for delayedquery.
Tue, 06 Dec 2011 16:20:53 +0100 Radek Brich PgManager: Do not add NullHandler to logger. Rewrite get_instance(). ToolBase: fix prepare_conns() method.
Sun, 27 Nov 2011 17:02:42 +0100 Radek Brich 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 Radek Brich Fix MyManager. Add patch for MySQLdb and Python3.2. Add DelayedQuery.
Mon, 21 Nov 2011 10:47:24 +0100 Radek Brich ToolBase - implement 'database' config option.
Mon, 21 Nov 2011 10:43:37 +0100 Radek Brich MyManager - create_conn() - allow same parameters as for PgManager.
Mon, 14 Nov 2011 18:00:53 +0100 Radek Brich Add MyManager - replica of PgManager for MySQLdb. Intentionally not inherited from common base class.
Thu, 20 Oct 2011 13:54:35 +0200 Radek Brich TableDiffTool: add arguments to set different destination schema and table. PgDataDiff: fixes.
Fri, 09 Sep 2011 11:56:37 +0200 Radek Brich ToolBase: add -d parameter, which triggers debug mode (print SQL queries).
Tue, 06 Sep 2011 17:55:15 +0200 Radek Brich Fix pgdatadiff.
Fri, 19 Aug 2011 17:08:34 +0200 Radek Brich PgConsole: add app.py, splitted from pgconsole.py.
Tue, 16 Aug 2011 23:53:54 +0200 Radek Brich Added pgconsole. It is my older project, a GUI query console. It uses GTK+ and asynchronous queries.
Tue, 16 Aug 2011 16:03:46 +0200 Radek Brich Reorganize again :-) Add setup.py.
Tue, 16 Aug 2011 15:12:53 +0200 Radek Brich pgmanager: Add keep_alive support.
Fri, 12 Aug 2011 14:39:49 +0200 Radek Brich Reorganize directories. PgDataDiff - reworked. PgManager - add fetchone_adapted, fetchall_adapted to cursor.
Wed, 10 Aug 2011 18:34:54 +0200 Radek Brich Add table diff tool.
Wed, 20 Jul 2011 10:54:07 +0200 Radek Brich Clean up tools.
Wed, 20 Jul 2011 10:51:18 +0200 Radek Brich Merge.
Tue, 19 Jul 2011 14:36:33 +0200 Radek Brich pgmanager: fix logging of queries
Mon, 18 Jul 2011 17:39:37 +0200 Radek Brich Fix pgmanager exceptions.
Wed, 01 Jun 2011 11:48:07 +0200 Radek Brich Fix pgmanager logging in Python3.
Thu, 26 May 2011 18:09:05 +0200 Radek Brich Postgres tools.
(0) +60 tip