postgresql-common 171 source package in Ubuntu
Changelog
postgresql-common (171) unstable; urgency=medium [ Christoph Berg ] * pgdg: Deprecate 8.4 and 9.0. * Enable 9.4 for wheezy-backports. * pg_createcluster: Fix stats_temp_directory handling on 8.3, thanks to Marco Nenciarini for the inital patch. * pg_createcluster: Mute verbose chattr output. * pg_conftool: Don't quote output in '-s'hort mode. * debian/maintscripts-functions: If the catalog version changes in devel/alpha versions, save a minimal copy of the old version binaries in the preinst to enable using pg_upgrade. Use debconf in the postinst to instruct the user how to proceed with the upgrade. * pg_buildext: Replace multiple occurrences of PGVERSION on the same line, and implement replacing for debian/tests/control.in. * t/015_start_stop.t: Validate pg_ctlcluster/systemctl exit codes. * pg_ctlcluster: Redirect requests to systemd when invoked as root and no extra pg_ctl or postgres options are given. Trying to start already running clusters clusters will return 0 now (was 2 in the native implementation). * pg_createcluster, pg_renamecluster: Warn on cluster names with dashes. * pg_upgradecluster: Deprecate ssl_renegotiation_limit in 9.5. [ Martin Pitt ] * pg_upgradecluster: Fix "ANALZYE" typo. * debian/supported-versions: Add Ubuntu 16.04. * Update Turkish debconf translations, thanks Atila KOÇ! (Closes: #799274) * t/020_create_sql_remove.t: Skip postmaster OOM killer adjustment when running in a container, as these often have restricted privileges. -- Christoph Berg <email address hidden> Fri, 18 Dec 2015 16:22:37 +0100
Upload details
- Uploaded by:
- Debian PostgreSQL Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PostgreSQL Maintainers
- Architectures:
- all
- Section:
- database
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
postgresql-common_171.dsc | 2.2 KiB | 64cea9abb521ab0e881f3d8675628972f1b1e9856a0fb83b7b7058333b3a37ab |
postgresql-common_171.tar.xz | 193.5 KiB | 79ade9f55120bf5055c0ee4d64cb0f01e57f560af72fbb8cad5967dc12251e39 |
Available diffs
- diff from 170 to 171 (29.5 KiB)
No changes file available.
Binary packages built by this source
- postgresql: object-relational SQL database (supported version)
This metapackage always depends on the currently supported PostgreSQL
database server version.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
- postgresql-client: front-end programs for PostgreSQL (supported version)
This metapackage always depends on the currently supported database
client package for PostgreSQL.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
- postgresql-client-common: manager for multiple PostgreSQL client versions
The postgresql-
client- common package provides a structure under which
multiple versions of PostgreSQL client programs may be installed at
the same time. It provides a wrapper which selects the right version
for the particular cluster you want to access (with a command line
option, an environment variable, /etc/postgresql-common/ user_clusters,
or ~/.postgresqlrc).
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
- postgresql-common: PostgreSQL database-cluster manager
The postgresql-common package provides a structure under which
multiple versions of PostgreSQL may be installed and/or multiple
clusters maintained at one time.
.
The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
pg_virtualenv.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
- postgresql-contrib: additional facilities for PostgreSQL (supported version)
This metapackage always depends on the currently supported PostgreSQL
database contrib package.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
- postgresql-doc: documentation for the PostgreSQL database management system
This metapackage always depends on the currently supported PostgreSQL
database documentation package.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
- postgresql-server-dev-all: extension build tool for multiple PostgreSQL versions
The postgresql-
server- dev-all package provides the pg_buildext script for
simplifying packaging of a PostgreSQL extension supporting multiple major
versions of the product.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.