docbrown/app
Jamie Gaskins 32a1ac6185
Put the user id filter inside the CTEs (#13856)
* Put the user id filter inside the CTEs

One thing I forgot about Postgres CTEs is that they materialize the
entire CTE and the top-level query filters _that_.

* Use the correct column name
2021-05-25 18:11:36 -04:00
..
assets Add error handling to clipboard promise - post editor (#13798) 2021-05-20 09:46:37 -06:00
black_box Remove <provider>_created_at columns (#13264) 2021-04-29 10:24:16 -05:00
controllers Extract tag stories to tag articles controller (#13457) 2021-05-24 13:44:43 -04:00
decorators Expand @-mention functionality to posts (#13367) 2021-05-12 07:33:33 -07:00
errors Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
helpers Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
javascript Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
lib Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
liquid_tags Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
mailers Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
models Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
policies Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
queries Have specs run without Redis and refactor ConsumerApp and Device (#13647) 2021-05-07 08:03:16 +02:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Remove unused attributes from markdown parser (#13484) 2021-04-27 09:33:01 -04:00
serializers Cleanup search classes and serializers (#13645) 2021-05-05 09:20:59 -04:00
services [15-min-fix] Add option for triple tildes for fenced codeblocks (#13810) 2021-05-24 14:19:04 -04:00
uploaders Change frame limit to match imgproxy (#13265) 2021-04-06 12:28:50 +02:00
validators [15 min fix] Enforce an upper limit for articles.body_markdown (#13418) 2021-04-16 20:20:11 +02:00
view_objects Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
views Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
workers Put the user id filter inside the CTEs (#13856) 2021-05-25 18:11:36 -04:00