Stars
Watchers
Forks
Last Commit
C
PostgreSQL License
PostgreSQL is one of the most advanced open-source databases, with numerous data types and functions added over the years. Data types include: Primitives: Integer, Numeric, String, Boolean. Structured: Date/Time, Array, Range / Multirange, UUID. Document: JSON/JSONB, XML, Key-value (Hstore). Geometry: Point, Line, Circle, Polygon. Customizations: Composite, Custom Types.
PostgreSQL strives to conform to the ANSI-SQL:2008 standard, is fully ACID (Atomicity, Consistency, Isolation and Durability) compliant, and is well-known for its rock-solid referential and transactional integrity. Its data integrity features ensure only validated data is stored.
All files stored in the database are protected from reading by any account other than the superuser account. Authentication is ensured via: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, and more; a robust access-control system; column and row-level security; and multi-factor authentication with certificates.
PostgreSQL is extensible because its operation is catalog-driven, with stored functions and procedures; Procedural Languages (PL/PGSQL, Perl, Python, etc); SQL/JSON path expressions; foreign data wrappers; customizable storage interface for tables, and many extensions that provide additional functionality, including PostGIS.
Select an open-source software and start using it in under 5 minutes.
Migrate your software and data between our supported cloud providers any time you want.
A guaranteed monthly price covers everything: compute, storage, bandwidth, updates, security & maintenance.
Our in-house monitoring and alerting tools allow us to provide up to 99.99% uptime guarantees for enterprise deployments.
We deliver all services on dedicated virtual machines: you get full access to the underlying resources and kernel-level security.
All connections between your computer, the dashboard and your services are encrypted end-to-end with TLS, and all data is encrypted at rest.
Here are some most commonly asked questions