citus/src/backend/distributed/deparser
naisila 68893674e0
Ruleutils_17 Improve EXPLAIN's display of SubPlan nodes and output parameters.
Relevant PG commit:
fd0398fcb099980fbedbb7750356ef234408c1c9
fd0398fcb0
2024-07-25 16:46:40 +02:00
..
citus_deparseutils.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
citus_grantutils.c Fixes granted by cascade/restrict statements for revoke (#7517) 2024-02-19 15:44:21 +03:00
citus_ruleutils.c getIdentitySequence now uses Relation instead of relation_id 2024-07-25 13:17:38 +02:00
citus_setutils.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02: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 Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse_comment_stmts.c Adds comment on database and role propagation (#7388) 2024-01-18 20:58:44 +03:00
deparse_database_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_domain_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_extension_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_foreign_data_wrapper_stmts.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse_foreign_server_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_function_stmts.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse_owned_stmts.c Adds REASSIGN OWNED BY propagation (#7319) 2023-12-28 15:15:58 +03:00
deparse_publication_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_role_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_schema_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_seclabel_stmts.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse_sequence_stmts.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
deparse_statistics_stmts.c stxstattarget is nullable in PG17, write compat functions for it 2024-07-25 13:17:37 +02:00
deparse_table_stmts.c Fix crash caused by some form of ALTER TABLE ADD COLUMN statements. (#7522) 2024-03-20 11:06:05 +03:00
deparse_text_search.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
deparse_type_stmts.c Drop PG13 Support Phase 2 - Remove PG13 specific paths/tests (#7007) 2023-06-21 14:18:23 +03:00
deparse_view_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
format_collate.c Remove unused functions that cppcheck found 2020-10-19 13:50:52 +03:00
objectaddress.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify.c Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00
qualify_aggregate_stmts.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify_collation_stmt.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_domain.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_function_stmt.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify_publication_stmt.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_role_stmt.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify_sequence_stmt.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_statistics_stmt.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_table_stmt.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify_text_search_stmts.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
qualify_type_stmt.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00
qualify_view_stmt.c Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
ruleutils_14.c Fix assertions in other PG versions too, the original fix is in PR-7379 2024-01-23 15:10:06 -08:00
ruleutils_15.c Fix the incorrect column count after ALTER TABLE, this fixes the bug #7378 (please read the analysis in the bug for more information) 2024-01-10 12:49:44 -08:00
ruleutils_16.c Fix assertions in other PG versions too, the original fix is in PR-7379 2024-01-23 15:10:06 -08:00
ruleutils_17.c Ruleutils_17 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2024-07-25 16:46:40 +02:00