Home
last modified time | relevance | path

Searched refs:TransactionStmt (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/context/
H A Dpool_query_context.c1252 else if (IsA(node, TransactionStmt)) in send_to_where()
1261 if (is_read_write((TransactionStmt *)node)) in send_to_where()
1554 TransactionStmt *stmt; in is_start_transaction_query()
1556 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1559 stmt = (TransactionStmt *)node; in is_start_transaction_query()
1566 bool is_read_write(TransactionStmt *node) in is_read_write()
1600 bool is_serializable(TransactionStmt *node) in is_serializable()
1638 if (((TransactionStmt *)node)->kind == TRANS_STMT_SAVEPOINT || in is_savepoint_query()
1639 ((TransactionStmt *)node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1640 ((TransactionStmt *)node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/context/
H A Dpool_query_context.c1279 else if (IsA(node, TransactionStmt)) in send_to_where()
1290 if (is_read_write((TransactionStmt *) node)) in send_to_where()
1600 TransactionStmt *stmt; in is_start_transaction_query()
1602 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1605 stmt = (TransactionStmt *) node; in is_start_transaction_query()
1613 is_read_write(TransactionStmt *node) in is_read_write()
1650 is_serializable(TransactionStmt *node) in is_serializable()
1691 if (((TransactionStmt *) node)->kind == TRANS_STMT_SAVEPOINT || in is_savepoint_query()
1692 ((TransactionStmt *) node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1693 ((TransactionStmt *) node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
[all …]
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/context/
H A Dpool_query_context.c1254 else if (IsA(node, TransactionStmt)) in send_to_where()
1263 if (is_read_write((TransactionStmt *)node)) in send_to_where()
1556 TransactionStmt *stmt; in is_start_transaction_query()
1558 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1561 stmt = (TransactionStmt *)node; in is_start_transaction_query()
1568 bool is_read_write(TransactionStmt *node) in is_read_write()
1602 bool is_serializable(TransactionStmt *node) in is_serializable()
1640 if (((TransactionStmt *)node)->kind == TRANS_STMT_SAVEPOINT || in is_savepoint_query()
1641 ((TransactionStmt *)node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1642 ((TransactionStmt *)node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/context/
H A Dpool_query_context.c1340 else if (IsA(node, TransactionStmt)) in send_to_where()
1351 if (is_read_write((TransactionStmt *) node)) in send_to_where()
1664 TransactionStmt *stmt; in is_start_transaction_query()
1666 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1669 stmt = (TransactionStmt *) node; in is_start_transaction_query()
1677 is_read_write(TransactionStmt *node) in is_read_write()
1714 is_serializable(TransactionStmt *node) in is_serializable()
1756 ((TransactionStmt *) node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1757 ((TransactionStmt *) node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
1769 if (((TransactionStmt *) node)->kind == TRANS_STMT_PREPARE || in is_2pc_transaction_query()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/context/
H A Dpool_query_context.c1346 else if (IsA(node, TransactionStmt)) in send_to_where()
1357 if (is_read_write((TransactionStmt *) node)) in send_to_where()
1670 TransactionStmt *stmt; in is_start_transaction_query()
1672 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1675 stmt = (TransactionStmt *) node; in is_start_transaction_query()
1683 is_read_write(TransactionStmt *node) in is_read_write()
1720 is_serializable(TransactionStmt *node) in is_serializable()
1762 ((TransactionStmt *) node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1763 ((TransactionStmt *) node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
1775 if (((TransactionStmt *) node)->kind == TRANS_STMT_PREPARE || in is_2pc_transaction_query()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/context/
H A Dpool_query_context.c1288 else if (IsA(node, TransactionStmt)) in send_to_where()
1299 if (is_read_write((TransactionStmt *) node)) in send_to_where()
1612 TransactionStmt *stmt; in is_start_transaction_query()
1614 if (node == NULL || !IsA(node, TransactionStmt)) in is_start_transaction_query()
1617 stmt = (TransactionStmt *) node; in is_start_transaction_query()
1625 is_read_write(TransactionStmt *node) in is_read_write()
1662 is_serializable(TransactionStmt *node) in is_serializable()
1703 if (((TransactionStmt *) node)->kind == TRANS_STMT_SAVEPOINT || in is_savepoint_query()
1704 ((TransactionStmt *) node)->kind == TRANS_STMT_ROLLBACK_TO || in is_savepoint_query()
1705 ((TransactionStmt *) node)->kind == TRANS_STMT_RELEASE) in is_savepoint_query()
[all …]
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/context/
H A Dpool_query_context.h105 extern bool is_read_write(TransactionStmt *node);
106 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/context/
H A Dpool_query_context.h114 extern bool is_read_write(TransactionStmt *node);
115 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/context/
H A Dpool_query_context.h114 extern bool is_read_write(TransactionStmt *node);
115 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/context/
H A Dpool_query_context.h105 extern bool is_read_write(TransactionStmt *node);
106 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/context/
H A Dpool_query_context.h114 extern bool is_read_write(TransactionStmt *node);
115 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/context/
H A Dpool_query_context.h114 extern bool is_read_write(TransactionStmt *node);
115 extern bool is_serializable(TransactionStmt *node);
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/protocol/
H A DCommandComplete.c311 else if (IsA(node, TransactionStmt)) in handle_query_context()
313 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/protocol/
H A DCommandComplete.c295 else if (IsA(node, TransactionStmt)) in handle_query_context()
297 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/protocol/
H A DCommandComplete.c294 else if (IsA(node, TransactionStmt)) in handle_query_context()
296 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/protocol/
H A DCommandComplete.c311 else if (IsA(node, TransactionStmt)) in handle_query_context()
313 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/protocol/
H A DCommandComplete.c312 else if (IsA(node, TransactionStmt)) in handle_query_context()
314 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/protocol/
H A DCommandComplete.c312 else if (IsA(node, TransactionStmt)) in handle_query_context()
314 TransactionStmt *stmt = (TransactionStmt *) node; in handle_query_context()
/dports/databases/py-pglast/pglast-1.2/docs/
H A Ddml.rst301 .. index:: TransactionStmt
305 …Pretty print a `node` of type `TransactionStmt <https://github.com/lfittl/libpg_query/blob/d710cb0…
308 pair: TransactionStmt;DefElem
312 …c/postgres/include/nodes/parsenodes.h#L715>`__, when it is inside a `TransactionStmt <https://gith…
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/tcop/
H A Dpostgres.c1120 if (IsA(parsetree, TransactionStmt)) in exec_simple_query()
2499 if (parsetree && IsA(parsetree, TransactionStmt)) in IsTransactionExitStmt()
2501 TransactionStmt *stmt = (TransactionStmt *) parsetree; in IsTransactionExitStmt()
2547 IsA(query->utilityStmt, TransactionStmt)) in IsTransactionStmtList()
2550 else if (IsA(stmt, TransactionStmt)) in IsTransactionStmtList()

12345678910>>...27