- Configurable base image via the
pg_docker_image_nameini option (set inpyproject.toml) - Removed
pg_11,pg_12,pg_13fixtures — PostgreSQL 11/12/13 are end-of-life
- Time calculation fix
- Add
pg_18fixture - Updated README, dropped python 3.9 support, added python 3.14 support
- Add
pg_17fixture
- Override docker host with env variable
- Override docker host with env variable
- Pin version of
urllib3(see for more details) - Add
pg_15fixture
- Disable jit by default
- Set bgwriter_lru_maxpages
- Ditch logging because it seems to be useless
- Move volume to tmpfs
- Volumes used to remain after running test consuming disk space
- Disable fsync, full_page_writes, synchronous_commit to speedup the tests
- Add typing marker, mypy. Run tests in CI
- Fix is_ready based on psycopg2
- Add all recent major versions of PG
- Fix is_postgres_ready usage
- Fix uuid generation
- Follow pytest guide for plugins
- A first version