2
0

Update changlog

This commit is contained in:
Jack Christensen
2016-10-01 11:06:15 -05:00
parent f7b6b3f077
commit ed2ab0a129
+10 -1
View File
@@ -2,7 +2,16 @@
## Fixes
* Oid underlying type changed to uint32, previously it was incorrectly int32
* Oid underlying type changed to uint32, previously it was incorrectly int32 (Manni Wood)
## Features
* Add xid type support (Manni Wood)
* Add cid type support (Manni Wood)
* Add tid type support (Manni Wood)
* Add "char" type support (Manni Wood)
* Add NullOid type (Manni Wood)
* Add json/jsonb binary support to allow use with CopyTo
# 2.9.0 (August 26, 2016)