133 Commits

Author SHA1 Message Date
treebeardcpu
7ca7515087
README: improve flow and readability
Some grammatical changes, some formatting, some new text.
pgx is an excellent driver and deserves an excellent README :)
2020-03-25 19:59:24 -04:00
Butters
f41e3ab61f
Readme: update pkg paths for pgtype & pgmock
With the big v4 changes, some libraries that were part of pgx were migrated to standalone packages. The readme has been updated to reflect these new import paths, which will help consumers of the old pgtype/pgmock paths fix their own import statements.
2019-10-13 19:27:31 -04:00
Jack Christensen
0e52829a07 Clarify Go module requirement 2019-10-12 11:13:24 -05:00
Luke Abby
7f221e5f75
Remove periods on bullet points. 2019-09-19 20:04:03 -07:00
David Archibald
0fc6545486
Punctuation and word fixes. 2019-09-18 10:52:08 -07:00
Jack Christensen
28ad4873d3 Final v4 doc changes 2019-09-14 20:45:50 -05:00
ferhat elmas
912b2fcc3a Fix some typos 2019-09-04 12:46:50 +02:00
Jack Christensen
246baf2746 Update docs 2019-09-02 11:54:24 -05:00
Jack Christensen
bcea1fcd3f Update README.md 2019-09-02 11:48:48 -05:00
Jack Christensen
61f0710101 Add docs and tests for PgBouncer 2019-08-24 22:12:55 -05:00
Jack Christensen
d9270bbfb6 Add pglogrepl to related projects 2019-08-22 22:50:25 -05:00
Jack Christensen
a7e821c99c Improved example on readme 2019-06-29 14:21:41 -05:00
Jack Christensen
da16226e0a Update docs for first prerelease of v4 2019-06-29 13:59:11 -05:00
Jack Christensen
d40d76c181 Update and simplify test instructions 2019-05-25 10:42:23 -05:00
Jack Christensen
159d82e772 Extract replication to pgxrepl package 2019-05-25 10:24:58 -05:00
Jack Christensen
dd8c63c839 Fix README typo 2019-05-23 14:50:04 -05:00
Jack Christensen
858d00788a Use extracted packages with Go modules 2019-04-05 10:59:47 -05:00
Jack Christensen
c672c0d595 Use environment variables for test configuration 2018-12-30 21:52:33 -06:00
Jack Christensen
db7df79e10 Add domain support
fixes #407
2018-04-07 14:04:16 -05:00
Alexey Palazhchenko
ef4e998ed2
Use Retina-friendly SVG badge 2017-12-07 18:54:46 +03:00
Jack Christensen
82cd87d502 Support nil pointers to value implementing driver.Valuer
fixes #339
2017-10-26 21:37:06 -04:00
Jack Christensen
d51cb880e9 Add more required libs for testing 2017-09-25 10:26:55 -05:00
Manni Wood
668eec13fc Adds go get github.com/pkg/errors to README.md 2017-09-23 12:07:24 -04:00
Jack Christensen
511b90478f Add Travis CI badge 2017-07-28 15:11:09 -05:00
Jack Christensen
e00b151dbc Add source code example 2017-07-28 15:09:56 -05:00
Jack Christensen
a1241d4aa9 Fix typo 2017-07-24 18:10:36 -05:00
Jack Christensen
534ea4a9cb Update README for v3 release 2017-07-24 08:04:01 -05:00
Jack Christensen
2e5f5e0c9d More README tweaks 2017-07-21 16:35:54 -05:00
Jack Christensen
dde965bc9d README updates 2017-07-21 14:19:45 -05:00
Jack Christensen
4d6fe2d5fa Doc updates 2017-07-15 08:41:26 -05:00
Jack Christensen
e2dae9f4ac Fix typo 2017-07-15 08:31:27 -05:00
Jack Christensen
784489d998 Update README.md with v3 2017-06-05 08:54:34 -05:00
Steve Atkins
d2d99eac65 Add godoc.org badge to README.md 2017-05-09 17:42:33 -05:00
Jack Christensen
6c26c3a4a3 Improve replication test reliability
It was failing intermittently when run concurrently.
2017-03-11 11:17:51 -06:00
Jack Christensen
dd0ee5bc6f Remove reference to gopkg.in
It doesn't work with sub-packages and now that Go has vendoring in the standard
build system it is less necessary.

fixes #164
2017-03-02 20:27:06 -06:00
Jack Christensen
f895e970b5 Merge branch 'master' into v3-experimental
* master:
  Tweak replication test setup
  Properly make it a func init()
  The naming really matters
  Fix the syntax
  Properly make the replication tests skippable on 9.5 and below
  I forgot the tests are 9.6+
  One more try for travis
  Valid YAML helps.
  Dont break old postgres
  Try to fix travis
  Add the ability to set all the fields in the constructor
  Start replication now wraps the sql and returns errors properly
  It should all be unsigned.
  Capitalization
  Add replication stop mechanism
  Add basic logical replication protocol support
2017-01-06 15:25:57 -06:00
Jack Christensen
0ee01e0c4a Tweak replication test setup 2017-01-06 15:04:03 -06:00
Kris Wehner
8f5875b7b2 Try to fix travis 2017-01-05 09:50:23 -08:00
Jack Christensen
93e5c68f69 Merge branch 'master' into v3-experimental 2016-12-10 12:21:08 -06:00
Kris Wehner
7bbb1c7307 Add basic logical replication protocol support 2016-12-04 21:35:22 -08:00
Jack Christensen
f8930d614f tricky user does not need superuser 2016-11-23 12:00:48 -06:00
Manni Wood
df033d499f Adds a tricky user to test
This allows us to test aclitem encoding
with tricky SQL identifiers. The user actually
has to exist, or the aclitem will be incorrect.
2016-10-27 21:57:46 -04:00
Jack Christensen
32862d9bf8 Update versioning policy 2016-08-26 07:38:12 -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
5f7d01778e Add CopyTo to support PostgreSQL copy protocol
fixes #102
2016-08-10 16:27:44 -05:00
Jack Christensen
2bf3fac594 Add note to README noting the experimental status of v3 2016-08-02 13:22:09 -05:00
Michael77
0a7d8f738e Update README.md 2016-08-01 08:40:50 -07:00
Jack Christensen
d62da82ab1 Support decoding inet/cidr to net.IP
fixes #137
2016-04-22 16:00:11 -05:00
Alexey Palazhchenko
084a0d6778 Fix typo in README 2016-03-06 18:57:42 +03:00
Jack Christensen
9f9a9779ac Add compatibility with database/sql custom types
Support database/sql.Scanner
Support database/sql/driver.Valuer
2015-12-31 14:46:43 -06:00