-
I ran into the `type "tstzrange" does not exist` error when I init table with pg-mem.
It looks like [range of timestamp type](https://www.postgresql.org/docs/9.3/rangetypes.html) is not implemente…
-
Jira Link: [DB-2843](https://yugabyte.atlassian.net/browse/DB-2843)
### Description
```
$ cd ~/code/yugabyte-db
$ git checkout 226465305d7db859424e06178723b445b6bf964c
$ ./yb_build.sh release
$ …
def- updated
11 months ago
-
Is there any plan to support different isolation levels? If not this is probably easy to add :)
ghost updated
3 years ago
-
Getting a lot of temporary files created for the SQL statement in the attached file (work_mem is set to 1GB) and I'm trying to pin down where this code is coming from (pg_stat_statements shows:
use…
-
In the json output created by:
`pgmetrics --no-password --format=json`
All of the setting values are stored as strings in the JSON output:
```
"maintenance_work_mem": {
"setting":…
-
This is more of a question than anything - but was there support for using migrations using one of the adapters?
I was trying something like the below
Folder structure
- migrations/init.sql
- …
-
I am trying to run `bucardo add table users` after adding the databases. I am getting the following error while adding the tables:
> DBD::Pg::st execute failed: ERROR: install_driver(Pg) failed: C…
-
Hi, I've recently found this package which looks extremely promising for upgrading our development environments from Postgres 15 to Postgres 16.
I'm trying to attempt the one-shot upgrade of a larg…
-
I am looking into using pg-mem for some integration testing of my FastAPI + SQL Alchemy code.
It looks like the majority of this uses TypeScript, which obviously is not Python.
This request is j…
-
Jira Link: [DB-7312](https://yugabyte.atlassian.net/browse/DB-7312)
### Description
Please refer to commit 82003085aea65aa724d7e950e73dbc364b4000ee. If you uncomment `test: yb-lock-status` in `yb_pg…