mirror of
https://github.com/johndoe6345789/postgres.git
synced 2026-04-25 14:25:06 +00:00
- Add index-management feature to features.json - Create /api/admin/indexes endpoint (GET, POST, DELETE) - Build IndexManagerTab component for managing indexes - Add support for BTREE, HASH, GIN, GIST, BRIN index types - Add unique index creation option - Add multi-column index support - Create comprehensive integration tests (30+ tests) - Add getIndexTypes utility function - Update navigation to include Index Manager - Add SQL injection prevention for all operations Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>