summaryrefslogtreecommitdiff
path: root/python/qadmin.py
AgeCommit message (Collapse)Author
2012-11-01qadmin: make "install pgq" also install pgq_coopMarko Kreen
2012-08-15python/qadmin.py: updated script version, added pgq version, amended messagesmartinko
2012-08-03qadmin updatedmartinko
2012-08-02python/qadmin.py: unified results displayingmartinko
2012-08-02python/qadmin.py: added "show version" commandmartinko
"start with something simple and easy, young man."
2012-02-03Drop all txid install code.Marko Kreen
It's obsolete since 8.3. Drop it.
2011-09-19qadmin: better ident unquotingMarko Kreen
old one did fail on '.' inside "".
2011-05-13subconsumer (un)registration to qadminEgon Valdmees
2010-12-16qaadmin: unquote_literal fixMarko Kreen
2010-12-08qadmin: remove exception testMarko Kreen
2010-12-08qadmin: catch and show python exceptionsMarko Kreen
2010-12-06qadmin: sql passthrough, show table/sequence, cleanupsMarko Kreen
2010-12-03qadmin: parser cleanupMarko Kreen
2010-12-02qadmin: fancier lodiste add_tableMarko Kreen
2010-11-26qadmin: advanced syntax for londiste cmds, fix more quoting problemsMarko Kreen
2010-11-25qadmin; better quoting supportMarko Kreen
2010-11-25qadmin: londiste commandsMarko Kreen
add_table, remove_table, tables, add_seq, remove_seq, seqs, missing
2010-07-20qadmin: exit commandMarko Kreen
2010-06-25qadmin: max_cnt->max_count as thats what is accepted by ALTER.Marko Kreen
2009-11-24qadmin: parser cleanup, make * optional.Marko Kreen
2009-11-05qadmin: extend REGISTER CONSUMERMarko Kreen
Custom tick pos: at <tick_id> Copy other registration: copy <consumer>
2009-11-04qadmin: fix style problemsMarko Kreen
2009-06-07pkgloader module to be able to coexist with 2.xMarko Kreen
Use scheme that pygtk uses to support parallel installations: import pkgloader pkgloader.require('skytools', '3.0') import skytools This will allow keeping old module installed by default and new version is used only by request.
2009-04-30Queue connection improvements.Martin Pihlak
- Ability to disconnect from queue by specifying empty qname. - Verify that the queue exists before connecting.
2009-04-30Finalize newadm to qadmin rename.Martin Pihlak
2009-04-30"newadm" renamed to "qadmin"Martin Pihlak
Documentation and install scripts modified accordingly.