Wed, 24 Jul 2013 13:11:37 +0200 Radek Brich Fix.
Sat, 13 Apr 2013 15:22:05 +0200 Radek Brich Add dependency on pycolib. Move common modules to pycolib. Add example table schema for meta DB.
Wed, 10 Apr 2013 11:22:15 +0200 Radek Brich Bump version.
Wed, 03 Apr 2013 15:57:36 +0200 Radek Brich PgManager: Update RowDict, add write support.
Thu, 21 Mar 2013 17:40:11 +0100 Radek Brich PgManager: add support for str, repr of RowDict.
Tue, 19 Mar 2013 16:46:36 +0100 Radek Brich Update PgManager doc.
Tue, 19 Mar 2013 16:45:37 +0100 Radek Brich Rename config module to configparser.
Fri, 15 Mar 2013 15:13:42 +0100 Radek Brich PgManager, MyManager: Change log level of SQL queries to debug. Fix MyManager: Wrong query logged when exception occurs.
Sun, 10 Mar 2013 16:14:53 +0100 Radek Brich Port pgconsole to Python3 + GTK3.
Thu, 07 Mar 2013 18:26:52 +0100 Radek Brich MyManager: Add Cursor.mogrify(). Fix query logging. Update tests.
Thu, 07 Mar 2013 15:42:47 +0100 Radek Brich Fix MyManager.
Tue, 05 Mar 2013 13:47:32 +0100 Radek Brich Update longqueries tool: add --age parameter.
Tue, 05 Mar 2013 11:27:34 +0100 Radek Brich Update browser tool to work with current Tuikit. Add RPM's BuildRequires to setup.cfg.
Tue, 05 Mar 2013 11:24:47 +0100 Radek Brich Update MyManager.
Mon, 04 Mar 2013 15:39:34 +0100 Radek Brich Update docs.
Thu, 28 Feb 2013 12:55:25 +0100 Radek Brich Add doc for PgManager.
Tue, 26 Feb 2013 14:40:39 +0100 Radek Brich Add listtables tool.
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.
(0) -56 tip