8 Commits (4df9c206fbcd04ef2ad5a49ae46e5c3b6e63863a)

Author SHA1 Message Date
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
Barış Soner Uşaklı 14914b7610 handle missing config.json 7 years ago
Peter Jaszkowiak dfbb96d47b Remove require.main.require 8 years ago
Julian Lam db4fdbaebe removing jslint directive at top of upgrade scripts @pitaj 8 years ago
barisusakli 2ab028a4bc update upgrade script to use batch 8 years ago
Julian Lam e5f7eed8ec adding progress bar to session deletion upgrade script 8 years ago
barisusakli 56ba08f17e fix require path 8 years ago
Julian Lam 542cf1a982 Merge remote-tracking branch 'origin/master' into develop 8 years ago