postgres
- News
- Last Updated: November 11, 2013
- Craig Kerstiens
Today we're excited to announce an evolution of what it means to be a database as a service provider. Along with new features such as the ability to roll back your database to an arbitrary point in time and high availability, we now provide an entirely new level of operational expertise that's built right in. This new level of service allows you to feel at ease while taking advantage of your database in ways you never expected. All of this is rolled into new tiers which make it as easy as ever to choose what’s right for you. We are…
- News
- Last Updated: November 07, 2013
- Craig Kerstiens
Several weeks ago we added support for Postgres 9.3 in public beta the day it was released to the community. We've had many customers use it so far and it has proven to be robust and reliable. Early adopters have started to take advantage of the great new features in this version including: New JSON functions and operators Foreign data wrappers And more Today we're excited to release Postgres 9.3 in General Availability and setting it as the default version when provisioning a new Heroku Postgres database. Defaulting to the latest version of Postgres ensures our customers can make use…
- News
- Last Updated: October 16, 2013
- Craig Kerstiens
There are two axes of database monitoring. One axis is immediate insight. You can see what is happening right now, getting just-in-time visibility to solve problems and observe production behavior as it happens. The other axis is historical monitoring. This provides long-term persistence and reporting on the most important metrics over time, helping you make better decisions and understand trends. With Heroku Postgres, you can get immediate insight with the pg-extras CLI plugin. Furthermore, we provide key metrics about your database right in your logs already for all applications. For storage and reporting of your most important metrics, you can…
- News
- Last Updated: September 09, 2013
- Craig Kerstiens
As of today PostgreSQL 9.3 is available on Heroku Postgres as a public beta. This new version of Postgres brings you even more useful features so you can be as powerful as ever. Whether its richer JSON functionality, materialized views, or richer join support in lateral joins this version has a little something for everyone. Provision your Postgres 9.3 database by running heroku addons:add heroku-postgresql:crane –version=9.3 and get started working with it today, or check out some of our favorite features included in this new version below. Foreign Tables Foreign data wrappers (FDWs), which allow you to query from within…
- News
- Last Updated: August 27, 2013
- Craig Kerstiens
The Heroku Postgres team is hitting the road in coming months and we'd love to connect with you. If you'd like to connect with us at any of the events below drop us a line postgres@heroku.com or @Heroku Postgres Open The first opportunity to connect with us is in September at Postgres Open. If you've already got your tickets for Postgres Open join us for drinks and/or pizza at Clark Ale House on Tuesday September 17, and make sure to check out talks by me and Peter Geoghegan at the conference. If you don't already have your ticket for Postgres…
- News
- Last Updated: June 05, 2013
- Craig Kerstiens
The same JavaScript engine that powers the web today is now available in your database. This is one more step in evolving a data platform to meet all of your data needs. With a key/value store inside Postgres you gained agility in working with your schema. This agility was further improved with the JSON data type in Postgres 9.2. With geospatial support you removed the need for relying on additional tools for building location based apps. And today we're continuing to expand, going beyond SQL bringing the full power of the V8 JavaScript engine to your Heroku Postgres database. This…
- News
- Last Updated: May 15, 2013
- Craig Kerstiens
With each new release, Postgres brings new powerful functionality to your fingertips – Postgres 9.3 is shaping up to be no different. Postgres 9.3 will include richer JSON operators for the JSON datatype, SQL-standard LATERAL subquery support, materialized views, and of course much more. Postgres 9.3 Beta was made available earlier this week and we’re excited to announce a public alpha of it ourselves. You can get started immediately with the alpha today by provisioning a Postgres 9.3 database on our production tier: $ heroku addons:add heroku-postgresql:crane –version=9.3 … Use `heroku pg:wait` to track status. ! WARNING: Postgres 9.3 is…
- News
- Last Updated: May 10, 2013
- Craig Kerstiens
When building your application there's a lot to worry about, from choice of framework and stack to designing the application itself, to questions of when to worry about scalability. Your database shouldn't have to be one extra layer of concern. You should be able to put data in, trust it will stay safe, and finally get data back out – in a performant manner. Yet, with all the moving parts in your application, understanding issues in your database can be a huge pain. Today we're releasing pg-extras, a heroku toolbelt plugin, to provide additional insights into your database and to…
- News
- Last Updated: April 30, 2024
- Craig Kerstiens
Smartphones have changed the world – everyone has a device in their pocket that’s constantly connected to the internet and knows where you are. Combined with the rise of digital mapping it has become commonplace to build applications that use GIS (Geographical Information Systems) to digitally represent our physical reality and our location in it. Storing and manipulating geospatial data has become an essential part of application development. If you are building a mobile app it’s becoming table stakes that you take advantage of location. Today we’re releasing PostGIS 2.0 into public beta as an extension to Heroku Postgres. Now…
- News
- Last Updated: April 18, 2013
- Craig Kerstiens
Over a year ago we began working with the community as to how we could help to make Postgres better. Much of this came to fruition with PostgreSQL version 9.2 and three months ago we released support of Postgres 9.2 into GA. We've now seen many users begin taking advantage of the powerful features in this version including: Better visibility with pg_stat_statements URL support JSON datatype and more In these three months the 9.2 PostgreSQL version has had time to bake including several minor updates fixing a variety of bugs. Today as a result of all of this we're making…
Subscribe to the full-text RSS feed for Craig Kerstiens.