All notable changes to the "vscode-pgsql" extension will be documented in this file.
- Few keywords for syntax
- few types to completion dictionary
- option to enable/disable code completion, reload required
- option to enable/disable signature help, reload required
- Signature loaded from Postgres 9.5
- Signature completion for multiline scenario
- Restore snippets
- Signature completion
- Run only selected text in large pgsql files - just select and press Ctrl+F5 or execute whole file if you don't have selection
- Create temporary file instead autosave changed pgsql file before execution
- run pgsql files - press Ctrl+F5
- autosave changed pgsql file before run
- change Create Function snippet
- connection config with port and password
- stderr output ( thanks for khushboo shah )
- renamed to pgsql