Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? Have you ever tested a query and find that it’s slow, only for subsequent executions to be fast? The pg_buffercache_evict() function in Postgres 17 lets you be in control of what’s in shared buffers! #NewInPG17
Tembo
Technology, Information and Internet
Cincinnati, Ohio 1,800 followers
Tembo is the Postgres developer platform for building every data service.
About us
Tembo is the Postgres developer platform for building every data service. Our mission is to collapse the database sprawl of the modern data stack with a unified developer platform. With Tembo, developers can quickly create and deploy specialized data services using Stacks, pre-built Postgres configurations, and deployments without complex builds or additional data teams.
- Website
-
http://tembo.io
External link for Tembo
- Industry
- Technology, Information and Internet
- Company size
- 11-50 employees
- Headquarters
- Cincinnati, Ohio
- Type
- Privately Held
- Founded
- 2022
Locations
-
Primary
Cincinnati, Ohio, US
Employees at Tembo
Updates
-
Tembo reposted this
Swing by my Postgres Conference Seattle 2024 "Kubernetes Killed the High Availability Star" talk at 2:30pm in room 421! Remember, I'm not just the president of dead high availability stars for Postgres, I'm also a client. https://lnkd.in/gZvpVh8D
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? Did you know UUIDs embed a bunch of metadata? Version 17 makes it possible to get it back out with new uuid_extract_timestamp() and uuid_extract_version() functions. #NewInPG17
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? Psst, don’t tell anyone, but the PostgreSQL 17 MERGE command also works on updatable views. What makes a view updatable? Oh boy…
-
Recently the Neon team asked the collective #PostgreSQL community "Why Does Everyone Run Ancient Postgres Versions?" Shaun Thomas took the time to write a response on Tembo's behalf: https://lnkd.in/eRARZppm Disagree with Shaun? Find him in the hallway track at Postgres Conference Seattle this week and discuss!
Plugging the Postgres Upgrade Hole | Tembo
tembo.io
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? Have you ever used a MERGE statement in PostgreSQL and moaned about the missing RETURNING clause? Version 17 has you covered! #NewInPG17
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? Postgres event triggers covered almost every type of DDL syntax available up to version 16. 17 adds the conspicuously missing REINDEX command! #NewInPG17
-
Using or considering Tembo AI*? We've upgraded Tembo Cloud to support Llama 3.1-8B-Instruct so that you can now run the latest models from Meta: https://lnkd.in/ekrM84C2 *The Tembo AI platform is designed to provide engineering teams with the most convenient and secure way to build with artificial intelligence and PostgreSQL: https://lnkd.in/ePZQQ8mF
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? PostgreSQL event triggers welcome login events into the family with version 17. Now it’s possible to take any action when a user simply logs in. #NewInPG17
-
Shaun Thomas went through the #PostgreSQL 17 release notes so you don’t have to. What’s new, you ask? This one is a little obscure, but did you know PostgreSQL never logged trusted auth connections even with log_connections enabled? Well, version 17 decided to plug that little security hole. #NewInPG17