- Upsert, as always
- Replication with SQLite over WebSocket, with full Row Security support. Now every mobile company on the planet wants to use Postgres to sync with Android and iPhone
- Automatic HATEOAS RESTful API for data and schemas: JSON and CSV. CouchDB killer.
- Incremental / Differential backup & restore over HTTPS (like to S3)
- Access O/S environment variables in PL/pgSQL. Use case: So I can keep COPY paths the same in Windows and *Nix
- bcrypt or scrypt role passwords (instead of MD5)
- skip_lines (default 0) and skip_comments (default '#') options for COPY so I can skip more than the first line in a CSV. Popular use case: geonames
- Make it dead easy for extension developers to compile on both *Nix and Windows. There are too many extensions that don't work on Windows
- SQL:2011 Temporal features
- Make Text Search a little more like Solr, basically just integrate the smlar extension
Friday, August 15, 2014
My wish list for Postgres 9.5
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment