We are pleased to announce that the schedule for **CERN PGDay 2025** has been published. The conference will take place ...
We’re thrilled to introduce the autobase version [2.1.0]( the powerful automated database platform for PostgreSQL®, now with a fresh name, ...
postgresql-9.0.0.tar.bz2 Sept. 17, 2010, 1:34 a.m. 13.1 MB postgresql-9.0.0.tar.bz2.md5 Sept. 17, 2010, 1:38 a.m. 66 bytes postgresql-9.0.0.tar.gz Sept. 17, 2010, 1: ...
CREATE SEQUENCE creates a new sequence number generator. This involves creating and initializing a new special single-row table with the name name. The generator will be owned by the user issuing the ...
pg_freespace(rel regclass IN, blkno bigint IN) returns int2 Returns the amount of free space on the page of the relation, specified by blkno, according to the FSM. pg_freespace(rel regclass IN, blkno ...
This release contains a variety of fixes from 16.2. For information about new features in major release 16, see Section E.7.
The name (optionally schema-qualified) of an existing collation. When a collation object is created, the provider-specific version of the collation is recorded in the system catalog. When the ...
postmaster.opts A file recording the command-line options the server was last started with postmaster.pid A lock file recording the current postmaster process ID (PID), cluster data directory path, ...
The most important disk monitoring task of a database administrator is to make sure the disk doesn't become full. A filled data disk will not result in data corruption, but it might prevent useful ...