citus/src/backend/distributed/deparser
SaitTalhaNisanci ba01f3457a
use macros for pg versions instead of hardcoded values (#3694)
3 Macros are defined for removing the hardcoded pg versions.
PG_VERSION_11, PG_VERSION_12 and PG_VERSION_13.
2020-04-01 17:01:52 +03:00
..
citus_ruleutils.c use macros for pg versions instead of hardcoded values (#3694) 2020-04-01 17:01:52 +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_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 Propagate ALTER ROLE .. SET statements 2020-03-27 13:02:48 +03:00
deparse_schema_stmts.c Adds propagation for grant on schema commands 2020-01-20 14:51:28 +03:00
deparse_table_stmts.c Adds alter table schema propagation 2020-01-16 17:04:16 +03:00
deparse_type_stmts.c move MakeNameListFromRangeVar function to a more appropriate file 2020-03-25 11:01:50 +03:00
format_collate.c remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
objectaddress.c Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00: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 Propagate ALTER ROLE .. SET statements 2020-03-27 13:02:48 +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_11.c use macros for pg versions instead of hardcoded values (#3694) 2020-04-01 17:01:52 +03:00
ruleutils_12.c use macros for pg versions instead of hardcoded values (#3694) 2020-04-01 17:01:52 +03:00