Fri, 15 Feb 2013 16:38:23 +0100 Radek Brich Add runquery tool. Update setup.py.
Wed, 13 Feb 2013 15:30:37 +0100 Radek Brich Fix loopquery timing.
Tue, 05 Feb 2013 11:26:18 +0100 Radek Brich Update loopquery tool.
Thu, 31 Jan 2013 13:41:48 +0100 Radek Brich Drop colordiff, implement it in PgDiff directly.
Thu, 31 Jan 2013 13:24:57 +0100 Radek Brich PgDiff, schemadiff.py: Add function filter. Add --body parameter to diff function source.
Thu, 31 Jan 2013 11:02:04 +0100 Radek Brich Update loopquery: allow any number of queries, support reading parameters from config file.
Fri, 25 Jan 2013 18:04:17 +0100 Radek Brich PgDiff: check schema existance.
Fri, 25 Jan 2013 17:44:49 +0100 Radek Brich PgDiff: Update patch for table column changed.
Fri, 25 Jan 2013 17:06:54 +0100 Radek Brich PgBrowser: add function arguments as another level in hierarchy. PgDiff: compare function arguments one by one.
Thu, 24 Jan 2013 17:11:17 +0100 Radek Brich PgBrowser: Add functions. PgDiff: Compare functions.
Mon, 17 Dec 2012 21:12:04 +0100 Radek Brich Update browser tool: Add Schemas and Tables nodes, populate nodes when expanded.
Mon, 17 Dec 2012 16:48:12 +0100 Radek Brich Add reverse parameter for diff tools.
Thu, 13 Dec 2012 17:15:10 +0100 Radek Brich Fix PgDataDiff.
Thu, 13 Dec 2012 16:07:13 +0100 Radek Brich Fix PgDataDiff.
Tue, 11 Dec 2012 11:25:06 +0100 Radek Brich Update PgDiff: Support SQL patch for constraints. Fix changes of column default value.
Tue, 11 Dec 2012 10:49:42 +0100 Radek Brich Update analyzeall tool: add REINDEX option. Add ibrowser tool (useful for PgBrowser testing). Fix PgBrowser.list_columns default value.
Fri, 05 Oct 2012 14:31:25 +0200 Radek Brich Add loopquery tool. Log notices to console from all tools (toolbase).
Sat, 29 Sep 2012 14:01:47 +0200 Radek Brich Add test_prettysize to tests.py.
Sat, 29 Sep 2012 13:53:54 +0200 Radek Brich 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 Radek Brich 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 Radek Brich PgDiff: add partial support for SQL patch.
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.
(0) -60 tip