About 257,000 results
Open links in new tab
  1. PostgreSQL: The world's most advanced open source database

    PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

  2. Downloads - PostgreSQL

    Nov 13, 2025 · PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if you want to build it yourself.

  3. Documentation - PostgreSQL

    November 13, 2025: PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!

  4. Windows installers - PostgreSQL

    Nov 13, 2025 · The Windows installer is designed to be a straightforward, fast way to get up and running with Postgres. In the unlikely event that you have issues with the installer, please report them on the …

  5. About - PostgreSQL

    Nov 13, 2025 · PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most …

  6. psqlodbc - PostgreSQL ODBC driver

    Some time later and after some discussion with members of the PostgreSQL organization, psqlODBC was adapted as the part of the PostgreSQL source distribution. The driver continued to be …

  7. PostgreSQL: Documentation: 18: CREATE DATABASE

    Nov 13, 2025 · In particular, by writing TEMPLATE template0, you can create a pristine database (one where no user-defined objects exist and where the system objects have not been altered) containing …

  8. PostgreSQL: Documentation: 18: psql

    Nov 13, 2025 · In order to connect to a database you need to know the name of your target database, the host name and port number of the server, and what database user name you want to connect as. …

  9. PostgreSQL: Documentation: 18: Chapter 8. Data Types

    Nov 13, 2025 · Most of the alternative names listed in the “Aliases” column are the names used internally by PostgreSQL for historical reasons. In addition, some internally used or deprecated types …

  10. Initializing the Driver | pgJDBC - PostgreSQL

    You should not import the org.postgresql package unless you are using PostgreSQL® extensions to the JDBC API.