We are excited to announce the release of [pgspot]( 0.8.1, a new version of our vulnerability checker for PostgreSQL SQL ...
PostgreSQL manages database access permissions using the concept of roles. A role can be thought of as either a database user, or a group of database users, depending on how the role is set up. Roles ...
Indexes can also be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column. Currently, only B-tree indexes can be declared unique. When an ...
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 ...
Table 9.54 shows the specialized operators available for array types. In addition to those, the usual comparison operators shown in Table 9.1 are available for arrays. The comparison operators compare ...
Chris Travers (Chair) chris.travers (at) gmail.com Chris Travers has 25 years of experience with PostgreSQL in many roles from DBA to developer and is active on commitfiests. He also actively presents ...
Version 21.0 of Ora2Pg, a free and reliable tool used to migrate an Oracle database to PostgreSQL, has been officially released and is publicly available for download. This release fix several issues ...
Certain extensions, principally extensions that implement custom access methods, may need to perform write-ahead logging in order to ensure crash-safety. PostgreSQL provides two ways for extensions to ...
26 septembre 2024 - Le PostgreSQL Global Development Group annonce aujourd'hui la publication de PostgreSQL 17, dernière version de la base de données open source de référence. PostgreSQL 17 repose ...
The PostgreSQL Global Development Group today announced the release of PostgreSQL 17, the latest version of the world's most advanced open source database. PostgreSQL 17 builds on decades of open ...
PGroonga is a PostgreSQL extension that makes PostgreSQL fast full text search platform for all languages! It's released under PostgreSQL license. There are some PostgreSQL extensions that improves ...
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.12. This release of pgAdmin 4 includes 13 bug fixes and new features. For more details please ...