Craig Kerstiens
- News
- Last Updated: December 07, 2012
- Craig Kerstiens
Hosting your data on one of the largest fleets of databases in the world comes with certain advantages. One of those benefits is that we can aggregate the collective pain points that face our users and work within the Postgres community to help find solutions to them.
In the previous year we worked very closely with the broader Postgres community to build features, fix bugs, and resolve pain points. You've already seen some of the results of that work in the form of extension support on Heroku and query cancellation . With the 9.2 release we're delighted to…
- News
- Last Updated: May 30, 2024
- Craig Kerstiens
Git and Github revolutionized software development by letting you fork your source repository with a single click. Wouldn't it be great to be able to do the same thing with your database?
In the same way you can fork your code you can now fork your data. Fork changes the way you can work with your data, making it a snap to provision a clone of your production database. The technology is simple, safe, and robust, and thanks to Heroku Postgres' cloud architecture, places no load on your primary database. Today, we’re announcing the release of this functionality…
- News
- Last Updated: June 03, 2024
- Craig Kerstiens
Today we’re releasing the ability to follow your Heroku Postgres Database into General Availability: this lets you easily create multiple read-only asynchronous replicas of your database, known as followers.
After an extended beta period during which over 3,000 followers were created, many of which help power core Heroku systems, we’re excited to make the ability to safely and easily scale out access to your data available to all Heroku Postgres users.
Followers enable some great use cases:
Easy read traffic scaling Fast upgrades Higher availability
One use case that has historically been challenging in database…
- 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 Postgres 9.1 with schemaless SQL, data clips , direct psql access, and a web management interface .
Beginning August 8, 2012,…
- News
- Last Updated: May 18, 2012
- Craig Kerstiens
Earlier this month we released the public beta of an improved SSL solution, SSL Endpoint . We've received positive feedback from everyone using the new SSL solution.
Based on this strong positive response and adoption during the beta, we're officially moving SSL Endpoint to general availability starting today. It is now the recommended option for any app which needs SSL on a custom domain.
In conjunction with SSL Endpoint's GA status, we're consolidating and simplifying our SSL product lineup by deprecating all of the older SSL add-ons: SNI, Hostname SSL, and IP SSL. SSL…
- News
- Last Updated: April 29, 2024
- Craig Kerstiens
SSL is a crucial part of any web app with a login session. As Firesheep demonstrated, HTTPS everywhere is the path forward for modern web apps. Heroku follows this with our own login-protected apps, from the management interface to the Dev Center .
Announcing Better SSL For Your App
Today, we're announcing two new features to make it as easy as possible for you to secure your app running on Heroku with SSL.
First, all apps now have piggyback SSL by default. Prepend https to the hostname for any Heroku app (https://yourapp.herokuapp.com for Cedar…
Subscribe to the full-text RSS feed for Craig Kerstiens.