You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Lubar 33228bb7fe PostgreSQL database driver (#5861)
* [test/database/list] Fix test list 4 being used in two different tests

* [database/postgres] PostgreSQL database driver

* [database/postgres] Make transactions work based on continuation scope.

* [database/postgres] Implement nested transactions

* eslint --fix

* Add database changes from earlier this week to the PostgreSQL driver.

* Fix typo

* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN

* [database/postgres] Fix sortedSetsCard returning an array of strings.

* Update socket.io postgres adapter

* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.

Add a test case to catch this error.

* Fix lint errors.

* Only prune sessions on one instance in a cluster to avoid deadlocks.

They're caught and handled by the database server, but they spam the logs.

* Fix arguments.slice.
7 years ago
..
ar Latest translations and fallbacks 7 years ago
bg Latest translations and fallbacks 7 years ago
bn Latest translations and fallbacks 7 years ago
cs Latest translations and fallbacks 7 years ago
da Latest translations and fallbacks 7 years ago
de Latest translations and fallbacks 7 years ago
el Latest translations and fallbacks 7 years ago
en-GB PostgreSQL database driver (#5861) 7 years ago
en-US Latest translations and fallbacks 7 years ago
en-x-pirate Latest translations and fallbacks 7 years ago
es Latest translations and fallbacks 7 years ago
et Latest translations and fallbacks 7 years ago
fa-IR Latest translations and fallbacks 7 years ago
fi Latest translations and fallbacks 7 years ago
fr Latest translations and fallbacks 7 years ago
gl Latest translations and fallbacks 7 years ago
he Latest translations and fallbacks 7 years ago
hr Latest translations and fallbacks 7 years ago
hu Latest translations and fallbacks 7 years ago
id Latest translations and fallbacks 7 years ago
it Latest translations and fallbacks 7 years ago
ja Latest translations and fallbacks 7 years ago
ko Latest translations and fallbacks 7 years ago
lt Latest translations and fallbacks 7 years ago
ms Latest translations and fallbacks 7 years ago
nb Latest translations and fallbacks 7 years ago
nl Latest translations and fallbacks 7 years ago
pl Latest translations and fallbacks 7 years ago
pt-BR Latest translations and fallbacks 7 years ago
pt-PT Latest translations and fallbacks 7 years ago
ro Latest translations and fallbacks 7 years ago
ru Latest translations and fallbacks 7 years ago
rw Latest translations and fallbacks 7 years ago
sc Latest translations and fallbacks 7 years ago
sk Latest translations and fallbacks 7 years ago
sl Latest translations and fallbacks 7 years ago
sr Latest translations and fallbacks 7 years ago
sv Latest translations and fallbacks 7 years ago
th Latest translations and fallbacks 7 years ago
tr Latest translations and fallbacks 7 years ago
uk Latest translations and fallbacks 7 years ago
vi Latest translations and fallbacks 7 years ago
zh-CN Latest translations and fallbacks 7 years ago
zh-TW Latest translations and fallbacks 7 years ago
TODO default language, en 12 years ago