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
..
1.0.0 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.1.0 closes #5802 8 years ago
1.1.1 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.2.0 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.3.0 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.4.0 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.4.4 removing jslint directive at top of upgrade scripts @pitaj 8 years ago
1.4.6 PostgreSQL database driver (#5861) 7 years ago
1.5.0 Merge pull request #5632 from NodeBB/fix-5631 8 years ago
1.5.1 made upgrade script log verbose 8 years ago
1.5.2 fixes #5790 8 years ago
1.6.0 fix upgrade script changing brand:logo to absolute path 8 years ago
1.6.2 add new zset 8 years ago
1.7.0 @pitaj wut 7 years ago
1.7.1 Notification delivery (#6072) 8 years ago
1.7.3 handle missing config.json 7 years ago
1.7.4 moved 1.8.0 upgrade scripts to 1.7.4 where they were actually released 7 years ago
1.7.6 revising minimum password strength to be 1 instead of 0 7 years ago
1.8.0 closes #6258 7 years ago
1.8.1 Squashed commit of the following: 7 years ago
1.9.0 upload script for #6455, @psychobunny 7 years ago
1.10.0 this upgrade script was written in 2018, not 2017, heh 7 years ago
TEMPLATE Misc fixes and improvements (#6143) 8 years ago