Leo x.m. Zeng

Results 7 issues of Leo x.m. Zeng

```shell [postgres@halo-centos-8-release contrib]$ ls adminpack bloom citext dict_int fuzzystrmatch intagg jsonb_plpython Makefile passwordcheck pg_freespacemap pgstattuple postgres_fdw spi tcn unaccent amcheck bool_plperl contrib-global.mk dict_xsyn hstore intarray lo oid2name pg_buffercache pg_prewarm pg_surgery...

## Bug Report 嵌套函数计算存在问题,结果和oracle不相等 oracle: ![image](https://github.com/IvorySQL/IvorySQL/assets/69310610/b7781867-ef45-4937-bda7-e47df6413112) IvorySQL : ![image](https://github.com/IvorySQL/IvorySQL/assets/69310610/89fa138e-1585-4f54-9c3c-265d6068c75a) ### IvorySQL Version 3.0 ### OS Version (uname -a) Linux halo-centos-8-release 4.18.0-305.3.1.el8.x86_64 #1 SMP Tue Jun 1 16:14:33 UTC 2021 x86_64...

bug

## Feature Request INSERT INTO table_name VALUES rowtype_var RETURNING column INTO var; **Describe the feature you'd like to propose:** test sql: ```plsql create table table_test(a int, b int, c int,d...

enhancement

### Current Behavior ```plpgsql postgres=# create extension pg_duckdb; WARNING: To actually execute queries using DuckDB you need to run "SET duckdb.execution TO true;" CREATE EXTENSION postgres=# SET duckdb.execution TO true;...

bug

### What happens? When "Set Returning Function" as a FORM clause. How can we distinguish between DuckDB execution and PG execution? I can't think of a solution yet. ```plpgsql test=#...