The pgmoneta community is happy to announce version 0.14.0.
We are very glad to announce the 4.5.0 version of E-Maj. E-Maj is a PostgreSQL extension which enables fine-grained write logging and time travel on subsets of the database. This version brings the ...
This message is being sent from the Community Code of Conduct Committee, with the approval of the Core Team. As ...
This section describes the SQL-compliant conditional expressions available in PostgreSQL. Tip: If your needs go beyond the capabilities of these conditional expressions, you might want to consider ...
Nordic PGDay will once again return to Copenhagen for a day of PostgreSQL by the sea on March 18 2025. Nordic PGDay is a one-day single track event (with an adjoining sponsor track) focusing on ...
Hello, Greetings from India PostgreSQL User Group! We are pleased to announce that **PGConf India 2025** will be held in ...
The PostgreSQL Global Development Group announces that the first release candidate of PostgreSQL 17 is now available for ...
An attacker having permission to create non-temporary objects in at least one schema can execute arbitrary SQL functions under the identity of a superuser. VACUUM without the FULL option is safe, and ...
CREATE VIEW defines a view of a query. The view is not physically materialized. Instead, the query is run every time the view is referenced in a query. CREATE OR REPLACE VIEW is similar, but if a view ...
pg_upgrade (formerly called pg_migrator) allows data stored in PostgreSQL data files to be upgraded to a later PostgreSQL major version without the data dump/restore ...
Many companies provide hosting solutions based on PostgreSQL. Some also provide complete solutions including support contracts.
PostgreSQL provides various lock modes to control concurrent access to data in tables. These modes can be used for application-controlled locking in situations where MVCC does not give the desired ...