<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PostgreSQL on The Coders Blog</title><link>https://thecodersblog.com/tag/postgresql/</link><description>Recent content in PostgreSQL on The Coders Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 21:09:51 +0000</lastBuildDate><atom:link href="https://thecodersblog.com/tag/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>Beyond Filesystems: Why Your Private GitHub Should Run on Postgres [2026]</title><link>https://thecodersblog.com/my-private-github-on-postgres-2026/</link><pubDate>Fri, 01 May 2026 21:09:51 +0000</pubDate><guid>https://thecodersblog.com/my-private-github-on-postgres-2026/</guid><description>&lt;p&gt;For too long, the bedrock of our version control—Git itself—has been inextricably linked to the filesystem. But what if we told you that for your private GitHub instance, this isn&amp;rsquo;t just an outdated constraint, but a fundamental barrier to the control and insight your sophisticated workflows demand?&lt;/p&gt;
&lt;h2 id="the-filesystems-shackles-why-git-needs-a-new-home"&gt;The Filesystem&amp;rsquo;s Shackles: Why Git Needs a New Home&lt;/h2&gt;
&lt;p&gt;Git, in its conventional design, treats content-addressable data as files on disk. These files reference each other via &lt;strong&gt;SHA-1 hashes&lt;/strong&gt;, forming a directed acyclic graph that represents your project&amp;rsquo;s history. This model has served us incredibly well for decades, providing robust, distributed version control.&lt;/p&gt;</description></item><item><title>Postgres: The Unsung Scaling Hero? Benchmarking Workflow Execution in 2026</title><link>https://thecodersblog.com/does-postgres-scale-2026/</link><pubDate>Fri, 01 May 2026 07:55:24 +0000</pubDate><guid>https://thecodersblog.com/does-postgres-scale-2026/</guid><description>&lt;p&gt;You&amp;rsquo;re building complex workflow execution systems, pushing millions of tasks daily, and your first thought for a database probably wasn&amp;rsquo;t Postgres. Let&amp;rsquo;s talk about why it &lt;strong&gt;should&lt;/strong&gt; have been, and how to prove it.&lt;/p&gt;
&lt;h2 id="the-elephant-in-the-room-dispelling-the-postgres-doesnt-scale-myth"&gt;The Elephant in the Room: Dispelling the &amp;lsquo;Postgres Doesn&amp;rsquo;t Scale&amp;rsquo; Myth&lt;/h2&gt;
&lt;p&gt;The developer community often falls prey to an oversimplified, binary narrative: a database either scales or it doesn&amp;rsquo;t. This rigid thinking stifles nuanced architectural discussions and leads to premature dismissal of robust technologies. It&amp;rsquo;s a dangerous trap for senior engineers aiming to build durable, high-performance systems.&lt;/p&gt;</description></item><item><title>Linux 7.0: How a Kernel Preemption Bug Crippled PostgreSQL Performance in 2026</title><link>https://thecodersblog.com/linux-kernel-7-0-preemption-regression-impact-on-postgresql-2026/</link><pubDate>Wed, 29 Apr 2026 16:57:18 +0000</pubDate><guid>https://thecodersblog.com/linux-kernel-7-0-preemption-regression-impact-on-postgresql-2026/</guid><description>&lt;p&gt;In April 2026, the Linux Kernel 7.0 release promised evolutionary advancements, but for PostgreSQL users, it delivered a brutal, silent performance regression, abruptly halving throughput on critical production workloads without a single error message.&lt;/p&gt;
&lt;h2 id="the-silent-killer-how-linux-70-blindfolded-postgresql"&gt;The Silent Killer: How Linux 7.0 Blindfolded PostgreSQL&lt;/h2&gt;
&lt;p&gt;The eagerly awaited release of Linux Kernel 7.0 in early 2026 was met with the usual anticipation within the open-source community. Touted for its efficiency improvements and new hardware support, it was expected to be a solid, if not revolutionary, upgrade. Yet, for database administrators and cloud engineers managing high-performance PostgreSQL instances, it brought an unforeseen and devastating impact.&lt;/p&gt;</description></item><item><title>PostgreSQL and PostGIS installation in Mac OS</title><link>https://thecodersblog.com/postgresql-postgis-installation/</link><pubDate>Thu, 15 Sep 2022 10:20:21 +0000</pubDate><guid>https://thecodersblog.com/postgresql-postgis-installation/</guid><description>&lt;p&gt;PostGIS is spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.&lt;/p&gt;
&lt;p&gt;When I was setting up a Rails project in my local machine it requires PostGIS setup to run the migration. I have gone through their official sites and many other documents to know about the installation process and found out these processes, to reinstall the PostgreSQL if another version of PostgreSQL is installed previously and installing PostGIS in Mac OS.&lt;/p&gt;</description></item></channel></rss>