All notable changes to the "vscode-postgres" extension will be documented in this file.
- Schema support to table nodes and capitalized table names by @jgoday
- Code Completion: grouped fields of the same data type together and show all the tables/views they belong to in a list
- Status bar text when connection is not labelled
- Display label for postgres connections by @peterbam
- Rename command for display label
- Show "Run Query" command errors using notifications
- Support for DB Views in the database explorer and code completion
- Support for custom activity bar
- Connection button, now properly asks for the connection instead of the database.
- Syntax highlighting
- Connection aware code completion (keywords, functions, tables, and fields)
- In-line error detection powered by EXPLAIN (one error per query in editor)
- Basic function signature support (connection aware)
- Repository link
- Output Console Name for Language Service
- Ability to save results to JSON, XML, or CSV.
- Initial release