Skip to main content

7 docs tagged with "postgres"

View all tags

CRE-2025-0042

\- Applications using Django with PostgreSQL and psycopg2 may encounter `deadlock detected` errors under concurrent write\-heavy workloads.

CRE-2025-0078

Detects critical SpiceDB database schema failures caused by missing core tables like

CRE-2025-0079

Detects catastrophic SpiceDB database corruption where critical core tables

CRE-2025-0081

Detects critical failures where Temporal Server is unable to perform essential database write

PREQUEL-2025-0028

The Datadog Agent’s *Postgres* integration throws an uncaught Python

PREQUEL-2025-0084

The application encounters errors when PostgreSQL attempts to process strings containing invalid or unsupported Unicode escape sequences. This commonly occurs in applications using psycopg2 to interact with PostgreSQL databases, resulting in queries failing with \"unsupported Unicode escape sequence\" errors. The underlying issue is that PostgreSQL's string parser attempts to interpret escape sequences like '\\uXXXX' according to Unicode standards, but rejects malformed or incomplete sequences.

PREQUEL-2025-0086

An application is attempting to insert or update records in a database table with NULL values