1.0.2 - 2020-06-21
- Allow backups to include table and id sequence
- Allow development containers to specify Postgres version and extension version
1.0.1 - 2018-07-18
Important fixes
- Testing files run via Travis
- Uninstall files
- Necessary migration files
- Use prefixed runtime settings (PostgreSQL only allows custom settings in this way)
- Additional README clarifications by @oetiker
- Allow
audit.log
data to bepg_dump
'ed
1.0.0 - 2017-09-12
Initial fork
- JSONB minus operators to determine diffs
- Documentation
- Converted to PGXN-compatble extension
- Use JSON instead of HSTORE
- Renamed
event_id
toid
- Added columns
application_name
andapplication_user
that are populated via configurable runtime settings.