citus/src/backend/distributed
Philip Dubé 39400319e6 Defer freeing CitusTableCacheEntry, as there were memory safety issues before
Shard id to index mapping stored in cache entry as there may now be multiple entries alive for a given relation

insert_select_executor: revert copying cache entry, which was a hack added to avoid memory safety issues
2020-06-15 16:20:50 +00:00
..
commands Create EnsureTableCanBeCreated for some checks (#3839) 2020-06-14 14:25:58 +03:00
connection Support use of binary protocol in between nodes (#3877) 2020-06-12 15:02:51 +02:00
deparser Implement PushOverrideEmptySearchPath (#3874) 2020-06-05 19:23:59 +03:00
executor Defer freeing CitusTableCacheEntry, as there were memory safety issues before 2020-06-15 16:20:50 +00:00
master Support use of binary protocol in between nodes (#3877) 2020-06-12 15:02:51 +02:00
metadata Defer freeing CitusTableCacheEntry, as there were memory safety issues before 2020-06-15 16:20:50 +00:00
planner Show amount of data received in EXPLAIN ANALYZE (#3901) 2020-06-15 16:01:05 +02:00
progress Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
relay Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
sql Include execution duration in worker_last_saved_explain_analyze 2020-06-11 02:54:54 -07:00
test Copy data from CitusTableCacheEntry more often 2020-04-17 14:17:18 +00:00
transaction Support use of binary protocol in between nodes (#3877) 2020-06-12 15:02:51 +02:00
utils Defer freeing CitusTableCacheEntry, as there were memory safety issues before 2020-06-15 16:20:50 +00:00
worker Verify trigger relation before reading old/new tuples 2020-04-07 15:39:31 +00:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
citus.control Bump Citus to 9.4devel (#3788) 2020-04-22 12:50:00 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Support use of binary protocol in between nodes (#3877) 2020-06-12 15:02:51 +02:00