It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.postgresql.org

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.  <title>PostgreSQL: The world's most advanced open source database</title>
  5.  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.  <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
  7.  
  8.  <meta name="description" content="The official site for PostgreSQL, the world's most advanced open source database" />
  9.  <meta name="theme-color" content="#336791"/>
  10.  <meta name="copyright" content="The PostgreSQL Global Development Group" />
  11.  <meta property="og:url" content="https://www.postgresql.org/" />
  12.  <meta property="og:type" content="article" />
  13.  <meta property="article:author" content="PostgreSQL Global Development Group" />
  14.  <meta property="article:published_time" content="2025-10-28T21:07:39.020633" />
  15.  <meta property="og:image" content="https://www.postgresql.org/media/img/about/press/elephant.png" />
  16.  <meta property="og:title" content="PostgreSQL" />
  17.  <meta property="og:description" content="The world&#x27;s most advanced open source database." />
  18.  <meta property="og:site_name" content="PostgreSQL" />
  19.  <link href="/media/css/fontawesome.css?e54c1eb0" rel="stylesheet">
  20.  <link rel="stylesheet" href="/media/css/bootstrap-4.4.1.min.css">
  21.  <link rel="shortcut icon" href="/favicon.ico" />
  22.  
  23.  <link rel="stylesheet" type="text/css" href="/dyncss/base.css?e54c1eb0">
  24.  
  25.  <script src="/media/js/theme.js?e54c1eb0"></script>
  26.  
  27.  
  28.  </head>
  29.  <body>
  30.    <div class="container-fluid">
  31.      <div class="row justify-content-md-center">
  32.        <div class="col">
  33.          <!-- Header -->
  34.          <nav class="navbar navbar-expand-lg navbar-light bg-light">
  35.            <a class="navbar-brand p-0" href="/">
  36.              <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo">
  37.            </a>
  38.            <input type="checkbox" id="navbar-toggler" aria-controls="pgNavbar" aria-expanded="false" aria-label="Toggle navigation">
  39.            <label for="navbar-toggler" id="navbar-toggler-label" class="navbar-toggler" tabindex="0"><span class="navbar-toggler-icon"></span></label>
  40.            <div class="navbar-collapse" id="pgNavbar">
  41.              <ul class="navbar-nav mr-auto">
  42.                <li class="nav-item p-2"><a href="/" title="Home">Home</a></li>
  43.                <li class="nav-item p-2"><a href="/about/" title="About">About</a></li>
  44.                <li class="nav-item p-2"><a href="/download/" title="Download">Download</a></li>
  45.                <li class="nav-item p-2"><a href="/docs/" title="Documentation">Documentation</a></li>
  46.                <li class="nav-item p-2"><a href="/community/" title="Community">Community</a></li>
  47.                <li class="nav-item p-2"><a href="/developer/" title="Developers">Developers</a></li>
  48.                <li class="nav-item p-2"><a href="/support/" title="Support">Support</a></li>
  49.                <li class="nav-item p-2"><a href="/about/donate/" title="Donate">Donate</a></li>
  50.                <li class="nav-item p-2"><a href="/account/" title="Your account">Your account</a></li>
  51.              </ul>
  52.              <form role="search" method="get" action="/search/">
  53.                <div class="input-group">
  54.                  <input id="q" name="q" type="text" size="20" maxlength="255" accesskey="s"  class="form-control" placeholder="Search for...">
  55.                  <span class="input-group-btn">
  56.                    <button class="btn btn-default" type="submit"><i class="fas fa-search"></i></button>
  57.                  </span>
  58.                </div><!-- /input-group -->
  59.              </form>
  60.              <form id="form-theme" class="form-inline d-none">
  61.                <button id="btn-theme" class="btn btn-default ml-1" type="button"></button>
  62.              </form>
  63.            </div>
  64.          </nav>
  65.        </div>
  66.      </div>
  67.      <div class="row justify-content-center pg-shout-box">
  68.        <div class="col text-white text-center">September 25, 2025: <a href="/about/news/postgresql-18-released-3142/">
  69.  PostgreSQL 18 Released!
  70. </a>
  71. </div>
  72.      </div>
  73.    </div>
  74.    
  75. <div class="jumbotron jumbotron-fluid pg-jumbotron">
  76.  <div class="container">
  77.    <h1 class="text-white pg-jumbotron-header">PostgreSQL: The World's Most Advanced Open Source Relational Database</h1>
  78.    <div class="row">
  79.      <div class="col text-center">
  80.        <a class="btn btn-light btn-rounded" role="button" href="/download/">Download <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
  81.        <a class="btn btn-light btn-rounded" role="button" href="/about/">New to PostgreSQL?</a>
  82.      </div>
  83.    </div>
  84.  </div>
  85. </div>
  86. <!-- END Jumbotron -->
  87. <div class="container margin">
  88.  <!-- Start First Feature Row -->
  89.  
  90.  <div class="row">
  91.    <!-- Feature -->
  92.    <div class="col-lg-6 feature">
  93.      <img src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo">
  94.      <h2>New to PostgreSQL?</h2>
  95.      <div class="text">
  96.        <p>
  97.          PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development
  98.          that has earned it a strong reputation for reliability, feature robustness, and performance.
  99.        </p>
  100.        <p>
  101.          There is a wealth of information to be found describing how to <a href="/download/">install</a> and <a href="/docs/">use</a> PostgreSQL through the <a href="/docs/">official documentation</a>.
  102.          The <a href="/community/">open source community</a>
  103.          provides many helpful places to become familiar with PostgreSQL,
  104.          discover how it works, and find career opportunities. Learn more on
  105.          how to <a href="/community/">engage with the community</a>.
  106.        </p>
  107.      </div>
  108.      <a href="/about/" title="Learn More"><button type="button" class="btn btn-center btn-primary btn-inline-block">Learn More</button></a>
  109.      <a href="/about/featurematrix/" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
  110.      <a href="/about/governance/" title="Governance"><button type="button" class="btn btn-center btn-primary btn-inline-block">Governance</button></a>
  111.    </div>
  112.    <!-- END Feature -->
  113.  
  114.    <!-- Feature -->
  115.    <div class="col-lg-6 feature">
  116.      <i class="fas fa-download"></i>
  117.      <h2>Latest Releases</h2>
  118.      <div class="text">
  119.        <p>
  120.          <strong>
  121.            2025-09-25 -
  122.            <a href="/about/news/postgresql-18-released-3142/">
  123.              PostgreSQL 18 Released!
  124.            </a>
  125.          </strong>
  126.        </p>
  127.        <p>
  128.          The PostgreSQL Global Development Group today announced the release of
  129.          <a href="/docs/18/release-18.html">PostgreSQL 18</a>, the latest
  130.          version of the world's most advanced open source database.
  131.        </p>
  132.        <p>
  133.          PostgreSQL 18 improves performance for workloads of all sizes through
  134.          a new I/O subsystem that has demonstrated up to 3× performance
  135.          improvements when reading from storage, and also increases the number
  136.          of queries that can use indexes. This release makes major-version
  137.          upgrades less disruptive, accelerating upgrade times and reducing the
  138.          time required to reach expected performance after an upgrade
  139.          completes. Developers also benefit from PostgreSQL 18 features,
  140.          including virtual generated columns that compute values at query time,
  141.          and the database-friendly <code>uuidv7()</code> function that provides
  142.          better indexing and read performance for UUIDs. PostgreSQL 18 makes it
  143.          easier to integrate with single-sign on (SSO) systems with support for
  144.          OAuth 2.0 authentication.
  145.        </p>
  146.        <p>
  147.          For the full list of features in PostgreSQL 18, please review the
  148.          <a href="/docs/18/release-18.html">release notes</a>. You can download
  149.          PostgreSQL 18 from the <a href="/download/">download</a> page.
  150.        </p>
  151.        <p>
  152.          For the <a href="/about/press/"></a>full press release</a>
  153.          and <a href="/about/press/">translations of the release announcement</a>,
  154.          please visit the <a href="/about/press/">press kit</a>.
  155.        </p>
  156.        <ul>
  157.          
  158.            <li class=""><strong>18.0</strong> &middot; 2025-09-25 &middot; <a href="/docs/18/release-18.html">Notes</a></li>
  159.          
  160.            <li class="pg-bg-gray"><strong>17.6</strong> &middot; 2025-08-14 &middot; <a href="/docs/17/release-17-6.html">Notes</a></li>
  161.          
  162.            <li class=""><strong>16.10</strong> &middot; 2025-08-14 &middot; <a href="/docs/16/release-16-10.html">Notes</a></li>
  163.          
  164.            <li class="pg-bg-gray"><strong>15.14</strong> &middot; 2025-08-14 &middot; <a href="/docs/15/release-15-14.html">Notes</a></li>
  165.          
  166.            <li class=""><strong>14.19</strong> &middot; 2025-08-14 &middot; <a href="/docs/14/release-14-19.html">Notes</a></li>
  167.          
  168.            <li class="pg-bg-gray"><strong>13.22</strong> &middot; 2025-08-14 &middot; <a href="/docs/13/release-13-22.html">Notes</a></li>
  169.          
  170.        </ul>
  171.      </div>
  172.      <a href="/download/" title="Download"><button type="button" class="btn btn-center btn-primary">Download</button></a>
  173.      <a href="/support/versioning/" title="Why Upgrade?"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Why Upgrade?</button></a>
  174.      <a href="/support/security/" title="Security"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Security</button></a>
  175.    </div>
  176.    <!-- END Feature -->
  177.  
  178.  </div>
  179.  <!-- END First Feature Row -->
  180.  <!-- Start Second Feature Row -->
  181.  <div class="row">
  182.    <!-- Feature -->
  183.    <div class="col-lg-6 feature">
  184.      <i class="fas fa-calendar-alt"></i>
  185.      <h2>Upcoming Events</h2>
  186.      <div class="text">
  187.        <ul>
  188.          
  189.            <li class=" non-badged">
  190.              
  191.              2025-11-20 &middot; <a href="/about/event/postgis-day-2025-2557/">PostGIS Day 2025</a>
  192.            </li>
  193.          
  194.            <li class="pg-bg-gray ">
  195.              
  196.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  197.              
  198.              2025-11-21 &middot; <a href="/about/event/postgresql-conference-japan-2025-2552/">PostgreSQL Conference Japan 2025</a>
  199.            </li>
  200.          
  201.            <li class=" ">
  202.              
  203.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  204.              
  205.              2026-02-06 &middot; <a href="/about/event/cern-pgday-2026-2566/">CERN PGDay 2026</a>
  206.            </li>
  207.          
  208.            <li class="pg-bg-gray ">
  209.              
  210.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  211.              
  212.              2026-03-05 &ndash; 2026-03-06 &middot; <a href="/about/event/postgresqlscale23x-2565/">PostgreSQL@SCaLE23x</a>
  213.            </li>
  214.          
  215.            <li class=" ">
  216.              
  217.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  218.              
  219.              2026-03-11 &ndash; 2026-03-13 &middot; <a href="/about/event/pgconf-india-2026-2560/">PGConf India 2026</a>
  220.            </li>
  221.          
  222.            <li class="pg-bg-gray ">
  223.              
  224.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  225.              
  226.              2026-03-26 &middot; <a href="/about/event/pgday-paris-2026-2562/">pgDay Paris 2026</a>
  227.            </li>
  228.          
  229.            <li class=" ">
  230.              
  231.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  232.              
  233.              2026-05-05 &middot; <a href="/about/event/pgconfbe-2026-2564/">PGConf.BE 2026</a>
  234.            </li>
  235.          
  236.        </ul>
  237.        <p>
  238.          <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  239.          indicates that an event is recognised under the <a href="/about/policies/conferences/">community event guidelines</a> and is directly helping the PostgreSQL community.
  240.        </p>
  241.      </div>
  242.      <a href="/about/events/" title="Check Schedule"><button type="button" class="btn btn-center btn-primary btn-inline-block">Check Schedule</button></a>
  243.      <a href="/account/events/new/" title="Add Your Event"><button type="button" class="btn btn-center btn-primary btn-inline-block">Add Your Event</button></a>
  244.    </div>
  245.    <!-- END Feature -->
  246.    <!-- Feature -->
  247.    <div class="col-lg-6 feature">
  248.      <i class="fas fa-envelope"></i>
  249.      <h2>Mailing Lists</h2>
  250.      <div class="text">
  251.        <p>
  252.          The PostgreSQL <a href="https://lists.postgresql.org" target="_blank" rel="noopener">mailing lists</a> enable you to interact with active community participants on subjects related to the development of PostgreSQL, discovering how to use PostgreSQL, or learning about upcoming events and product releases.
  253.        </p>
  254.        <p>
  255.          In order to manage your mailing list subscription, you need a <a href="/account/">PostgreSQL community account</a>. <a href="/account/">Signing up</a> is easy and gives you direct access to the <a href="/community/">global PostgreSQL community</a>.
  256.        </p>
  257.      </div>
  258.      <a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary btn-inline-block">Subscribe</button></a>
  259.      <a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">View Archives</button></a>
  260.    </div>
  261.    <!-- END Feature -->
  262.  </div>
  263.  <!-- END Second Feature Row -->
  264. </div>
  265. <!-- CTA -->
  266. <div class="container-fluid">
  267.  <div class="row">
  268.    <div class="col-lg-6 cta cta-3"></div>
  269.    <div class="col-lg-6 cta-text">
  270.      <h2>Learning Opportunities Ahead</h2>
  271.      <p class="text-left">
  272.        Want to learn more about PostgreSQL and help build the community? Come to one of the many events, local user groups, &amp; training sessions where you can meet experienced PostgreSQL users and enhance your database skills.
  273.      </p>
  274.      <a href="/about/events/" title="Browse Events"><button type="button" class="btn btn-light btn-rounded">Browse Events</button></a>
  275.      <a href="/community/user-groups/" title="Browse User Groups"><button type="button" class="btn btn-light btn-rounded">Browse User Groups</button></a>
  276.    </div>
  277.  </div>
  278. </div>
  279. <!-- END CTA -->
  280. <!-- News -->
  281. <div class="container">
  282.  <div class="row">
  283.    <div class="col-lg-7">
  284.      <h2 class="centered-lines">Latest News</h2>
  285.      <!-- Featured Post -->
  286.        <header>
  287.          <h3>
  288.            <a href="/about/news/postgresql-18-released-3142/">
  289.              PostgreSQL 18 Released!
  290.            </a>
  291.          </h3>
  292.          <ul class="meta">
  293.            <li><i class="far fa-clock"></i>&nbsp;2025-09-25</li>
  294.            <!--<li><i class="far fa-comments"></i> 0</li>-->
  295.          </ul>
  296.        </header>
  297.        <p>
  298.          The PostgreSQL Global Development Group today announced the release of
  299.          <a href="/docs/18/release-18.html">PostgreSQL 18</a>, the latest
  300.          version of the world's most advanced open source database.
  301.        </p>
  302.        <p>
  303.          PostgreSQL 18 improves performance for workloads of all sizes through
  304.          a new I/O subsystem that has demonstrated up to 3× performance
  305.          improvements when reading from storage, and also increases the number
  306.          of queries that can use indexes. This release makes major-version
  307.          upgrades less disruptive, accelerating upgrade times and reducing the
  308.          time required to reach expected performance after an upgrade
  309.          completes. Developers also benefit from PostgreSQL 18 features,
  310.          including virtual generated columns that compute values at query time,
  311.          and the database-friendly <code>uuidv7()</code> function that provides
  312.          better indexing and read performance for UUIDs. PostgreSQL 18 makes it
  313.          easier to integrate with single-sign on (SSO) systems with support for
  314.          OAuth 2.0 authentication.
  315.        </p>
  316.        <p>
  317.          "The efforts of the global open source community shape every
  318.          PostgreSQL release and help deliver features that meet users where
  319.          their data resides," said Jonathan Katz, a member of the PostgreSQL
  320.          core team. "PostgreSQL 18 builds on the project's long, rich history
  321.          of delivering a reliable and robust data management experience, while
  322.          continuing to expand the workloads it can support."
  323.        </p>
  324.        <p>
  325.          PostgreSQL, an innovative data management system known for its
  326.          reliability, robustness, and extensibility, benefits from nearly 30
  327.          years of open source development from a global developer community and
  328.          has become the preferred open source relational database for
  329.          organizations of all sizes.
  330.        </p>
  331.        <ul class="bold">
  332.          <li><a href="/about/news/postgresql-18-released-3142/">Release Announcement</a></li>
  333.          <li><a href="/about/press/">Press Kit &amp; Translations</a></li>
  334.          <li><a href="/docs/18/release-18.html">PostgreSQL 18 Release Notes</a></li>
  335.          <li><a href="/support/versioning/">Versioning Policy</a>
  336.          <li><a href="/download/">Download</a></li>
  337.        </ul>
  338.        <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">Browse Archives</button></a>
  339.        <a href="/account/news/new/" title="Submit News"><button type="button" class="btn btn-primary btn-center btn-inline-block">Submit News</button></a>
  340.    </div>
  341.    <div class="col-lg-5">
  342.      <div class="sidebar">
  343.  
  344.        <!-- Archives -->
  345.        <ul class="divided">
  346.          
  347.            <li>
  348.              <h3><a href="/about/news/pg_dbms_errlog-v22-released-3161/">pg_dbms_errlog v2.2 released</a></h3>
  349.              <ul class="meta">
  350.                <li><i class="far fa-clock"></i>&nbsp;2025-10-20 by HexaCluster</li>
  351.              </ul>
  352.            </li>
  353.          
  354.            <li>
  355.              <h3><a href="/about/news/pg_ivm-113-released-3159/">pg_ivm 1.13 released</a></h3>
  356.              <ul class="meta">
  357.                <li><i class="far fa-clock"></i>&nbsp;2025-10-20 by IVM Development Group</li>
  358.              </ul>
  359.            </li>
  360.          
  361.            <li>
  362.              <h3><a href="/about/news/credcheck-v41-has-been-released-3156/">credcheck v4.1 has been released</a></h3>
  363.              <ul class="meta">
  364.                <li><i class="far fa-clock"></i>&nbsp;2025-10-20 by HexaCluster</li>
  365.              </ul>
  366.            </li>
  367.          
  368.            <li>
  369.              <h3><a href="/about/news/plhaskell-v50-released-3162/">PL/Haskell v5.0 Released</a></h3>
  370.              <ul class="meta">
  371.                <li><i class="far fa-clock"></i>&nbsp;2025-10-20 by PL/Haskell</li>
  372.              </ul>
  373.            </li>
  374.          
  375.            <li>
  376.              <h3><a href="/about/news/announcing-pg_oidc_validator-3160/">Announcing pg_oidc_validator</a></h3>
  377.              <ul class="meta">
  378.                <li><i class="far fa-clock"></i>&nbsp;2025-10-20 by Percona</li>
  379.              </ul>
  380.            </li>
  381.          
  382.        </ul>
  383.        <!-- END Archives -->
  384.      </div>
  385.    </div>
  386.  </div>
  387. </div>
  388. <!-- Blog -->
  389. <div class="container margin">
  390.   <div class="row">
  391.     <div class="col-md-12">
  392.       <h2 class="centered-lines"><span>PLANET POSTGRESQL</span></h2>
  393.       <div class="feature"><i class="fas fa-globe"></i></div>
  394.    </div>
  395.   </div>
  396.   <!-- First Row Planet PostgreSQL -->
  397.   <div class="row">
  398.     <!-- First Column First Row Planet PostgreSQL -->
  399.      
  400.        <div class="col-md-4">
  401.          <div class="text-center">
  402.            <h3><a href="https://postgr.es/p/7k6"> #PostgresMarathon 2-009: Prepared statements and partitioned table lock explosi</a></h3>
  403.            <ul class="meta">
  404.              <li><i class="far fa-comments"></i>&nbsp;Nikolay Samokhvalov</li>
  405.              <li><i class="far fa-clock"></i>&nbsp;2025-10-28</li>
  406.            </ul>
  407.          </div>
  408.        </div>
  409.      
  410.        <div class="col-md-4">
  411.          <div class="text-center">
  412.            <h3><a href="https://postgr.es/p/7k7"> The Future of CYBERTEC and PostgreSQL</a></h3>
  413.            <ul class="meta">
  414.              <li><i class="far fa-comments"></i>&nbsp;Hans-Juergen Schoenig</li>
  415.              <li><i class="far fa-clock"></i>&nbsp;2025-10-28</li>
  416.            </ul>
  417.          </div>
  418.        </div>
  419.      
  420.        <div class="col-md-4">
  421.          <div class="text-center">
  422.            <h3><a href="https://postgr.es/p/7k4"> Explaining IPC:SyncRep – Postgres Sync Replication is Not Actually Sync Replicatio</a></h3>
  423.            <ul class="meta">
  424.              <li><i class="far fa-comments"></i>&nbsp;Jeremy Schneider</li>
  425.              <li><i class="far fa-clock"></i>&nbsp;2025-10-27</li>
  426.            </ul>
  427.          </div>
  428.        </div>
  429.      
  430.        <div class="col-md-4">
  431.          <div class="text-center">
  432.            <h3><a href="https://postgr.es/p/7k0"> Troubleshooting PostgreSQL Logical Replication, Working with LSNs</a></h3>
  433.            <ul class="meta">
  434.              <li><i class="far fa-comments"></i>&nbsp;Robert Bernier</li>
  435.              <li><i class="far fa-clock"></i>&nbsp;2025-10-27</li>
  436.            </ul>
  437.          </div>
  438.        </div>
  439.      
  440.        <div class="col-md-4">
  441.          <div class="text-center">
  442.            <h3><a href="https://postgr.es/p/7k5"> Slonik on the Catwalk: PGConf.EU 2025 Recap</a></h3>
  443.            <ul class="meta">
  444.              <li><i class="far fa-comments"></i>&nbsp;Mayur B.</li>
  445.              <li><i class="far fa-clock"></i>&nbsp;2025-10-27</li>
  446.            </ul>
  447.          </div>
  448.        </div>
  449.      
  450.        <div class="col-md-4">
  451.          <div class="text-center">
  452.            <h3><a href="https://postgr.es/p/7k1"> Returning Multiple Rows with Postgres Extensions</a></h3>
  453.            <ul class="meta">
  454.              <li><i class="far fa-comments"></i>&nbsp;Shaun Thomas</li>
  455.              <li><i class="far fa-clock"></i>&nbsp;2025-10-27</li>
  456.            </ul>
  457.          </div>
  458.        </div>
  459.      
  460.        <div class="col-md-4">
  461.          <div class="text-center">
  462.            <h3><a href="https://postgr.es/p/7j-"> Contributions for week 43, 2025</a></h3>
  463.            <ul class="meta">
  464.              <li><i class="far fa-comments"></i>&nbsp;Cornelia Biacsics</li>
  465.              <li><i class="far fa-clock"></i>&nbsp;2025-10-26</li>
  466.            </ul>
  467.          </div>
  468.        </div>
  469.      
  470.        <div class="col-md-4">
  471.          <div class="text-center">
  472.            <h3><a href="https://postgr.es/p/7ju"> Temporal Joins</a></h3>
  473.            <ul class="meta">
  474.              <li><i class="far fa-comments"></i>&nbsp;Christopher Winslett</li>
  475.              <li><i class="far fa-clock"></i>&nbsp;2025-10-24</li>
  476.            </ul>
  477.          </div>
  478.        </div>
  479.      
  480.        <div class="col-md-4">
  481.          <div class="text-center">
  482.            <h3><a href="https://postgr.es/p/7jn"> Loading The Titanic Passenger Data Into PostgreSQL With DBeaver Part 2</a></h3>
  483.            <ul class="meta">
  484.              <li><i class="far fa-comments"></i>&nbsp;Dave Stokes</li>
  485.              <li><i class="far fa-clock"></i>&nbsp;2025-10-22</li>
  486.            </ul>
  487.          </div>
  488.        </div>
  489.      
  490.   </div>
  491.   <!-- END First Row Planet PostgreSQL -->
  492.   <div class="row">
  493.     <div class="col-sm-12">
  494.       <a href="https://planet.postgresql.org" title="Browse Archives" target="_blank" rel="noopener"><button type="button" class="btn btn-center btn-primary">Browse Archives</button></a>
  495.     </div>
  496.   </div>
  497. </div>
  498. <!-- SUBMIT A BUG -->
  499. <div class="container-fluid">
  500.   <div class="row">
  501.     <div class="col-lg-6 cta-text">
  502.       <h2>Seeing unexpected behavior?</h2>
  503.       <p>
  504.         The PostgreSQL community takes pride in releasing software that reliably stores your data. If you believe you've discovered a bug, please click the button below and follow the instructions on how to submit a bug.
  505.       </p>
  506.       <a href="/account/submitbug/" title="Submit a Bug"><button type="button" class="btn btn-light btn-rounded">Submit a Bug</button></a>
  507.     </div>
  508.     <div class="col-lg-6 cta cta-2"></div>
  509.   </div>
  510. </div>
  511. <!-- END SUBMIT A BUG -->
  512.  
  513.    <!-- Footer -->
  514.    <footer id="footer">
  515.      <!-- Copyright -->
  516.      <div class="container">
  517.        <a href="/about/policies/">Policies</a> |
  518.        <a href="/about/policies/coc/">Code of Conduct</a> |
  519.        <a href="/about/">About PostgreSQL</a> |
  520.        <a href="/about/contact/">Contact</a><br/>
  521.        <p>Copyright &copy; 1996-2025 The PostgreSQL Global Development Group</p>
  522.      </div>
  523.    </footer>
  524.    <script src="/media/js/main.js?e54c1eb0"></script>
  525.  
  526.  </body>
  527. </html>
  528.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda