Reindex without locking postgres

Rebuild a bloated index online; note: must run outside a transaction

REINDEX INDEX CONCURRENTLY <name>; -- note: cannot run inside a transaction block
more postgres all 29 commands →