Home
last modified time | relevance | path

Searched refs:parsetree (Results 1 – 25 of 1538) sorted by relevance

12345678910>>...62

/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DPARSETREESIG.sml74 val mkApplic : parsetree * parsetree * location * bool -> parsetree;
76 val mkCond : parsetree * parsetree * parsetree * location -> parsetree;
107 val mkList : parsetree list * location -> parsetree;
109 val mkLayered : parsetree * parsetree * location -> parsetree;
112 val mkLocalDeclaration : parsetree list * parsetree list * location * bool -> parsetree;
127 val mkRaise : parsetree * location -> parsetree;
129 val mkWhile : parsetree * parsetree * location -> parsetree;
131 val mkAndalso : parsetree * parsetree * location -> parsetree;
132 val mkOrelse : parsetree * parsetree * location -> parsetree;
134 val mkExpseq : parsetree list * location -> parsetree;
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dutility_hook.c140 Node *parsetree; in multi_ProcessUtility() local
152 IsA(parsetree, LockStmt) || in multi_ProcessUtility()
153 IsA(parsetree, ListenStmt) || in multi_ProcessUtility()
176 parsetree); in multi_ProcessUtility()
420 parsetree = copyObject(parsetree); in ProcessUtilityInternal()
421 parsetree = ProcessCopyStmt((CopyStmt *) parsetree, completionTag, queryString); in ProcessUtilityInternal()
423 if (parsetree == NULL) in ProcessUtilityInternal()
429 parsetree = copyObject(parsetree); in ProcessUtilityInternal()
512 parsetree = in ProcessUtilityInternal()
620 if (IsA(parsetree, RenameStmt) && ((RenameStmt *) parsetree)->renameType == in ProcessUtilityInternal()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/tcop/
H A Dutility.c95 if (IsA(parsetree, PlannedStmt)) in CommandIsReadOnly()
142 switch (nodeTag(parsetree)) in check_xact_readonly()
370 switch (nodeTag(parsetree)) in standard_ProcessUtility()
946 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1335 parsetree); in ProcessUtilitySlow()
1415 parsetree); in ProcessUtilitySlow()
1611 parsetree); in ProcessUtilitySlow()
1670 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1720 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1815 switch (nodeTag(parsetree)) in UtilityContainsQuery()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
971 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1428 parsetree); in ProcessUtilitySlow()
1509 parsetree); in ProcessUtilitySlow()
1745 parsetree); in ProcessUtilitySlow()
1804 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1860 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1956 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2142 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/tcop/
H A Dutility.c147 switch (nodeTag(parsetree)) in check_xact_readonly()
401 switch (nodeTag(parsetree)) in standard_ProcessUtility()
975 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1433 parsetree); in ProcessUtilitySlow()
1514 parsetree); in ProcessUtilitySlow()
1750 parsetree); in ProcessUtilitySlow()
1809 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1865 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1961 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2147 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tcop/
H A Dutility.c144 switch (nodeTag(parsetree)) in check_xact_readonly()
397 switch (nodeTag(parsetree)) in standard_ProcessUtility()
979 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1395 parsetree); in ProcessUtilitySlow()
1476 parsetree); in ProcessUtilitySlow()
1711 parsetree); in ProcessUtilitySlow()
1770 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1820 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1913 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2093 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tcop/
H A Dutility.c144 switch (nodeTag(parsetree)) in check_xact_readonly()
397 switch (nodeTag(parsetree)) in standard_ProcessUtility()
979 switch (nodeTag(parsetree)) in ProcessUtilitySlow()
1395 parsetree); in ProcessUtilitySlow()
1476 parsetree); in ProcessUtilitySlow()
1711 parsetree); in ProcessUtilitySlow()
1770 switch (nodeTag(parsetree)) in UtilityReturnsTuples()
1820 switch (nodeTag(parsetree)) in UtilityTupleDescriptor()
1913 switch (nodeTag(parsetree)) in UtilityContainsQuery()
2093 switch (nodeTag(parsetree)) in CreateCommandTag()
[all …]

12345678910>>...62