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 f65922297d fix abysmal postgresql performance in getSortedSetsMembers (#8030)
* refactor postgres upgrade function to use async

* add function wrapper for getting the elements of a sorted set to avoid postgres planning the query with a nested sequential scan

* fix fatal(?!) lint errors

* add missing await

* bump PostgreSQL version on Travis CI to one that isn't over 3 years out of date
5 years ago
..
sorted feat: test psql without defineProperty (#7815) 6 years ago
connection.js fix: #7892, handle string 'true'/'false' 6 years ago
hash.js feat: test psql without defineProperty (#7815) 6 years ago
helpers.js Async refactor in place (#7736) 6 years ago
list.js feat: test psql without defineProperty (#7815) 6 years ago
main.js feat: test psql without defineProperty (#7815) 6 years ago
pubsub.js fix: redis pubsub not being required correctly 6 years ago
sets.js fix: #7842, groups.invite works with an array of uids 6 years ago
sorted.js fix abysmal postgresql performance in getSortedSetsMembers (#8030) 5 years ago
transaction.js feat: test psql without defineProperty (#7815) 6 years ago