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: also load rules from master table | Marko Kreen | |
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 |