Mercurial
Mercurial
>
pydbkit
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
help
less
more
|
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fix autocommit mode in oursql.
default
tip
2014-07-25, by Radek Brich
Move batchquery, listtables tools under pgtool.
2014-07-09, by Radek Brich
Rename to pydbkit.
2014-07-09, by Radek Brich
Update bigtables tool: Sort by size with indexes, not just data.
2014-05-26, by Radek Brich
Update ToolBase: Load cascade of config files, add -c parameter.
2014-05-07, by Radek Brich
Refactor ToolBase to allow tool composition. Add TableSync tool (composited). Move more tools under pgtool.
2014-05-06, by Radek Brich
Add pgtool wrapper for all tools. Only this script will be installed into system bin.
2014-05-06, by Radek Brich
Update runquery tool: Add --one-query-per-line parameter.
2014-05-06, by Radek Brich
Update batchcopy: When target record exists, allow to ignore / update the error (--dst-exists parameter).
2014-04-29, by Radek Brich
Add batchcopy tool.
2014-04-14, by Radek Brich
Update tablecopy tool: Add --disable-triggers option.
2014-04-14, by Radek Brich
Update bigtables tool: Add size of indexes.
2014-03-20, by Radek Brich
PgDiff: Add patch support for SQL functions.
2014-02-04, by Radek Brich
Change python3.2 to python3 in scripts.
2013-12-10, by Radek Brich
Fix.
2013-12-09, by Radek Brich
Add to runquery tool: Parameters for query, output file and format for output file. Fix loopquery tool.
2013-12-09, by Radek Brich
Update runquery: Add parameter to read queries from file.
2013-10-04, by Radek Brich
Fix PgManager logging.
2013-10-04, by Radek Brich
Update analyzeall tool: Allow combination of vacuum and reindex.
2013-09-24, by Radek Brich
PgDiff: Add support for indexes.
2013-09-24, by Radek Brich
Fix: ConfigParser add_argument -> add_option.
2013-08-16, by Radek Brich
Add basic support for types in browser and schema diff.
2013-08-08, by Radek Brich
Fix.
2013-07-24, by Radek Brich
Add dependency on pycolib. Move common modules to pycolib. Add example table schema for meta DB.
2013-04-13, by Radek Brich
Bump version.
2013-04-10, by Radek Brich
PgManager: Update RowDict, add write support.
2013-04-03, by Radek Brich
PgManager: add support for str, repr of RowDict.
2013-03-21, by Radek Brich
Update PgManager doc.
2013-03-19, by Radek Brich
Rename config module to configparser.
2013-03-19, by Radek Brich
PgManager, MyManager: Change log level of SQL queries to debug. Fix MyManager: Wrong query logged when exception occurs.
2013-03-15, by Radek Brich
Port pgconsole to Python3 + GTK3.
2013-03-10, by Radek Brich
MyManager: Add Cursor.mogrify(). Fix query logging. Update tests.
2013-03-07, by Radek Brich
Fix MyManager.
2013-03-07, by Radek Brich
Update longqueries tool: add --age parameter.
2013-03-05, by Radek Brich
Update browser tool to work with current Tuikit. Add RPM's BuildRequires to setup.cfg.
2013-03-05, by Radek Brich
Update MyManager.
2013-03-05, by Radek Brich
Update docs.
2013-03-04, by Radek Brich
Add doc for PgManager.
2013-02-28, by Radek Brich
Add listtables tool.
2013-02-26, by Radek Brich
Add runquery tool. Update setup.py.
2013-02-15, by Radek Brich
Fix loopquery timing.
2013-02-13, by Radek Brich
Update loopquery tool.
2013-02-05, by Radek Brich
Drop colordiff, implement it in PgDiff directly.
2013-01-31, by Radek Brich
PgDiff, schemadiff.py: Add function filter. Add --body parameter to diff function source.
2013-01-31, by Radek Brich
Update loopquery: allow any number of queries, support reading parameters from config file.
2013-01-31, by Radek Brich
PgDiff: check schema existance.
2013-01-25, by Radek Brich
PgDiff: Update patch for table column changed.
2013-01-25, by Radek Brich
PgBrowser: add function arguments as another level in hierarchy. PgDiff: compare function arguments one by one.
2013-01-25, by Radek Brich
PgBrowser: Add functions. PgDiff: Compare functions.
2013-01-24, by Radek Brich
Update browser tool: Add Schemas and Tables nodes, populate nodes when expanded.
2012-12-17, by Radek Brich
Add reverse parameter for diff tools.
2012-12-17, by Radek Brich
Fix PgDataDiff.
2012-12-13, by Radek Brich
Fix PgDataDiff.
2012-12-13, by Radek Brich
Update PgDiff: Support SQL patch for constraints. Fix changes of column default value.
2012-12-11, by Radek Brich
Update analyzeall tool: add REINDEX option. Add ibrowser tool (useful for PgBrowser testing). Fix PgBrowser.list_columns default value.
2012-12-11, by Radek Brich
Add loopquery tool. Log notices to console from all tools (toolbase).
2012-10-05, by Radek Brich
Add test_prettysize to tests.py.
2012-09-29, by Radek Brich
Add test for MyManager (enable only when MySQLdb is available). Configure tests using pgtoolkit.conf (same as used by other executables).
2012-09-29, by Radek Brich
PgManager: Fix logging, log queries before executing, possible exceptions are logged after. Add tests for RowDict. Add tests.py - runs all tests.
2012-09-29, by Radek Brich
PgDiff: add partial support for SQL patch.
2012-09-26, by Radek Brich
Fix query logging.
2012-09-26, by Radek Brich
Fix.
2012-09-26, by Radek Brich
Update longqueries tool: add client IP, waiting attributes.
2012-09-26, by Radek Brich
PgManager: rewrite RowDict class.
2012-09-26, by Radek Brich
PgManager: update comments.
2012-09-26, by Radek Brich
PgDataDiff: Fix sorting - do not adapt primary key before sort condition.
2012-08-17, by Radek Brich
Add listserial tool. PgBrowser: Add list_sequences.
2012-08-17, by Radek Brich
Fixes.
2012-07-09, by Radek Brich
Update bigtables tool: scan all schemas.
2012-05-31, by Radek Brich
Fixes.
2012-05-23, by 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-23, by Radek Brich
TableCopyTool: order tables with respect to references.
2012-05-11, by Radek Brich
Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
2012-05-10, by Radek Brich
PgManager: log connection name with queries. BatchUpdateTool: handle some possible exceptions and try reconnect to database.
2012-03-28, by Radek Brich
Add batchupdate tool. PgBrowser: add constraints to list_column_usage().
2012-03-23, by 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-03-05, by Radek Brich
Fix analyzeall tool. Add user output formating to batchquery tool. Add isolation_level setting support to ToolBase.
2012-02-27, by Radek Brich
Add batchquery tool.
2012-02-14, by Radek Brich
analyzeall: analyze tables from all schemas by default
2012-02-07, by Radek Brich
Add analyzeall tool. Updates, fixes.
2012-02-07, by Radek Brich
Add logging mechanism for notices from postgres server. Rename SQL log to "pgmanager_sql".
2012-01-13, by Radek Brich
Fix bad name.
2011-12-15, by Radek Brich
PgManager: Add partial support for multiprocessing.
2011-12-15, by Radek Brich
Add keep_open parameter to create_conn.
2011-12-14, by Radek Brich
Add test for PgManager.
2011-12-06, by Radek Brich
Add test for delayedquery.
2011-12-06, by Radek Brich
PgManager: Do not add NullHandler to logger. Rewrite get_instance(). ToolBase: fix prepare_conns() method.
2011-12-06, by Radek Brich
Add documentation for create_conn(). Fix keep_alive - do not crash if socket settings are not supported.
2011-11-27, by Radek Brich
Fix MyManager. Add patch for MySQLdb and Python3.2. Add DelayedQuery.
2011-11-25, by Radek Brich
ToolBase - implement 'database' config option.
2011-11-21, by Radek Brich
MyManager - create_conn() - allow same parameters as for PgManager.
2011-11-21, by Radek Brich
Add MyManager - replica of PgManager for MySQLdb. Intentionally not inherited from common base class.
2011-11-14, by Radek Brich
TableDiffTool: add arguments to set different destination schema and table. PgDataDiff: fixes.
2011-10-20, by Radek Brich
ToolBase: add -d parameter, which triggers debug mode (print SQL queries).
2011-09-09, by Radek Brich
Fix pgdatadiff.
2011-09-06, by Radek Brich
PgConsole: add app.py, splitted from pgconsole.py.
2011-08-19, by Radek Brich
Added pgconsole. It is my older project, a GUI query console. It uses GTK+ and asynchronous queries.
2011-08-16, by Radek Brich
Reorganize again :-) Add setup.py.
2011-08-16, by Radek Brich
pgmanager: Add keep_alive support.
2011-08-16, by Radek Brich
Reorganize directories. PgDataDiff - reworked. PgManager - add fetchone_adapted, fetchall_adapted to cursor.
2011-08-12, by Radek Brich
Add table diff tool.
2011-08-10, by Radek Brich
Clean up tools.
2011-07-20, by Radek Brich
Merge.
2011-07-20, by Radek Brich
pgmanager: fix logging of queries
2011-07-19, by Radek Brich
Fix pgmanager exceptions.
2011-07-18, by Radek Brich
Fix pgmanager logging in Python3.
2011-06-01, by Radek Brich
Postgres tools.
2011-05-26, by Radek Brich
less
more
|
(0)
tip