Files
NodeBB/src
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
..
2018-06-16 05:32:17 -04:00
2018-07-06 13:00:18 -04:00
2018-05-02 13:49:08 -04:00
2018-07-27 12:48:15 -04:00
2018-07-17 15:55:41 -04:00
2018-07-24 16:05:05 -04:00
2018-02-17 14:35:02 -05:00
2018-06-13 11:43:51 -04:00
2018-06-03 14:37:23 -04:00
2018-06-11 16:45:25 -04:00
2017-05-26 18:34:45 -04:00
2018-07-31 14:26:17 -04:00
2018-07-27 13:10:52 -04:00
2018-07-27 14:27:23 -04:00
2018-08-08 15:13:48 -04:00
2017-05-10 21:46:11 -04:00
2017-02-18 02:30:48 -07:00
2018-07-15 00:12:37 -06:00
2017-02-18 02:30:48 -07:00
2018-06-15 11:33:59 -04:00
2018-06-03 14:54:25 -04:00
2018-03-02 13:15:39 -05:00
2017-02-18 02:30:48 -07:00
2018-03-21 10:09:09 -04:00
2018-08-08 15:13:48 -04:00
2018-02-12 17:12:24 -05:00
2018-05-31 15:05:12 -04:00
2017-05-31 16:24:23 -06:00
2018-05-30 16:29:44 -04:00
2018-01-26 18:56:17 -05:00
2018-06-27 15:12:02 -04:00
2018-06-08 16:01:33 -04:00
2018-06-29 15:50:19 -04:00
2018-06-08 16:01:33 -04:00
2018-08-08 15:13:48 -04:00
2018-07-20 14:34:53 -04:00
2018-04-04 11:39:29 -04:00
2017-05-23 20:43:09 -04:00
2018-06-29 15:50:19 -04:00
2018-06-18 14:37:37 -04:00
2018-02-06 14:34:49 -05:00
2018-06-27 12:15:38 -04:00
2018-08-07 10:33:55 -04:00