Heroku Blog
- News
- Last Updated: August 03, 2012
- Matthew Soldo
Databases are the well known solution for storing data for your application. However they sometimes lack functionality required by application developers such as data encryption or cross database reporting. As a result developers are forced to write the needed functionality at their application layer. Postgres 9.1, which already has an extensive collection of data types and functions, took the first step towards mitigating this by creating an extension system which allows the database’s functionality to …
- News
- Last Updated: August 02, 2012
- Craig Kerstiens
In past months we’ve released the public beta of our dev, basic, crane and kappa plans. We’ve received positive feedback from everyone using the new database plans.
Based on this strong positive response and adoption during the beta, we’re officially moving these plans to general availability starting today.
In conjunction with the GA of our starter tier, we’re deprecating our shared database plans. The new dev and basic plans offer many improvements including …
- News
- Last Updated: July 19, 2012
- Mattt Thompson
Postgres.app is the easiest way to get started developing with Postgres on the Mac. Open the app, and you have a local Postgres database ready and awaiting new connections. Close the app, and the server shuts down. It is available for free download today, and will be available on the Mac App Store pending Apple's approval.
Postgres.app is designed so that most common programming libraries can find and it and link to it automatically …
- News
- Last Updated: July 18, 2012
- Harold Giménez
When was the last time you rotated your database credentials? Is it possible that old colleague still has access to your data? Or perhaps they’ve been accidentally leaked in a screenshot. There are many reasons to rotate your credentials regularly.
We now support the ability to easily reset your database credentials, and it is as simple as running the following on your command line:
heroku pg:credentials:rotate HEROKU_POSTGRESQL_COLOR --app your-appWhen you issue the above command, …
- News
- Last Updated: April 11, 2024
- Matthew Manning
Last summer, Heroku became a polyglot platform, with official support for Ruby, Node.js, Clojure, Java, Python, and Scala. Building a platform that works equally well for such a wide variety of programming languages was a unique technical design challenge.
siloed products would be a non-scalable designWe knew from the outset that maintaining siloed, language-specific products – a Heroku for Ruby, a Heroku for Node.js, a …
- News
- Last Updated: July 16, 2012
- Matthew Soldo
Today, the Heroku Postgres team released into beta the new basic plan, $9 / month version of the dev plan.
Accompanying this announcement is the implementation of a 10,000 row limit on the dev plan. This row limit was designed to correspond to the 5mb limit on the existing free shared plan.
Please note that these plans are still beta, and Heroku Postgres has not yet announced a migration schedule from the shared …
Subscribe to the full-text feed.