Commit Graph

96 Commits (1e15bdc8748315a89e4359ba0d3a2ffab1df1985)

Author SHA1 Message Date
Jack Christensen 927a15124e Update supported versions 2021-02-13 10:59:00 -06:00
Jack Christensen 0cbbf55dde Fix typo 2020-12-12 08:28:55 -06:00
Jack Christensen 5b498c4529 Link to https://github.com/georgysavva/scany
refs #788
2020-07-13 07:18:36 -05:00
Jack Christensen 0d82849554 Link directly to geeting started guide 2020-05-16 10:50:30 -05:00
Jack Christensen 173227a6e3 Link to wiki from README. 2020-05-16 10:10:07 -05:00
Jack Christensen e3519cfd75 Document supported versions 2020-05-09 10:24:58 -05:00
Dmitriy 830193dc36
Small typo fixed 2020-04-29 22:23:46 -07:00
Felix Geisendörfer 23a4edc0d7
Fix typo in readme 2020-04-28 11:33:33 +02:00
Benjamin Kurczyk e6e888b15c
Fix of Link in Readme
The Link to "tern" is wrong. This fixes it
2020-03-31 15:34:56 +02:00
Jack Christensen 27a069cea3 List pgerrcode in related libraries 2020-03-30 15:09:40 -05:00
Jack Christensen 14062fd19f Link to related libraries 2020-03-30 15:08:35 -05:00
Jack Christensen fef3ffc391 Link to pkg.go.dev instead of godoc.org
This is a big improvement because it can directly link to the v4 docs
instead of the pre-modules v3. The badge should be changed once the new
pkg.go.dev badge is available.
2020-03-25 20:24:20 -05:00
Jack Christensen 1dc45f1fa0 README.md tweaks 2020-03-25 20:23:04 -05:00
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