Home Explore Blog CI



postgresql

52th chunk of `doc/src/sgml/installation.sgml`
e9d7fb811d3bd05c637c8cabd7591efcc88ab74d2a1a27dc000000010000096f
 that binaries,
        dependencies and developer files are all needed.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>MIT Kerberos</productname></term>
       <listitem><para>
        Required for GSSAPI authentication support. MIT Kerberos can be
        downloaded from
        <ulink url="https://web.mit.edu/Kerberos/dist/index.html"></ulink>.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>libxml2</productname> and
        <productname>libxslt</productname></term>
       <listitem><para>
        Required for XML support. Binaries can be downloaded from
        <ulink url="https://zlatkovic.com/pub/libxml"></ulink> or source from
        <ulink url="http://xmlsoft.org"></ulink>. Note that libxml2 requires iconv,
        which is available from the same download location.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>LZ4</productname></term>
       <listitem><para>
        Required for supporting <productname>LZ4</productname> compression.
        Binaries and source can be downloaded from
        <ulink url="https://github.com/lz4/lz4/releases"></ulink>.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>Zstandard</productname></term>
       <listitem><para>
        Required for supporting <productname>Zstandard</productname> compression.
        Binaries and source can be downloaded from
        <ulink url="https://github.com/facebook/zstd/releases"></ulink>.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>OpenSSL</productname></term>
       <listitem><para>
        Required for SSL support. Binaries can be downloaded from
        <ulink url="https://slproweb.com/products/Win32OpenSSL.html"></ulink>
        or source from <ulink url="https://www.openssl.org"></ulink>.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>ossp-uuid</productname></term>
       <listitem><para>
        Required for UUID-OSSP support (contrib only). Source can be
        downloaded from
        <ulink url="http://www.ossp.org/pkg/lib/uuid/"></ulink>.
       </para></listitem>
      </varlistentry>

      <varlistentry>
       <term><productname>Python</productname></term>
       <listitem><para>
        Required

Title: Additional Dependencies for Building PostgreSQL on Windows
Summary
Several additional products are required to build PostgreSQL on Windows, including MIT Kerberos, libxml2, libxslt, LZ4, Zstandard, OpenSSL, ossp-uuid, and Python, each providing support for specific features such as authentication, XML, compression, SSL, and UUID generation.