citus/src/backend/distributed
Ying Xu a1151c2395
Clear metadatacache during abort for create extension (#5907)
* Bug fix for bug #5876. Memset MetadataCacheSystem every time there is an abort

* Created an ObjectAccessHook that saves the transactionlevel of when citus was created and will clear metadatacache if that transaction level is rolled back. Added additional tests to make sure metadatacache is cleared
2022-05-20 13:47:58 -07:00
..
commands Add caching for functions that check the backend type 2022-05-20 19:02:37 +02:00
connection Add caching for functions that check the backend type 2022-05-20 19:02:37 +02:00
deparser Fix schemaname qualify for rename seq stmts 2022-05-18 19:04:22 +03:00
executor Add caching for functions that check the backend type 2022-05-20 19:02:37 +02:00
metadata Clear metadatacache during abort for create extension (#5907) 2022-05-20 13:47:58 -07:00
operations Columnar: support relation options with ALTER TABLE. (#5935) 2022-05-20 08:35:00 -07:00
planner Add caching for functions that check the backend type 2022-05-20 19:02:37 +02:00
progress Avoid two race conditions in the rebalance progress monitor (#5050) 2021-06-21 14:03:42 +00:00
relay PG15: Value -> String, Integer, Float. 2022-05-02 10:12:03 -07:00
sql Columnar: support relation options with ALTER TABLE. (#5935) 2022-05-20 08:35:00 -07:00
test PG15: handle pg_analyze_and_rewrite_* renaming. 2022-05-02 10:12:03 -07:00
transaction Clear metadatacache during abort for create extension (#5907) 2022-05-20 13:47:58 -07:00
utils Add distributing lock command support 2022-05-20 12:28:07 +03:00
worker Add caching for functions that check the backend type 2022-05-20 19:02:37 +02:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Separate build of citus.so and citus_columnar.so. (#5805) 2022-03-31 19:47:17 -07:00
citus.control Remove old re-partitioning functions 2022-04-04 18:11:52 +02:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Clear metadatacache during abort for create extension (#5907) 2022-05-20 13:47:58 -07:00