PostgreSQL requires functions in index predicates to be immutable.
The NOW() function is not immutable, so we simplify the index to
just order by received_at DESC without the WHERE clause.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>