Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | Merge commit 'bbcd65e4e74e705e0cc07a549bda73e37e20012a' into hotfix/3.2.1 | martinko | |
2014-04-07 | setup_skytools.py: fixes | martinko | |
2014-04-02 | Update setup*.py to point to correct license. | Marko Kreen | |
2013-02-28 | setup_skytools.py: added data_maintainer.py | martinko | |
2012-12-20 | pyhashtext: make pure python hashtext available via old hashtext api also | Petr Jelinek | |
2012-11-08 | Upgrade script for Londiste - 2.1 to 3.1 | Marko Kreen | |
2012-11-01 | Rename 2.1-to-3.0 upgrade script: pgq.upgrade_2.1_to_3.0.sql | Marko Kreen | |
Hopefully this makes it more clear how to upgrade 2.1. | |||
2012-10-18 | setup_skytools: if -q is given, be quiet | Marko Kreen | |
2012-07-18 | simple_local_consumer: function caller based on LocalConsumer | Marko Kreen | |
Consumer that runs a SQL for each event. | |||
2012-05-10 | Include simple_consumer script | Marko Kreen | |
Quick event processing by simply launching SQL query for each event. Forward-ported-by: Juta Vaks | |||
2011-12-14 | added skytools.hashtext module | martinko | |
imported from skytools-2.0 (written by marko) | |||
2011-11-29 | sql upgrade cleanup | Marko Kreen | |
- use 'structure/upgrade.sql' to generate X.upgrade.sql - add pgq_ext to upgraded schemas - move non-standard upgrade scripts to extra/ - setup_skytools: build sql files in 'build' target, not always - pgq_ext.version: bump ver to 3.0.0.1 | |||
2011-11-29 | setup_skytools: install skytools_upgrade.py | Marko Kreen | |
2011-11-25 | skytools_upgrade: support 3.0-upgrades, walk databases | Marko Kreen | |
2011-10-25 | setup_skytools: rename scripts in build dir, not install dir | Marko Kreen | |
This avoids install overwriting compat scripts. Stop supporting --script-suffix switch, too annoying. Custom suffix is still possible via config.mak. | |||
2011-09-07 | setup_skytools: add vars to turn of script/sql installation | Marko Kreen | |
2011-09-06 | setup_skytools: no rename by default on win32 | Marko Kreen | |
2011-09-06 | Don't build C module on windows, minor fixes | Marko Kreen | |
2011-09-06 | More build work | Marko Kreen | |
- separate build dir for setup_skytools, to avoid conflict with pkgloader - pass configure switches to setup.py | |||
2011-09-05 | Move install logic from Makefile to setup_skytools.py | Marko Kreen | |
2010-11-26 | londiste.handlers: separate package for handlers | Marko Kreen | |
2010-07-20 | Configurable suffix support. | Marko Kreen | |
Apply suffix also to manpages, SQL and doc directories | |||
2009-06-07 | buildsystem reorg | Marko Kreen | |
- put python modules under 'skytools-3.0' - install pkgloader separately - install scripts in Makefile instead setup.py (it did not support rename) removing .py afterwards is dangerous as we may overwrite old scripts. - move setup.py under misc/ as it really is not usable standalone - drop override PYTHON |