.. |
acquire_lock.c
|
Convert unsafe APIs to safe ones
|
2020-02-25 15:39:27 +01:00 |
aggregate_utils.c
|
Add runtime type checking to AGGREGATE_CUSTOM_COMBINE helper functions
|
2020-03-11 17:20:30 +00:00 |
cancel_utils.c
|
add IsHoldOffCancellationReceived utility function (#3290)
|
2019-12-12 17:32:59 +03:00 |
citus_clauses.c
|
Allow routing modifying CTEs
|
2020-06-11 15:14:06 +00:00 |
citus_copyfuncs.c
|
Does the EXPLAIN ANALYZE at the same time as execution, so avoids executing twice.
|
2020-06-11 01:55:57 -07:00 |
citus_nodefuncs.c
|
use macros for pg versions instead of hardcoded values (#3694)
|
2020-04-01 17:01:52 +03:00 |
citus_outfuncs.c
|
This prepares for routing modifying CTEs, where modLevel should not be used to infer whether a plan is a select or not
|
2020-05-20 17:26:12 +00:00 |
citus_readfuncs.c
|
Remove READFUNCs (#3536)
|
2020-02-24 12:43:28 +01:00 |
citus_safe_lib.c
|
use macros for pg versions instead of hardcoded values (#3694)
|
2020-04-01 17:01:52 +03:00 |
citus_version.c
|
add gitref to the output of citus_version (#3246)
|
2019-11-29 15:54:09 +01:00 |
colocation_utils.c
|
Copy data from CitusTableCacheEntry more often
|
2020-04-17 14:17:18 +00:00 |
distribution_column.c
|
Semmle: Check for NULL in some places where it might occur (#3509)
|
2020-02-27 10:45:29 +01:00 |
enable_ssl.c
|
Use Microsoft approved cipher string (#3639)
|
2020-03-24 15:51:44 +01:00 |
errormessage.c
|
add IsLoggableLevel utility function (#3149)
|
2019-11-15 14:59:13 +03:00 |
foreign_key_relationship.c
|
use macros for pg versions instead of hardcoded values (#3694)
|
2020-04-01 17:01:52 +03:00 |
function_utils.c
|
Automatically convert useless declarations using regex replace (#3181)
|
2019-11-21 13:47:29 +01:00 |
hash_helpers.c
|
Add shouldhaveshards to pg_dist_node (#2960)
|
2019-10-22 16:47:16 +02:00 |
listutils.c
|
not append ; if end of the list in StringJoin (#3672)
|
2020-03-31 10:01:28 +03:00 |
log_utils.c
|
Make ApplyLogRedaction a macro and redefine ereport
|
2020-01-13 18:24:36 +01:00 |
maintenanced.c
|
Don't error out when cannot create maintenanced
|
2020-05-04 09:53:52 -07:00 |
multi_partitioning_utils.c
|
use RelationGetPartitionDesc to be more safe
|
2020-05-29 10:55:52 +03:00 |
multi_resowner.c
|
Automatically convert useless declarations using regex replace (#3181)
|
2019-11-21 13:47:29 +01:00 |
namespace_utils.c
|
Implement PushOverrideEmptySearchPath (#3874)
|
2020-06-05 19:23:59 +03:00 |
pg11_snprintf.c
|
use macros for pg versions instead of hardcoded values (#3694)
|
2020-04-01 17:01:52 +03:00 |
query_utils.c
|
Include all relevant relations in the ExtractRangeTableRelationWalker (#3135)
|
2019-11-01 16:06:58 +01:00 |
reference_table_utils.c
|
IsReferenceTable, ShardIntervalCount: remove misleading isCitusTable check
|
2020-06-11 15:35:02 +00:00 |
resource_lock.c
|
Defer reference table replication to shard creation time
|
2020-04-08 12:41:36 -07:00 |
role.c
|
Refactor alter role to work on distributed roles (#3739)
|
2020-04-16 12:23:27 +02:00 |
shard_utils.c
|
implement GetOnlyShardOidOfReferenceTable and some refactor in shard_uitls
|
2020-04-03 18:24:13 +03:00 |
shardinterval_utils.c
|
Rename LookupCitusTableCacheEntry to GetCitusTableCacheEntry, LookupLookupCitusTableCacheEntry back to LookupCitusTableCacheEntry
|
2020-03-08 14:08:23 +00:00 |
statistics_collection.c
|
Replace foreach with foreach_ptr/foreach_oid (#3544)
|
2020-02-27 16:54:49 +01:00 |
tuplestore.c
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |