Commit 5ff79f3
feat: upgrade postgresql from 16 to 18 (#380)
* fix: suppress act() warnings and unhandled rejections in tests
Configure testing-library for React 18+ and suppress harmless act()
warnings that occur due to async state updates completing after test cleanup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: upgrade postgresql from 16 to 18
Upgrade devcontainer database to PostgreSQL 18.1 (released Sept 2025).
Key benefits:
- 3x performance with new Async I/O subsystem
- UUIDv7 function for timestamp-ordered UUIDs
- Virtual generated columns
- Skip scan on multicolumn B-tree indexes
- OAuth 2.0 authentication support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent ea209d6 commit 5ff79f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments