home.social

#postgresql — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #postgresql, aggregated by home.social.

  1. Christophe Pettus: All Your GUCs in a Row: commit_timestamp_buffers

    postgr.es/p/9kK

  2. Миграции в Go-проекте: PostgreSQL в Docker и goose на практике

    Когда я начал поднимать PostgreSQL через Docker для своих проектов, всё выглядело просто: описал сервис в docker-compose.yml , запустил контейнер - база доступна. Проблемы начались когда, я начал запускать миграции вместе с контейнерами. Иногда миграции стартовали раньше чем PostgreSQL успевал принять подключения, и приложение падало с ошибкой подключение к базе данных.

    habr.com/ru/articles/1040802/

    #backend #golang #sql #postgresql #migration #goose

  3. PgDay Boston’s presentations span a wide variety of topics surrounding PostgreSQL. The conference will present a full day covering different technical levels to ensure there is something interesting for everybody!

    2026.pgdayboston.org/registrat

  4. Stefan Fercot: Memories from PGConf.dev 2026

    postgr.es/p/9kJ

  5. Christophe Pettus: Twenty Years, Three CVEs, One AI

    postgr.es/p/9kI

  6. We’re pleased to announce Percona as a Bronze Sponsor for PgDay Boston!

    percona.com/

  7. Grow your , skills and grab a 20% discount on LPI exams at @pgdata2026, June 4–5 in Chicago.

    Linux Professional Institute (LPI) is a Community Partner for this new conference series exploring education, community-building, and academic outreach.

    Learn more 🔗 lpi.org/sysr

    See you there! 🐧👋

    @prairie_postgres

  8. Vibhor Kumar: Postgres as an Execution Environment for AI: Failure Modes, Hooks, and the ORBIT Framework

    postgr.es/p/9kG

  9. Do you love PostgreSQL? Join PgUS! Your membership will help support the PostgreSQL community!

    postgresql.us/becomeamember/

  10. warda bibi: Automating PostgreSQL Index Tuning Using AI

    postgr.es/p/9kF

  11. Как стать postgres в чужом облаке: краш-тест безопасности управляемых БД

    Меня зовут Евгений Ефимкин, я руковожу группой Platform Reliability в Yandex Cloud. В числе прочего мы занимаемся безопасностью наших managed‑сервисов. В managed PostgreSQL мы не выдаём клиенту привилегии superuser — иначе он сможет выйти за пределы своей базы прямо в операционную систему. Чтобы клиент при этом мог выполнять привилегированные операции: создавать базы, заводить роли, менять настройки кластера, — мы пишем сервисы Control Plane и выдаём специальные ограниченные роли (без выхода в ОС и без обхода проверок прав). Несколько лет назад, занимаясь поддержкой логической репликации, я понял, что и этого мало: у PostgreSQL остаются места, где он сам, изнутри, выполняет код от superuser в обход всей конструкции. Дальше — два случая повышения привилегий у двух разных публичных облачных провайдеров. Оба вектора к моменту публикации закрыты — и в апстриме PostgreSQL, и у самих сервисов; оба провайдера своевременно проинформированы.

    habr.com/ru/companies/yandex_c

    #postgresql #superuser #logical_replication #search_path #pg_hint_plan #operator_injection

  12. Did you ever wonder where Postgres came from? Wonder no more! Dr. Michael Stonebraker is our keynote speaker and will be telling his story at PGDay Boston!

    postgresql.us/events/pgdaybost

  13. Back from @pgconfdev, full of ideas! 🤗 Great to share our work on Python/PostgreSQL communication with core hackers and imagine how the protocol could evolve: lots of work ahead! 💪 If you'd like to get involved, please consider supporting Psycopg 💛 Link in comments!

  14. HR-бот на базе RAG: архитектура корпоративной базы знаний для ресторанного холдинга

    В ресторанном холдинге была внедрена система HR-бота на базе ИИ, которая работает поверх корпоративной базы знаний, учитывает роль сотрудника и предоставляет ответы со ссылками на актуальные документы. Основная задача проекта — заменить разрозненные FAQ, Wiki, документы и чаты единым интерфейсом доступа к корпоративным знаниям. Сотрудник может задать вопрос в свободной форме и получить ответ с учётом своей должности, прав доступа и актуальной версии документа.

    habr.com/ru/articles/1040000/

    #rag #hr_tech #корпоративная_база_знаний #aiбот #llm #postgresql #notion #rolebased_access_control #knowledge_management #ai_automation

  15. Event Calendar, Reminder:

    👫 PG Day France

    Date: 2026-06-02 - 2026-06-03
    Location: Météo France, 42 Av. Gaspard Coriolis, 31100 Toulouse, França

    ICS file: ics.postgresql.life/3cj4hadoqq

  16. Several colleagues have secured sessions at the 9th annual Swiss PGDay on 25 & 26 June. Join for:
    🥽 Xavier Fischer - Deep Dive into the #PostgreSQL Frontend/Backend Protocol
    ➕️ Devrim Gunduz - Extend your PostgreSQL: The world of PostgreSQL #extensions
    🗺️ Suraj Kharage - Beginner's guide to PostgreSQL #Hacking
    2026.pgday.ch/

  17. 🚀 CloudNativePG is now the default PostgreSQL implementation for new PostgreSQL instances in VSHN AppCat.

    Plus several operational improvements and platform fixes behind the scenes.

    Read the full update blog post: 👇
    vshn.ch/en/blog/vshn-appcat-up

    #Kubernetes #PostgreSQL #CloudNativePG

  18. Local-first web dnes neznamená jednu architekturu, ale několik různých kompromisů: lokální databázi v prohlížeči, repliku čtení z PostgreSQL nebo CRDT model pro souběžné úpravy. Každý přístup posouvá data blíž k uživateli, ale zároveň přidává nové otázky kolem persistence, konfliktů, autorizace a provozu.

    https://zdrojak.cz/clanky/data-bliz-k-uzivateli-kde-narazi-local-first-web/
  19. Software architect and consultant Oskar Dudycz shares a tale of negative experiences with PostgreSQL's timestamp functions inside transactions, that led to a fiendishly difficult to diagnose bug.

    TL;DR? There is subtle, yet important difference between now() and clock_timestamp(), specially if you're measuring time lapse inside a transaction.

    "How soon is now in PostgreSQL?"

    architecture-weekly.com/p/how-

    #postgresql #timestamps #programming #transactions #databases

  20. How to Install #Directus on #AlmaLinux #VPS

    Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.
    What is Directus?
    Directus is an open-source #headless #CMS and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, ...
    Continued 👉 blog.radwebhosting.com/install #letsencrypt #opensource #installguide #postgresql #nodejs #selfhosted #npm #cmsapps #selfhosting #vpsguide #contentmanagement

  21. How to Install #Directus on #AlmaLinux #VPS

    Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.
    What is Directus?
    Directus is an open-source #headless #CMS and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, ...
    Continued 👉 blog.radwebhosting.com/install #letsencrypt #opensource #installguide #postgresql #nodejs #selfhosted #npm #cmsapps #selfhosting #vpsguide #contentmanagement

  22. How to Install #Directus on #AlmaLinux #VPS

    Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.
    What is Directus?
    Directus is an open-source #headless #CMS and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, ...
    Continued 👉 blog.radwebhosting.com/install #letsencrypt #opensource #installguide #postgresql #nodejs #selfhosted #npm #cmsapps #selfhosting #vpsguide #contentmanagement

  23. Hayato Kuroda: How to hack Logical Replication in PostgreSQL: Insights from contributors

    postgr.es/p/9kE

  24. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  25. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  26. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  27. Not many databases have a keynote from the person who invented them.

    #PgDayBoston is June 9 at the Museum of Science - a one-day community conference organized by #PostgreSQL US - and Michael Stonebraker is keynoting. MIT adjunct professor, 2014 ACM Turing Award winner, primary inventor of #Postgres. He's going to walk through his journey building it. 🐘

    📅 June 9, 2026
    📍 Museum of Science in Boston
    🎟️ 2026.pgdayboston.org/registrat

    #database #dba #conference #opensource #boston #dataengineering

  28. Christophe Pettus: All Your GUCs in a Row: commit_delay and commit_siblings

    postgr.es/p/9kD

  29. Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL

    В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:

    habr.com/ru/articles/1040376/

    #аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance

  30. Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL

    В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:

    habr.com/ru/articles/1040376/

    #аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance

  31. Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL

    В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:

    habr.com/ru/articles/1040376/

    #аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance

  32. Последовательное иерархическое распределение сумм. Создание БД. Распределение сумм по правилам средствами PostgreSQL

    В первой статье была описана задача распределения сумм затрат между отделами по заданным правилам, с учётом того что отделы могут передавать свои затраты на другие отделы. Задача этой и следующей статей — показать, как эту задачу можно реализовать относительно просто и легко, не прибегая к созданию больших приложений. В данной статье будет описана структура PostgreSQL-базы данных и реализация данной задачи с помощью SQL в варианте PL/pgSQL . Реализация на Apache Spark будет описана в следующей статье. В качестве примера будут созданы настройки распределения и входные данные для:

    habr.com/ru/articles/1040376/

    #аллокации #аллокация #sql #pgsql #postgresql #postgresql_performance

  33. Help us help the community by sponsoring PgDay Boston! Talk to us about sponsorship opportunities today!

    2026.pgdayboston.org/sponsors/

  34. Help us help the community by sponsoring PgDay Boston! Talk to us about sponsorship opportunities today!

    2026.pgdayboston.org/sponsors/

    #PostgreSQL #postgres #conference

  35. Thinking about attending PG Summit US but not sure how to fund it? As a community event, PG Summit US attendees are eligible to apply for Opportunity Grants that help fund travel expenses.

    tinyurl.com/oppgrantapp

  36. Thinking about attending PG Summit US but not sure how to fund it? As a community event, PG Summit US attendees are eligible to apply for Opportunity Grants that help fund travel expenses.

    tinyurl.com/oppgrantapp

    #PostgreSQL #postgres #conference

  37. Are you a DBA, developer, or decision maker involved with PostgreSQL? Then you should be attending PgDay Boston! We have a full day packed with information and education!

    2026.pgdayboston.org/registrat

  38. Are you a DBA, developer, or decision maker involved with PostgreSQL? Then you should be attending PgDay Boston! We have a full day packed with information and education!

    2026.pgdayboston.org/registrat

    #PostgreSQL #postgres #conference

  39. Josef Machytka represented credativ at HOW2026 (PostgreSQL & IvorySQL Eco Conference), where open-source database leaders discussed the future of PostgreSQL and IvorySQL.

    Josef led two sessions:
    🔬 3-hour workshop on PostgreSQL shared buffers and Linux shared memory
    🎙️ Talk on connection overhead and how many connections affect the Linux kernel

    👉 credativ.de/en/blog/events-en/

    #PostgreSQL #IvorySQL #OpenSource #Database #HOW2026 #Linux #credativ #TechCommunity