Nils Dijk
c1c8c38dc9
create placeholder for policy ddl
2018-07-05 11:07:01 +02:00
mehmet furkan şahin
2fa4e38841
FK from dist to ref can be added with alter table
2018-07-03 17:05:01 +03:00
Nils Dijk
73efcb22c4
Extract RoleSpecString and resolve role references
2018-06-14 11:38:42 +02:00
Jason Petersen
2204da19f0
Support PostgreSQL 10 ( #1379 )
...
Adds support for PostgreSQL 10 by copying in the requisite ruleutils
and updating all API usages to conform with changes in PostgreSQL 10.
Most changes are fairly minor but they are numerous. One particular
obstacle was the change in \d behavior in PostgreSQL 10's psql; I had
to add SQL implementations (views, mostly) to mimic the pre-10 output.
2017-06-26 02:35:46 -06:00
Marco Slot
8edba5f309
Honour enable_ddl_propagation in truncate trigger
2017-04-29 03:32:52 +02:00
velioglu
24d24db25c
Implement ALTER TABLE ADD CONSTRAINT command
2017-04-20 15:02:33 +03:00
Burak Yucesoy
a09614553f
Add enable_version_checks GUC and address feedback
2017-04-04 19:11:13 +03:00
Jason Petersen
4cdfc3a10f
Address review feedback
...
Should just about do it.
2017-04-03 11:44:57 -06:00
Jason Petersen
cf775c4773
Improve CONCURRENTLY-related error messages
...
Thought this looked slightly nicer than the default behavior.
Changed preventTransaction to concurrent to be clearer that this code
path presently affects CONCURRENTLY code only.
2017-04-03 11:19:15 -06:00
Jason Petersen
dd9365433e
Update documentation
...
Ensure all functions have comments, etc.
2017-04-03 11:19:15 -06:00
Jason Petersen
dea6c44f75
Remove CONCURRENTLY checks, fix tests
...
Still pending failure testing, which broke with my recent changes.
2017-04-03 11:19:15 -06:00
Jason Petersen
34a62abb7d
Address code review comments
2017-03-22 17:29:17 -06:00
Jason Petersen
d95b5bbad3
Rework ReplicateGrantStmt to use new flow
...
This was the impetus for the previous commit that changed from using a
DDLJob * to a List * of them.
2017-03-22 17:29:16 -06:00
Jason Petersen
a02a2a90c7
Refactor ExecuteDistDDLCommand to expect struct
...
Will let us separate out the determination of what to execute from its
actual execution.
2017-03-22 17:21:49 -06:00
Murat Tuncer
360e884de1
Add enable_ddl_propagation flag to control automatic ddl propagation
2016-06-06 13:42:46 +03:00
Andres Freund
3a264db2fe
Add ReplicateGrantStmt().
...
This is the basis for coordinating GRANT/REVOKE across nodes.
2016-04-27 10:28:25 -07:00
Jason Petersen
423e6c8ea0
Update copyright dates
...
Fixed configure variable and updated all end dates to 2016.
2016-03-23 17:14:37 -06:00
Murat Tuncer
55c44b48dd
Changed product name to citus
...
All citusdb references in
- extension, binary names
- file headers
- all configuration name prefixes
- error/warning messages
- some functions names
- regression tests
are changed to be citus.
2016-02-15 16:04:31 +02:00
Onder Kalaci
136306a1fe
Initial commit of Citus 5.0
2016-02-11 04:05:32 +02:00