Vladimir Rachkin

Results 3 issues of Vladimir Rachkin

Cherry pick https://github.com/yezzey-gp/ygp/commit/1d4123048fbf5482c636eb193876d517edaaae81 ### Change logs Add "Rows out" print in cdbexplain_showExecStats ``` create table tt (a int, b int) with(parallel_workers=2) distributed by (a); insert into tt select * from...

cherry-pick

# Extension TRY_CONVERT adds function TRY_CONVERT TRY_CONVERT was made to use like [TRY_CAST from SQL-Server](https://learn.microsoft.com/ru-ru/sql/t-sql/functions/try-cast-transact-sql?view=sql-server-ver16) Due polymorphism have strange signature (some_type, anyelement) -> anyelement First parament is SOURCE_VALUE Second parameter...

Cherry pick of https://github.com/robozmey/gpdb/commit/4b05cbf796eac2d40f6f8233c3a6e6f1144458ee Dumps content of CdbExplain_NodeSummary into Node descriprion in EXPLAIN ANALYZE `drop table if exists tt; create table tt (a int, b int) with(parallel_workers=2) distributed by (a);`...