Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-25 | public.create_partition: drop rule logic from here | Marko Kreen | |
No point maintaing it in two places. Let the code stay as-is. | |||
2012-05-24 | create_partition: special-case for public grant | Marko Kreen | |
2012-05-24 | create_partition: also load rules from master table | Marko Kreen | |
2012-01-03 | create partition: cleanup code | Marko Kreen | |
- use proper quoting - simplify grants - use "including defaults" to lessen differences from "including all" | |||
2011-12-30 | handlers.dispatch: Move grants into sql function | Marko Kreen | |
The grants can be loaded via information_schema, thus no need to do it in Python. | |||
2011-11-18 | create_partition.sql: regtests, add indexes | Marko Kreen | |
- add indexes and constraints from parent table - use timestamptz instead of timestamptz - regtests | |||
2011-02-11 | Dispatcher handler | Egon Valdmees | |