Andrew

Results 4 issues of Andrew

### What problem does this PR solve? Issue Number: close #37035 Problem Summary: ### What is changed and how it works? Add new scalar function `current_tso()` ### Check List Tests...

size/XXL
do-not-merge/release-note-label-needed

## Enhancement We can only use `show variables like 'tidb_current_ts'` to retrive current tso, can we add scalar function like `current_tso()` for common use.

type/enhancement

When open vim,we should always set im to default

## Description Boolean type display error。 ## Your environment When I use pgcli connect to OpenGaussDB,boolean type always show false。 ```sql create table t2(a int,b boolean); insert into t2 values(1,false);...