Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-01 | qadmin: make "install pgq" also install pgq_coop | Marko Kreen | |
2012-08-15 | python/qadmin.py: updated script version, added pgq version, amended messages | martinko | |
2012-08-03 | qadmin updated | martinko | |
2012-08-02 | python/qadmin.py: unified results displaying | martinko | |
2012-08-02 | python/qadmin.py: added "show version" command | martinko | |
"start with something simple and easy, young man." | |||
2012-02-03 | Drop all txid install code. | Marko Kreen | |
It's obsolete since 8.3. Drop it. | |||
2011-09-19 | qadmin: better ident unquoting | Marko Kreen | |
old one did fail on '.' inside "". | |||
2011-05-13 | subconsumer (un)registration to qadmin | Egon Valdmees | |
2010-12-16 | qaadmin: unquote_literal fix | Marko Kreen | |
2010-12-08 | qadmin: remove exception test | Marko Kreen | |
2010-12-08 | qadmin: catch and show python exceptions | Marko Kreen | |
2010-12-06 | qadmin: sql passthrough, show table/sequence, cleanups | Marko Kreen | |
2010-12-03 | qadmin: parser cleanup | Marko Kreen | |
2010-12-02 | qadmin: fancier lodiste add_table | Marko Kreen | |
2010-11-26 | qadmin: advanced syntax for londiste cmds, fix more quoting problems | Marko Kreen | |
2010-11-25 | qadmin; better quoting support | Marko Kreen | |
2010-11-25 | qadmin: londiste commands | Marko Kreen | |
add_table, remove_table, tables, add_seq, remove_seq, seqs, missing | |||
2010-07-20 | qadmin: exit command | Marko Kreen | |
2010-06-25 | qadmin: max_cnt->max_count as thats what is accepted by ALTER. | Marko Kreen | |
2009-11-24 | qadmin: parser cleanup, make * optional. | Marko Kreen | |
2009-11-05 | qadmin: extend REGISTER CONSUMER | Marko Kreen | |
Custom tick pos: at <tick_id> Copy other registration: copy <consumer> | |||
2009-11-04 | qadmin: fix style problems | Marko Kreen | |
2009-06-07 | pkgloader module to be able to coexist with 2.x | Marko 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-30 | Queue connection improvements. | Martin Pihlak | |
- Ability to disconnect from queue by specifying empty qname. - Verify that the queue exists before connecting. | |||
2009-04-30 | Finalize newadm to qadmin rename. | Martin Pihlak | |
2009-04-30 | "newadm" renamed to "qadmin" | Martin Pihlak | |
Documentation and install scripts modified accordingly. |