Murat Tuncer
719e44d1f4
Remove PostgreSQL 9.4 support
2016-07-26 20:16:09 +03:00
Burak Yucesoy
7df5a265c7
Fix COUNT DISTINCT approximation with schema
...
Fixes #555
Before this change, we were resolving HLL function and type Oid without qualified name.
Now we find the schema name where HLL objects are stored and generate qualified names for
each objects.
Similar fix is also applied for cstore_table_size function call.
2016-07-21 17:29:18 +03:00
Andres Freund
ee6ef363c0
Add pg_get_table_grants() function and support extending GRANTs.
2016-04-27 10:28:25 -07:00
Jason Petersen
a95c9da472
Update copyright dates
...
Fixed configure variable and updated all end dates to 2016.
2016-03-23 17:14:37 -06:00
Jason Petersen
628ed846a2
Omit get_extension_schema from formatting
...
It exactly matches the implementation in extension.c.
2016-02-15 23:29:33 -07:00
Jason Petersen
166f96bb83
First formatting attempt
...
Skipped csql, ruleutils, readfuncs, and functions obviously copied from
PostgreSQL. Seeing how this looks, then continuing.
2016-02-15 23:29:32 -07:00
Onder Kalaci
136306a1fe
Initial commit of Citus 5.0
2016-02-11 04:05:32 +02:00