..
acquire_lock.c
Improve a query that terminates compeling backends from citus_update_node() ( #6468 )
2022-11-02 12:32:00 +01:00
aggregate_utils.c
Distribute custom aggregates with multiple arguments ( #4047 )
2020-07-24 15:16:00 -07:00
array_type.c
Add non-blocking variant of create_distributed_table ( #6087 )
2022-08-30 15:35:40 +03:00
background_jobs.c
Fix spacing in multiline strings ( #6533 )
2022-12-01 23:42:47 +03:00
cancel_utils.c
add IsHoldOffCancellationReceived utility function ( #3290 )
2019-12-12 17:32:59 +03:00
citus_clauses.c
Introduces macros for functions that now have include_out_arguments argument
2021-09-03 15:27:24 +03:00
citus_copyfuncs.c
Remove unused reduceQuery from physical planning ( #6221 )
2022-08-24 17:24:27 +00:00
citus_depended_object.c
we consider stat object as invalid if it is not owned by current user ( #6130 )
2022-08-09 20:59:30 +03:00
citus_nodefuncs.c
Drop postgres 11 support
2021-03-25 09:20:28 +03:00
citus_outfuncs.c
Remove unused reduceQuery from physical planning ( #6221 )
2022-08-24 17:24:27 +00:00
citus_readfuncs.c
Remove READFUNCs ( #3536 )
2020-02-24 12:43:28 +01:00
citus_safe_lib.c
Introduce Non-Blocking Shard Split Workflow
2022-08-04 16:32:38 +02:00
citus_version.c
add gitref to the output of citus_version ( #3246 )
2019-11-29 15:54:09 +01:00
colocation_utils.c
Use RelationGetPrimaryKeyIndex for citus catalog tables ( #6262 )
2022-09-01 11:56:31 +03:00
directory.c
Remove unused functions ( #6220 )
2022-08-22 11:53:25 +03:00
distribution_column.c
Add non-blocking variant of create_distributed_table ( #6087 )
2022-08-30 15:35:40 +03:00
distribution_column_map.c
Add non-blocking variant of create_distributed_table ( #6087 )
2022-08-30 15:35:40 +03:00
enable_ssl.c
Correctly fix OpenSSL 3.0 warnings ( #6502 )
2022-11-18 14:35:41 +01:00
errormessage.c
Make enterprise features open source ( #6008 )
2022-06-16 00:23:46 -07:00
foreign_key_relationship.c
Use CreateSimpleHash (and variants) whenever possible ( #6177 )
2022-08-17 13:01:59 +03:00
function.c
Remove old re-partitioning functions
2022-04-04 18:11:52 +02:00
function_utils.c
Make enterprise features open source ( #6008 )
2022-06-16 00:23:46 -07:00
hash_helpers.c
Use CreateSimpleHash (and variants) whenever possible ( #6177 )
2022-08-17 13:01:59 +03:00
jsonbutils.c
Fix node adding itself with citus_add_node leading to deadlock ( Fix #5720 ) ( #5758 )
2022-03-10 17:46:33 +03:00
listutils.c
Optimize StringJoin() for when prefix-postfix is needed
2022-07-27 09:49:08 +02:00
log_utils.c
Remove unused functions ( #6220 )
2022-08-22 11:53:25 +03:00
maintenanced.c
Cleanup for shard moves ( #6472 )
2022-11-30 15:38:05 +03:00
multi_partitioning_utils.c
Add non-blocking variant of create_distributed_table ( #6087 )
2022-08-30 15:35:40 +03:00
namespace_utils.c
Extend citus local table utility command support
2020-09-09 11:50:55 +03:00
param_utils.c
Fixes : #5787 In prepared statements, map any unused parameters
2022-05-13 19:31:05 -07:00
priority.c
Support changing CPU priorities for backends and shard moves ( #6126 )
2022-08-16 13:07:17 +03:00
query_utils.c
Fix partition column index issue ( #4591 )
2021-01-29 14:40:40 +03:00
reference_table_utils.c
Include gpid in all internal application names ( #6431 )
2022-11-25 11:16:33 +01:00
relation_utils.c
Refactor PreprocessIndexStmt ( #4272 )
2020-11-25 12:19:37 +03:00
resource_lock.c
Fix dangling pointer warning in AnyTableReplicated ( #6504 )
2022-11-21 16:42:00 +03:00
role.c
Fix typos. Spurred spotting "connectios" in logs
2021-10-25 13:54:09 +00:00
shard_utils.c
verify shards if exists for insert, delete, update ( #6280 )
2022-09-06 15:29:14 +02:00
shardinterval_utils.c
Grammar: it's to its
2022-11-28 20:43:44 +00:00
statistics_collection.c
Refactor the functions that return OID lists for citus tables
2020-09-18 16:42:46 +03:00
string_utils.c
Degrade gracefully when no background workers available
2020-10-05 16:55:00 +03:00
task_execution_utils.c
Deprecate citus.replicate_reference_tables_on_activate, make it always off ( #6474 )
2022-11-04 16:21:10 +01:00
tuplestore.c
Remove copyright years ( #2918 )
2019-10-15 17:44:30 +03:00
type_utils.c
This implements a new UDF citus_get_cluster_clock() that returns a monotonically
2022-10-28 10:15:08 -07:00