Files
NodeBB/src/upgrades
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.
2018-08-08 15:13:48 -04:00
..
2017-07-11 19:18:47 -04:00
2018-08-08 15:13:48 -04:00
2017-06-02 11:16:28 -04:00
2017-07-06 15:42:40 -04:00
2017-10-30 17:07:51 -04:00
2018-01-19 13:00:10 -05:00
2017-11-15 21:35:10 -05:00
2018-04-24 13:26:08 -04:00
2018-02-28 17:38:31 -05:00
2018-03-15 15:42:20 -04:00
2017-12-04 15:49:44 -05:00