-
## Steps to reproduce
Sometimes after fresh deployment to Deno Deploy my API is stucked with error `relation "..." does not exist`
I do nothing and after some time without any changes in code an…
w7it updated
4 months ago
-
After the recent transactions number bump on mainnet and upgrading the hardware spec of our database instances I see that some of the account cannot get their transactions list anymore:
[https://expl…
-
I'm running a local postgres in docker and getting an error when I try to run to run a `atlas schema diff`.
```
Error: materialized view "table_name" was not found in schema "public"
```
CMD:
…
-
Presently, when attempting to connect to `glaredb` over the postgres protocol with the psycopg2 python module, unless `connection.autocommit = True`, psycopg2 will attempt to wrap all cursor operation…
-
### Self-Hosted Version
Sentry 10.1.0.dev0
### CPU Architecture
x86_64
### Docker Version
Docker version 27.3.1, build ce12230
### Docker Compose Version
docker-compose version 1.29.2, build 5b…
-
In consumption/replenishment/adjustment views, add CROSS JOIN:
```sql
(SELECT item.id AS item_id, store.id AS store_id FROM item CROSS JOIN store) as items_and_stores
```
Think it might be be…
-
#### Describe the task
Using Postgres as the session store has the disadvantage of generating a lot of transactions, and a lot of work for our database in general.
This makes our wal files large and …
-
Hi.
Thanks for your work.
I based your role on a major upgrade of postgres and would like to share some of the cases I encountered.
1) Patroni precheck https://github.com/vitabaks/postgresql_clu…
-
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- Installer
##### SUMMARY
During the installation via : ansible-playbook -i inventory install.yml , it fails during Postgres upgrade (fr…
-
MySQL (and in fact Postgres too) support checkpointing within a transaction. This allows for an elegant mechanism for representing nested transactions.
http://dev.mysql.com/doc/refman/5.0/en/savepoin…