citus/src/backend/distributed/deparser
Teja Mupparti 0ae0a86d42 Fix the incorrect column count after ALTER TABLE, this fixes the bug #7378 (please read the analysis in the bug for more information)
(cherry picked from commit 00068e07c5)
2024-01-26 18:16:20 -08:00
..
citus_ruleutils.c Fixes a bug that prevents upgrades when there COMPRESSION and DEFAULT columns 2022-06-29 10:45:33 +02:00
deparse.c Add support for TEXT SEARCH CONFIGURATION objects (#5685) 2022-02-17 13:12:46 +01: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_domain_stmts.c Implement DOMAIN propagation for citus 2022-04-08 16:18:02 +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_foreign_data_wrapper_stmts.c Make enterprise features open source 2022-06-16 08:09:45 +02:00
deparse_foreign_server_stmts.c Make enterprise features open source 2022-06-16 08:09:45 +02:00
deparse_function_stmts.c Make enterprise features open source 2022-06-16 08:09:45 +02:00
deparse_role_stmts.c sysid should be parsed as int. (#6150) 2022-08-11 11:03:41 +03:00
deparse_schema_stmts.c Make enterprise features open source 2022-06-16 08:09:45 +02:00
deparse_sequence_stmts.c Make enterprise features open source 2022-06-16 08:09:45 +02:00
deparse_statistics_stmts.c Make pg_version_compat.h and listutils.c dependency-free. (#5548) 2022-01-04 23:02:08 -08:00
deparse_table_stmts.c Support foreign tables in MX (#5461) 2022-01-06 18:50:34 +03:00
deparse_text_search.c Allow all possible option types for text search objects (#5838) 2022-03-21 20:01:53 +01:00
deparse_type_stmts.c Adds AlterTableStmtObjType macro 2021-09-03 15:27:24 +03:00
deparse_view_stmts.c Add ALTER VIEW support 2022-05-20 12:18:14 +03: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_aggregate_stmts.c Propagate CREATE AGGREGATE commands 2022-03-02 10:52:43 +03:00
qualify_collation_stmt.c Fixes ALTER COLLATION encoding does not exist bug 2022-03-22 17:42:20 +03:00
qualify_domain.c Fix bug in unqualified, non-existing DROP DOMAIN IF EXISTS 2022-06-15 16:53:25 +02: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 Make enterprise features open source 2022-06-16 08:09:45 +02:00
qualify_statistics_stmt.c Fix creating stats bug when CREATE TABLE LIKE (#6006) 2022-06-16 12:45:23 +03:00
qualify_table_stmt.c Support foreign tables in MX (#5461) 2022-01-06 18:50:34 +03:00
qualify_text_search_stmts.c Add support for TEXT SEARCH DICTIONARY objects 2022-03-11 03:40:20 +03:00
qualify_type_stmt.c Implement DOMAIN propagation for citus 2022-04-08 16:18:02 +02:00
qualify_view_stmt.c Fix dropping temporary view without specifying the explicit schema name 2022-06-15 16:36:52 +02:00
ruleutils_12.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-26 18:16:20 -08:00
ruleutils_13.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-26 18:16:20 -08:00
ruleutils_14.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-26 18:16:20 -08:00