..
citus_ruleutils.c
Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION ( #4938 #4980 )
2021-08-13 13:12:45 +03:00
deparse.c
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
2020-01-09 18:24:29 +00:00
deparse_attribute_stmts.c
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
2020-01-09 18:24:29 +00:00
deparse_collation_stmts.c
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
2020-01-09 18:24:29 +00:00
deparse_database_stmts.c
Feature: alter database owner ( #4986 )
2021-05-20 13:27:44 +02:00
deparse_extension_stmts.c
Refactor the deparsing of a CREATE EXTENSION to prevent NULL POINTER dereferences ( #3518 )
2020-03-04 16:47:07 +01:00
deparse_function_stmts.c
Propagate ALTER ROLE .. SET statements
2020-03-27 13:02:48 +03:00
deparse_role_stmts.c
Refactor alter role to work on distributed roles ( #3739 )
2020-04-16 12:23:27 +02:00
deparse_schema_stmts.c
Propagate create statistics
2020-12-17 20:38:36 +03:00
deparse_sequence_stmts.c
Adds propagation of ALTER SEQUENCE and other improvements ( #5061 )
2021-06-24 21:23:25 +03:00
deparse_statistics_stmts.c
Fix assert failure when creating statistics
2021-01-15 19:36:58 +03:00
deparse_table_stmts.c
Fixes column default coming from a sequence ( #4914 )
2021-06-03 23:02:09 +03:00
deparse_type_stmts.c
Fix composite create type deparsing to preserve typmod
2020-05-15 13:12:54 +00:00
format_collate.c
Remove unused functions that cppcheck found
2020-10-19 13:50:52 +03:00
objectaddress.c
Remove unused functions that cppcheck found
2020-10-19 13:50:52 +03:00
qualify.c
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
2020-01-09 18:24:29 +00:00
qualify_collation_stmt.c
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
2020-01-09 18:24:29 +00:00
qualify_function_stmt.c
Propagate DROP ROUTINE, ALTER ROUTINE
2020-01-13 15:37:46 +00:00
qualify_role_stmt.c
Accept list of values in a supported ALTER ROLE .. SET statement
2020-07-21 03:49:57 +03:00
qualify_sequence_stmt.c
Adds propagation of ALTER SEQUENCE and other improvements ( #5061 )
2021-06-24 21:23:25 +03:00
qualify_statistics_stmt.c
Propagate alter stats owner
2020-12-24 17:10:12 +03:00
qualify_table_stmt.c
Adds alter table schema propagation
2020-01-16 17:04:16 +03:00
qualify_type_stmt.c
move MakeNameListFromRangeVar function to a more appropriate file
2020-03-25 11:01:50 +03:00
ruleutils_12.c
Fix FROM ONLY queries on partitioned tables
2021-04-27 16:10:07 +02:00
ruleutils_13.c
Corrects the endif comment
2021-07-29 17:22:31 +03:00