A project to master database transaction management and isolation levels in PostgreSQL by investigating and reproducing ACID anomalies including Lost Update, Non-Repeatable Reads, Phantom Reads, and Deadlocks.
sql transactions acid concurrency-control transaction-management serializable isolation-levels postegresql database-locking read-committed repeatable-read
-
Updated
Mar 17, 2026 - PLpgSQL