Tanzeel Khan
Tanzeel Khan
### Description Babelfish was hashing the constraint name for named table constraints. But no hashing was done for unnamed table constraints, unnamed column constraints or named column constraints. On the...
### Description On transaction boundaries, to prevent pinned portals (cursors) from being dropped, we hold them. Holding a portal internal fetches all the required tuples and stores them in the...
### Description Basic tests performing (forced) heap, sequential and index scan on tables. ### Issues Resolved [NO-JIRA] ### Sign Off Signed-off-by: Tanzeel Khan ### Check List - [x] Commits are...
### Description When database name contains a character which is multi byte encoded in UTF8 then USE DB with that database name throws protocol error in SQLCMD. ``` -- SQL...
### Description Support fixed database role db_accessadmin in babelfish. Member of db_accessadmin can do the following 1. CREATE SCHEMA 2. CREATE/DROP USER 3. ALTER USER 4. They always have connect...
### Description Fix crash inside log_select_dml when called with an empty auditEventStack. `log_select_dml` only logs an event after executing this line. https://github.com/pgaudit/pgaudit/blob/c214a2ead388c89a57254d82ac6be2b5292a0b4d/pgaudit.c#L1148 This expects auditEventStack to be non empty but...