Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-04 | quote sequence names | Andrew Sackville-West | |
fixes a bug where _load_elem fails on sequences in schemas that start with non-alpha characters. | |||
2013-09-18 | Get rid of dictfetch*() usage, it's obsolete. | Marko Kreen | |
2012-05-24 | skytools.dbstruct: better rule name redirection | Marko Kreen | |
Old code did not handle WHERE, nor repeated table references in rule. | |||
2011-12-30 | dbstruct: support grants 'WITH GRANT OPTION' | Marko Kreen | |
2011-12-29 | dbstruct: sync acl list with 9.2 git | Marko Kreen | |
2011-11-18 | dbstruct.rx_replace: report all input in exception. | Marko Kreen | |
This helps to debug failures. | |||
2011-06-16 | fix: table rules are incorrect after londiste3 table (re)sync | Egon Valdmees | |
2011-04-06 | Avoid direct symbol imports | Marko Kreen | |
Always use import skytools def xx(): skytools.foo this allows maximum laziness when importing. | |||
2011-02-11 | dbstruct: GP dist key support | Egon Valdmees | |
2010-12-08 | dbstruct: use new acl parser | Marko Kreen | |
2010-12-06 | dbstruct: slightly more readable SQL output | Marko Kreen | |
2010-11-26 | dbstruct: separate handling for column DEFAULTs | Marko Kreen | |
2010-11-02 | dbstruct: use adbin instead of adsrc when detecting default | Marko Kreen | |
2010-10-19 | dbsctruct: fix reorg | Marko Kreen | |
2010-10-12 | Use different SQL for trigger detection on Postgres 9.0 | Marko Kreen | |
2010-07-20 | dbstruct: save & restore clustering info | Marko Kreen | |
Original patch by André Malo, applied with minor modifications | |||
2009-11-03 | dbstruct: Remove ONLY from ADD CONSTRAINT. | Marko Kreen | |
Parent table cannot have contraints that the childs do not have. | |||
2009-10-14 | londiste: make copy unlink inherited table from it's parents | Marko Kreen | |
Otherwise we cannot drop constraints. Unlink from childs is not needed, so they are left as-is. Patch by Hannu Krosing | |||
2009-02-13 | python/skytools update | Marko Kreen | |
- docstrings - some preliminary python 3.0 compat (var names, print()) - sync with 2.1-stable adminscript: - move exec_cmd function to dbscript dbstruct: - support sequnces. SERIAL columns are not automatically created, but the link beteween column and sequence is. psycopgwrapper: - drop support for psycopg1 - beginnings of quick DB-API / DictRow description. quoting: - new unquote_fqident() function, reverse of quote_fqident() - quote_statement() accepts both row and dict dbscript: - catch startup errors - use log.exception for exceptions, will result in nicer logs sqltools: - exists_sequence() _pyquoting: - fix typo in variable name | |||
2009-01-08 | skytools.dbstruct: import quoting from 2.2 branch | Marko Kreen | |
2008-04-03 | import fixes | Marko Kreen | |
2007-08-12 | Support for automatic handling of fkeys. | Marko Kreen | |
By Eric Jones, plus some hacking by me. | |||
2007-07-16 | skytools: support for psycopg2 | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |