2012-05-23 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.
2012-05-11 Radek Brich TableCopyTool: order tables with respect to references.
2012-05-10 Radek Brich Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
2012-03-28 Radek Brich PgManager: log connection name with queries. BatchUpdateTool: handle some possible exceptions and try reconnect to database.
2012-03-23 Radek Brich Add batchupdate tool. PgBrowser: add constraints to list_column_usage().
2012-03-05 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.
2012-02-27 Radek Brich Fix analyzeall tool. Add user output formating to batchquery tool. Add isolation_level setting support to ToolBase.
2012-02-14 Radek Brich Add batchquery tool.
2012-02-07 Radek Brich analyzeall: analyze tables from all schemas by default
2012-02-07 Radek Brich Add analyzeall tool. Updates, fixes.
2012-01-13 Radek Brich Add logging mechanism for notices from postgres server. Rename SQL log to "pgmanager_sql".
2011-12-15 Radek Brich Fix bad name.
2011-12-15 Radek Brich PgManager: Add partial support for multiprocessing.
2011-12-14 Radek Brich Add keep_open parameter to create_conn.
2011-12-06 Radek Brich Add test for PgManager.
(0) -15 +15 tip