CINXE.COM
PostgreSQL: About
<!doctype html> <html lang="en"> <head> <title>PostgreSQL: About</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" /> <meta name="theme-color" content="#336791"/> <meta name="copyright" content="The PostgreSQL Global Development Group" /> <link href="/media/css/fontawesome.css?18db9df6" rel="stylesheet"> <link rel="stylesheet" href="/media/css/bootstrap-4.4.1.min.css"> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/dyncss/base.css?18db9df6"> <script src="/media/js/theme.js?18db9df6"></script> </head> <body> <div class="container-fluid"> <div class="row justify-content-md-center"> <div class="col"> <!-- Header --> <nav class="navbar navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand p-0" href="/"> <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#pgNavbar" aria-controls="pgNavbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="pgNavbar"> <ul class="navbar-nav mr-auto"> <li class="nav-item p-2"><a href="/" title="Home">Home</a></li> <li class="nav-item p-2"><a href="/about/" title="About">About</a></li> <li class="nav-item p-2"><a href="/download/" title="Download">Download</a></li> <li class="nav-item p-2"><a href="/docs/" title="Documentation">Documentation</a></li> <li class="nav-item p-2"><a href="/community/" title="Community">Community</a></li> <li class="nav-item p-2"><a href="/developer/" title="Developers">Developers</a></li> <li class="nav-item p-2"><a href="/support/" title="Support">Support</a></li> <li class="nav-item p-2"><a href="/about/donate/" title="Donate">Donate</a></li> <li class="nav-item p-2"><a href="/account/" title="Your account">Your account</a></li> </ul> <form role="search" method="get" action="/search/"> <div class="input-group"> <input id="q" name="q" type="text" size="20" maxlength="255" accesskey="s" class="form-control" placeholder="Search for..."> <span class="input-group-btn"> <button class="btn btn-default" type="submit"><i class="fas fa-search"></i></button> </span> </div><!-- /input-group --> </form> <form id="form-theme" class="form-inline d-none"> <button id="btn-theme" class="btn btn-default ml-1" type="button"></button> </form> </div> </nav> </div> </div> <div class="row justify-content-center pg-shout-box"> <div class="col text-white text-center">November 21, 2024: <a href="/about/news/postgresql-172-166-1510-1415-1318-and-1222-released-2965/"> PostgreSQL 17.2, 16.6, 15.10, 14.15, 13.18, and 12.22 Released! </a> </div> </div> </div> <div class="container-fluid margin"> <div class="row"> <div class="col-lg-2"> <div id="pgSideWrap"> <div id="pgSideNav"> <h2>Quick Links</h2> <ul> <li><a href="/about/">About</a> </li> <li><a href="/about/governance/">Governance</a> </li> <li><a href="/about/policies/">Policies</a> </li> <li><a href="/about/featurematrix/">Feature Matrix</a> </li> <li><a href="/about/donate/">Donate</a> </li> <li><a href="/docs/current/history.html">History</a> </li> <li><a href="/about/sponsors/">Sponsors</a> <ul> <li><a href="/about/contributing/">Contributing</a></li> <li><a href="/about/financial/">Financial</a></li> <li class="last-child"><a href="/about/servers/">Servers</a></li> </ul> </li> <li><a href="/about/newsarchive/">Latest News</a> </li> <li><a href="/about/events/">Upcoming Events</a> <ul> <li class="last-child"><a href="/about/eventarchive/">Past events</a></li> </ul> </li> <li><a href="/about/press/">Press</a> </li> <li class="last-child"><a href="/about/licence/">Licence</a> </li> </ul> </div> </div> <!-- pgSideWrap --> </div> <div class="col-lg-10"> <div id="pgContentWrap"> <h1>About <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo" /></h1> <h2>What is PostgreSQL?</h2> <p>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 complicated data workloads. The origins of PostgreSQL date back to 1986 as part of the <a href="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has more than 35 years of active development on the core platform.</p> <p>PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions. PostgreSQL runs on <a href="/download/">all major operating systems</a>, has been <a href="https://en.wikipedia.org/wiki/ACID" target="_blank" rel="noopener">ACID</a>-compliant since 2001, and has powerful add-ons such as the popular <a href="https://postgis.net/" target="_blank" rel="noopener">PostGIS</a> geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.</p> <p><a href="/docs/current/tutorial.html">Getting started</a> with using PostgreSQL has never been easier - pick a project you want to build, and let PostgreSQL safely and robustly store your data.</p> <h2>Why use PostgreSQL?</h2> <p> PostgreSQL comes with <a href="/about/featurematrix/">many features</a> aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the dataset. In addition to being <a href="/about/license/">free and open source</a>, PostgreSQL is highly extensible. For example, you can define your own data types, build out custom functions, even write code from <a href="/docs/current/xplang.html">different programming languages</a> without recompiling your database! </p> <p>PostgreSQL tries to conform with the <a href="/docs/current/features.html">SQL standard</a> where such conformance does not contradict traditional features or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over time. As of the version 16 release in September 2023, PostgreSQL conforms to at least 170 of the 177 mandatory features for SQL:2023 Core conformance. As of this writing, no relational database meets full conformance with this standard. </p> <p>Below is an inexhaustive list of various features found in PostgreSQL, with more being added in every <a href="/developer/roadmap/">major release</a>: </p> <ul> <li> <strong>Data Types</strong> <ul> <li>Primitives: Integer, Numeric, String, Boolean</li> <li>Structured: Date/Time, Array, Range / Multirange, UUID</li> <li>Document: JSON/JSONB, XML, Key-value (Hstore)</li> <li>Geometry: Point, Line, Circle, Polygon</li> <li>Customizations: Composite, Custom Types</li> </ul> </li> <li> <strong>Data Integrity</strong> <ul> <li>UNIQUE, NOT NULL</li> <li>Primary Keys</li> <li>Foreign Keys</li> <li>Exclusion Constraints</li> <li>Explicit Locks, Advisory Locks</li> </ul> </li> <li> <strong>Concurrency, Performance</strong> <ul> <li>Indexing: B-tree, Multicolumn, Expressions, Partial</li> <li>Advanced Indexing: GiST, SP-Gist, KNN Gist, GIN, BRIN, Covering indexes, Bloom filters</li> <li>Sophisticated query planner / optimizer, index-only scans, multicolumn statistics</li> <li>Transactions, Nested Transactions (via savepoints)</li> <li>Multi-Version concurrency Control (MVCC)</li> <li>Parallelization of read queries and building B-tree indexes</li> <li>Table partitioning</li> <li>All transaction isolation levels defined in the SQL standard, including Serializable</li> <li>Just-in-time (JIT) compilation of expressions</li> </ul> </li> <li> <strong>Reliability, Disaster Recovery</strong> <ul> <li>Write-ahead Logging (WAL)</li> <li>Replication: Asynchronous, Synchronous, Logical</li> <li>Point-in-time-recovery (PITR), active standbys</li> <li>Tablespaces</li> </ul> </li> <li> <strong>Security</strong> <ul> <li>Authentication: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, and more</li> <li>Robust access-control system</li> <li>Column and row-level security</li> <li>Multi-factor authentication with certificates and an additional method</li> </ul> </li> <li> <strong>Extensibility</strong> <ul> <li>Stored functions and procedures</li> <li>Procedural Languages: PL/pgSQL, Perl, Python, and Tcl. There are other languages available through extensions, e.g. Java, JavaScript (V8), R, Lua, and Rust</li> <li>SQL/JSON constructors, query functions, path expressions, and JSON_TABLE</li> <li>Foreign data wrappers: connect to other databases or streams with a standard SQL interface</li> <li>Customizable storage interface for tables</li> <li>Many extensions that provide additional functionality, including PostGIS</li> </ul> </li> <li> <strong>Internationalisation, Text Search</strong> <ul> <li>Support for international character sets, e.g. through ICU collations</li> <li>Case-insensitive and accent-insensitive collations</li> <li>Full-text search</li> </ul> </li> </ul> <p>There are many more features that you can discover in the PostgreSQL <a href="/docs/">documentation</a>. Additionally, PostgreSQL is highly extensible: many features, such as indexes, have defined APIs so that you can build out with PostgreSQL to solve your challenges.</p> <p>PostgreSQL has been proven to be highly scalable both in the sheer quantity of data it can manage and in the number of concurrent users it can accommodate. There are active PostgreSQL clusters in production environments that manage many terabytes of data, and specialized systems that manage petabytes.</p> <h2>Any questions?</h2> <p> The first place to go to for any questions on PostgreSQL is its <a href="/docs/">world-renowned documentation</a>, which discusses how to use PostgreSQL in-depth. </p> <p> We also have many <strong><a href="/list/">mailing lists</a></strong> where you can connect and participate in the <a href="/community/">community</a>. There are also many <a href="/about/events/">events</a> and <a href="/community/user-groups/">local user groups</a> where you can connect with other PostgreSQL users. </p> <h2>Our users <i class="fa fa-heart"></i> us</h2> <div class="row"> <div class="col-md-8 col-center m-auto"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Carousel indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> <!-- Wrapper for carousel items --> <div class="carousel-inner"> <div class="item carousel-item active"> <p class="testimonial">"Fujitsu is proud of its sponsorship of contributions to PostgreSQL and of its work with the PostgreSQL community. We are committed to helping make PostgreSQL the leading Database Management System."</p> <p class="overview">Takayuki Nakazawa, <a href="" target="_blank" rel="noopener">Director of Fujitsu's OSS Database in Software Group</a></p> </div> <div class="item carousel-item "> <p class="testimonial">Zalando relies on the stability and performance of hundreds of PostgreSQL database servers to continuously serve millions of customers all around Europe.</p> <p class="overview">Valentine Gogichashvili, <a href="http://tech.zalando.com/" target="_blank" rel="noopener">Zalando Technologies</a></p> </div> <div class="item carousel-item "> <p class="testimonial">With our previous solution, we found it difficult to support databases over 50GB. Now, because of PostgreSQL, we are easily working with databases with 400GB+ of data and hundreds of millions of records... It has brought us to our markets spotlight and has played a primary role in our continuing growth of revenue.</p> <p class="overview">Joshua Marsh, <a href="http://www.listfusion.net" target="_blank" rel="noopener">Listfusion</a></p> </div> <div class="item carousel-item "> <p class="testimonial">PostgreSQL 9.1 provides some of the most advanced enterprise capabilities of any open source database, and is backed by a vibrant and innovative community with proven customer success.</p> <p class="overview">Charles Fan, <a href="http://www.vmware.com/" target="_blank" rel="noopener">Sr. VP R&D, VMware</a></p> </div> <div class="item carousel-item "> <p class="testimonial">[Our customers] expect both high performance and high availability from our software, central part of which is the SQL database engine. And we have found that the PostgreSQL is really up to the task.</p> <p class="overview">Maksym Sobolyev, <a href="http://www.sippysoft.com" target="_blank" rel="noopener">SippySoft Inc.</a></p> </div> </div> <!-- Carousel controls --> <a class="carousel-control left carousel-control-prev" href="#myCarousel" data-slide="prev"> <i class="fa fa-angle-left"></i> </a> <a class="carousel-control right carousel-control-next" href="#myCarousel" data-slide="next"> <i class="fa fa-angle-right"></i> </a> </div> </div> </div> <h2>What's a database project without statistics?</h2> <div class="container-fluid"> <div class="row"> <div class="col-sm-3 feature-grid"> <h3>35+ Years Development</h3> </div> <div class="col-sm-3 feature-grid"> <h3>700+ Contributors</h3> </div> <div class="col-sm-3 feature-grid"> <h3>59,000+ Commits</h3> </div> <div class="col-sm-3 feature-grid"> <h3>70+ Local User Groups</h3> </div> </div> <div class="row"> <div class="col-sm-3 feature-grid"> <h3>1,700,000+ Lines of C</h3> </div> <div class="col-sm-3 feature-grid"> <h3>700+ Events</h3> </div> <div class="col-sm-3 feature-grid"> <h3>Millions of Happy Users</h3> </div> <div class="col-sm-3 feature-grid"> <h3>∞ Data Stored</h3> </div> </div> </div> </div> <!-- pgContentWrap --> </div> </div> </div> <!-- Footer --> <footer id="footer"> <div class="container"> <div class="row"> <div class="col-md-12"> <ul> <li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li> <li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li> </ul> </div> </div> </div> <!-- Copyright --> <div class="container"> <a href="/about/policies/">Policies</a> | <a href="/about/policies/coc/">Code of Conduct</a> | <a href="/about/">About PostgreSQL</a> | <a href="/about/contact/">Contact</a><br/> <p>Copyright © 1996-2024 The PostgreSQL Global Development Group</p> </div> </footer> <script src="/media/js/jquery-3.4.1.slim.min.js"></script> <script src="/media/js/popper-1.16.0.min.js"></script> <script src="/media/js/bootstrap-4.4.1.min.js"></script> <script src="/media/js/main.js?18db9df6"></script> </body> </html>