Jack Christensen
01afb57c8a
Merge branch 'manniwood-add-char'
2016-09-24 11:42:17 -05:00
Manni Wood
3e6ecda14d
Merge branch 'master' into add-char
2016-09-24 01:11:16 -04:00
Jack Christensen
bcfb1f4d7c
Use pointer for decimal.Decimal
...
Fix breakage caused by 54efccb61ffe0a31b6a1908bdc8a35f491da01ea in
https://github.com/shopspring/decimal
2016-09-22 08:56:46 -05:00
Jack Christensen
b1a77cfa31
And another dependency for travis
2016-09-22 08:38:16 -05:00
Jack Christensen
dd7d777682
Fetch another dependency for travis
2016-09-22 08:32:54 -05:00
Jack Christensen
2ccec0026e
go get test dependencies on travis
2016-09-22 07:51:47 -05:00
Jack Christensen
79acbeac0e
Tweak test for better travis compat.
2016-09-22 07:47:28 -05:00
Jack Christensen
f5b269d56a
Update Go versions on Travis
2016-09-22 07:37:18 -05:00
Manni Wood
256cbf0010
Adds example column to pgx.Char doc
2016-09-19 20:48:31 -04:00
Manni Wood
88ac6ff200
Reformats "char" comment a bit
2016-09-19 20:43:03 -04:00
Manni Wood
94203a55ad
Adds same comment fix about binary settings as on master
2016-09-19 20:40:13 -04:00
Jack Christensen
ca28687b64
Merge branch 'manniwood-add-tid'
2016-09-19 07:55:24 -05:00
Jack Christensen
aabb77b0d7
Merge branch 'add-tid' of git://github.com/manniwood/pgx into manniwood-add-tid
2016-09-19 07:49:09 -05:00
Jack Christensen
cd21fd9035
Fix missing documentation
...
fixes #177
2016-09-19 07:47:16 -05:00
Manni Wood
818dcbf2b6
Adds "char" type
2016-09-17 23:11:59 -04:00
Jack Christensen
42000c1220
Merge branch 'manniwood-add-cid'
2016-09-15 11:38:01 -05:00
Jack Christensen
59305e9711
Merge branch 'add-cid' of git://github.com/manniwood/pgx into manniwood-add-cid
2016-09-15 11:36:34 -05:00
Jack Christensen
74172bd01a
Merge branch 'manniwood-add-xid'
2016-09-12 08:56:06 -05:00
Manni Wood
00bd3062e0
Figures out tid binary wire formatting
2016-09-11 17:33:34 -04:00
Manni Wood
72084ad1b5
Gets Tid parsing working
2016-09-11 10:02:27 -04:00
Manni Wood
55bd3a9134
Adds binary tid decode
2016-09-10 20:37:02 -04:00
Manni Wood
f49b92d5a8
Fixes typo
2016-09-10 19:47:51 -04:00
Manni Wood
cba72d47c5
Fixes typo
2016-09-10 19:44:33 -04:00
Manni Wood
57b3037e96
Adds tid oid
2016-09-10 14:49:39 -04:00
Manni Wood
60ab3403ab
Adds Cid/NullCid type
2016-09-05 12:15:34 -04:00
Manni Wood
7adabc9b93
Improves documentation of Xid type
2016-09-05 10:59:24 -04:00
Manni Wood
30d16e722e
Merge branch 'master' into add-xid
2016-09-05 10:24:10 -04:00
Jack Christensen
0c7277fe15
Update changelog
2016-09-05 08:08:39 -05:00
Manni Wood
074bcd7139
Adds docs for Oid type.
2016-09-03 18:30:36 -04:00
Manni Wood
99bfc154f0
Makes Oid casting consistent
...
Also fixes uint32 encoding in a few places.
2016-09-03 18:19:33 -04:00
Manni Wood
1061b1f978
Adds Xid type
2016-09-03 18:04:55 -04:00
Manni Wood
7dbfd4bf4b
Switches oid to uint32
2016-09-01 22:55:18 -04:00
Jack Christensen
c187a779c0
Merge pull request #173 from mhamrle/cleanup
...
Cleanups
2016-08-31 07:53:30 -05:00
Martin Hamrle
9f6b99e332
Cleanups
...
Cleanups suggested by gometalinter tools.
2016-08-30 20:05:44 +02:00
Jack Christensen
2508faa9ce
Release 2.9.0
v2.9.0
2016-08-26 07:39:15 -05:00
Jack Christensen
32862d9bf8
Update versioning policy
2016-08-26 07:38:12 -05:00
Jack Christensen
1c89f2f680
Merge pull request #169 from manniwood/update-test-doc
...
Updates test instructions in README
2016-08-26 07:20:18 -05:00
Manni Wood
9ce81d7ab7
Updates test instructions in README
...
Lets the user know about extra packages
that need to be installed for the tests to run,
and that connection_settings_test.go.example
has been renamed to conn_config_test.go.example.
2016-08-21 14:22:32 -04:00
Jack Christensen
b2dd61515c
Merge pull request #168 from mostafah/fix-minor-typo
...
Fix minor documentation mistake: s/slice/null/
2016-08-10 22:39:41 -05:00
Mostafa Hajizadeh
7a2738f9f2
Fix minor documentation mistake: s/slice/null/
2016-08-11 08:06:58 +04:30
Jack Christensen
cfb0304ab0
Fix typos
2016-08-10 16:28:29 -05:00
Jack Christensen
5f7d01778e
Add CopyTo to support PostgreSQL copy protocol
...
fixes #102
2016-08-10 16:27:44 -05:00
Jack Christensen
bb73d84279
Remove unnecessary buf from msgReader
...
Replace with bufio.Reader.Peek for short sizes
2016-08-08 17:01:01 -05:00
Jack Christensen
7e43eca3d3
Remove one allocation per pool query
2016-08-08 16:31:01 -05:00
Jack Christensen
09f1ca5b00
Fix LogLevelFromString doc formatting
2016-08-02 14:53:10 -05:00
Jack Christensen
b3eed3cce0
Merge pull request #167 from Michael77/patch-1
...
Update README.md
2016-08-01 13:19:42 -05:00
Michael77
0a7d8f738e
Update README.md
2016-08-01 08:40:50 -07:00
Jack Christensen
558d5550cf
Update changelog for ConnPool.Acquire Dialer timeout improvements
2016-07-15 14:51:40 -05:00
Jack Christensen
ecf158b086
Track and check number of in-progress acquires
2016-07-15 14:46:50 -05:00
Jack Christensen
7477020000
Test ConnPool non-blocking connections locally
...
- instead of hitting microsoft.com
2016-07-15 14:45:02 -05:00