Gülçin's talk at the AI Summit walks through how Xata built the open-source Postgres Agent, powered by LLMs and human-written playbooks.
From pager fatigue to self-healing clusters for a future that’s safer and saner.
Gülçin's talk at the AI Summit walks through how Xata built the open-source Postgres Agent, powered by LLMs and human-written playbooks.
From pager fatigue to self-healing clusters for a future that’s safer and saner.
We reorganized the page and added search.
What changed
Search to jump directly to a setting.
Logical groups with clear labels.
Guardrails to reduce misclicks.
Why it helps
Quicker navigation.
Less guessing, safer edits.
Want early access? Ping us and we’ll enable it.
We reorganized the page and added search.
What changed
Search to jump directly to a setting.
Logical groups with clear labels.
Guardrails to reduce misclicks.
Why it helps
Quicker navigation.
Less guessing, safer edits.
Want early access? Ping us and we’ll enable it.
New performance charts surface:
WAL sync time → time to flush WAL to disk (disk/flush latency).
Replication lag → how far a standby is behind the primary (freshness).
Want early access? Ping us and we’ll switch it on for your account.
New performance charts surface:
WAL sync time → time to flush WAL to disk (disk/flush latency).
Replication lag → how far a standby is behind the primary (freshness).
Want early access? Ping us and we’ll switch it on for your account.
Set one default and we point new connection strings, views, and child branches to it by default.
Fewer misroutes and accidental writes to secondary DBs; faster onboarding.
Set it in Project Settings → Default database.
You can override per branch.
Set one default and we point new connection strings, views, and child branches to it by default.
Fewer misroutes and accidental writes to secondary DBs; faster onboarding.
Set it in Project Settings → Default database.
You can override per branch.
Name it → get the branch → run queries.
No org/project setup first.
Sane defaults now, easy rollback later.
Want early access? Ping us and we’ll enable it.
Name it → get the branch → run queries.
No org/project setup first.
Sane defaults now, easy rollback later.
Want early access? Ping us and we’ll enable it.
Set shared_preload_libraries at the branch level and every database on that branch shares the same foundation. Example:
pg_stat_statements, pg_trgm → consistent query stats + text ops across envs.
Notes: applies to all DBs on the branch.
Set shared_preload_libraries at the branch level and every database on that branch shares the same foundation. Example:
pg_stat_statements, pg_trgm → consistent query stats + text ops across envs.
Notes: applies to all DBs on the branch.
Try PG18 in a safe, branch-based workflow:
How to start:
• Clone with anonymization → test on look-alike data.
• Create a PG18 branch → run queries and migrations.
• When ready, promote with pgroll for zero-downtime changes.
Try PG18 in a safe, branch-based workflow:
How to start:
• Clone with anonymization → test on look-alike data.
• Create a PG18 branch → run queries and migrations.
• When ready, promote with pgroll for zero-downtime changes.
View your schema as a table or UML diagram.
When you are ready, use xata roll to apply changes without downtime.
View your schema as a table or UML diagram.
When you are ready, use xata roll to apply changes without downtime.
It’s engineering for simplicity.
At Xata we use a tiny context, pass schema + current SQL, a focused system prompt, and the right model per task.
Fewer moving parts, cleaner UX.
Build notes → xata.io/blog/how-we-...
It’s engineering for simplicity.
At Xata we use a tiny context, pass schema + current SQL, a focused system prompt, and the right model per task.
Fewer moving parts, cleaner UX.
Build notes → xata.io/blog/how-we-...
At Xata, we built exactly that with a CNPG plugin.
→ Cut costs
→ Power ephemeral DBs
→ Open source
Full details: xata.io/blog/making-...
At Xata, we built exactly that with a CNPG plugin.
→ Cut costs
→ Power ephemeral DBs
→ Open source
Full details: xata.io/blog/making-...
No need to worry about syntax.
Just dive into the data.
No need to worry about syntax.
Just dive into the data.
Use interactive charts to view trends over time or investigate anomalous spikes.
Metrics are stored for up to 60 days at no additional cost.
Use interactive charts to view trends over time or investigate anomalous spikes.
Metrics are stored for up to 60 days at no additional cost.
Save money by setting scale-to-zero as the default for a project or override it in the branch settings.
Save money by setting scale-to-zero as the default for a project or override it in the branch settings.
Got any requests?
Got any requests?
Andrew dove into pgroll, our OSS tool for zero-downtime Postgres schema migrations.
Great Qs from the community: logical replication, multi-schema & more.
Always grateful for the Postgres crowd in London!
Andrew dove into pgroll, our OSS tool for zero-downtime Postgres schema migrations.
Great Qs from the community: logical replication, multi-schema & more.
Always grateful for the Postgres crowd in London!
Adjust the instance size, add replicas, tune compute settings, and modify your Postgres config.
Adjust the instance size, add replicas, tune compute settings, and modify your Postgres config.
She’s given Postgres talks in a church ⛪, and now in… a zoo! 🦒
And don’t miss tonight’s meetup 👉 meetup.com/postgresql-user-group-nl/events/310728717
She’s given Postgres talks in a church ⛪, and now in… a zoo! 🦒
And don’t miss tonight’s meetup 👉 meetup.com/postgresql-user-group-nl/events/310728717
Use it as a staging replica with PII automatically obfuscated, a production-ready database, or an ephemeral copy for a quick PR.
Use it as a staging replica with PII automatically obfuscated, a production-ready database, or an ephemeral copy for a quick PR.
• Lower latency for EU users
• Full EU data residency
• Competitive, region-specific pricing
Request access today: xata.io/get-access
More details on pricing: xata.io/pricing
• Lower latency for EU users
• Full EU data residency
• Competitive, region-specific pricing
Request access today: xata.io/get-access
More details on pricing: xata.io/pricing
Catch it today at PGDay Austria! 🔒🐘
📍 14:10 – 14:55
📍 Room: Sophie
🗓️ Full schedule: pgday.at/schedule/
Catch it today at PGDay Austria! 🔒🐘
📍 14:10 – 14:55
📍 Room: Sophie
🗓️ Full schedule: pgday.at/schedule/
“Anatomy of Table-Level Locks in PostgreSQL” 🔒
📍 14:10 – 14:55
📍 Room: Sophie
🗓️ Full schedule: pgday.at/schedule/
“Anatomy of Table-Level Locks in PostgreSQL” 🔒
📍 14:10 – 14:55
📍 Room: Sophie
🗓️ Full schedule: pgday.at/schedule/
Xata’s Martin Hansen will share how we run PostgreSQL on Kubernetes at scale using CloudNativePG.
🔗 Details and RSVP: tinyurl.com/ytkwvsst
Thanks to Foo Café for hosting and to Ellyne Phneah for making it happen!
Xata’s Martin Hansen will share how we run PostgreSQL on Kubernetes at scale using CloudNativePG.
🔗 Details and RSVP: tinyurl.com/ytkwvsst
Thanks to Foo Café for hosting and to Ellyne Phneah for making it happen!
Thanks to the organisers for a great evening.
Chris Ellis gave a sharp talk on UUIDs, and Andrew Farries introduced pgroll, our open-source tool for zero-downtime schema changes.
Always a joy to talk Postgres over pints!
Thanks to the organisers for a great evening.
Chris Ellis gave a sharp talk on UUIDs, and Andrew Farries introduced pgroll, our open-source tool for zero-downtime schema changes.
Always a joy to talk Postgres over pints!
The blog post reviews in detail the benchmarking methodology, relevancy, fairness, and openness.
xata.io/blog/reactio...
The blog post reviews in detail the benchmarking methodology, relevancy, fairness, and openness.
xata.io/blog/reactio...
As a proudly female-founded Postgres company, we’re thrilled to support moments like this. 💜
Don’t miss @apatheticmagpie.bsky.social talk at 15:20 (Maschinenhaus room)!
As a proudly female-founded Postgres company, we’re thrilled to support moments like this. 💜
Don’t miss @apatheticmagpie.bsky.social talk at 15:20 (Maschinenhaus room)!