storj/storage
paul cannon bbdb351e5e all: use jackc/pgx in place of lib/pq
What:

Use the github.com/jackc/pgx postgresql driver in place of
github.com/lib/pq.

Why:

github.com/lib/pq has some problems with error handling and context
cancellations (i.e. it might even issue queries or DML statements more
than once! see https://github.com/lib/pq/issues/939). The
github.com/jackx/pgx library appears not to have these problems, and
also appears to be better engineered and implemented (in particular, it
doesn't use "exceptions by panic"). It should also give us some
performance improvements in some cases, and even more so if we can use
it directly instead of going through the database/sql layer.

Change-Id: Ia696d220f340a097dee9550a312d37de14ed2044
2020-07-13 15:54:41 +00:00
..
boltdb storage: support monkit traces of limit exceeded 2020-07-06 15:14:02 +00:00
cockroachkv all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
filestore storagenode/gracefulexit: added deletion of all files left in storage/blobs/satellite after successful GE 2020-07-08 14:38:31 +03:00
postgreskv all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
redis storage: support monkit traces of limit exceeded 2020-07-06 15:14:02 +00:00
storelogger satellite/metainfo,storage: use different limit for metainfo loop 2020-05-05 10:37:20 +00:00
teststore storage: support monkit traces of limit exceeded 2020-07-06 15:14:02 +00:00
testsuite storage: support monkit traces of limit exceeded 2020-07-06 15:14:02 +00:00
blob.go storagenode/gracefulexit: added deletion of all files left in storage/blobs/satellite after successful GE 2020-07-08 14:38:31 +03:00
common.go storage: support monkit traces of limit exceeded 2020-07-06 15:14:02 +00:00
listkeys.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00
listv2.go satellite/metainfo: avoid temporary list 2020-04-15 08:01:42 +00:00
util.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00