~ubuntu-branches/ubuntu/gutsy/postgresql-8.2/gutsy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-20 09:23:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070420092355-aothtybnt9ruvv0l
Tags: 8.2.4-1
* New upstream security/bug fix release:
  - Support explicit placement of the temporary-table schema within
    search_path, and disable searching it for functions and operators.
    This is needed to allow a security-definer function to set a truly
    secure value of search_path. Without it, an unprivileged SQL user
    can use temporary objects to execute code with the privileges of
    the security-definer function (CVE-2007-2138). See "CREATE
    FUNCTION" for more information.
  - Fix to_char() so it properly upper/lower cases localized day or
    month names.
  - "/contrib/tsearch2" crash fixes.
  - Require "COMMIT PREPARED" to be executed in the same database as
    the transaction was prepared in.
  - New traditional (Taiwan) Chinese FAQ.
  - Prevent the statistics collector from writing to disk too
    frequently.
  - Fix potential-data-corruption bug in how "VACUUM FULL" handles
    "UPDATE" chains.
  - Fix bug in domains that use array types.
  - Fix "pg_dump" so it can dump a serial column's sequence using "-t"
    when not also dumping the owning table.
  - Planner fixes, including improving outer join and bitmap scan
    selection logic.
  - Fix possible wrong answers or crash when a PL/pgSQL function tries
    to RETURN from within an EXCEPTION block.
  - Fix PANIC during enlargement of a hash index.
* debian/patches/04-timezone-symlinks.patch: Adapt to slightly changed
  Makefile of 8.2.4.
* Remove debian/patches/12-vacuum-cycle-hang.patch: Fixed upstream.
* debian/postgresql-8.2.postrm: Fix bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 .
233
233
 PostgreSQL is an object-relational SQL database management system.
234
234
 
 
235
Package: postgresql
 
236
Architecture: all
 
237
Section: misc
 
238
Depends: postgresql-8.2
 
239
Description: object-relational SQL database (latest version)
 
240
 PostgreSQL is a fully featured object-relational database management
 
241
 system.  It supports a large part of the SQL standard and is designed
 
242
 to be extensible by users in many aspects.  Some of the features are:
 
243
 ACID transactions, foreign keys, views, sequences, subqueries,
 
244
 triggers, user-defined types and functions, outer joins, multiversion
 
245
 concurrency control.  Graphical user interfaces and bindings for many
 
246
 programming languages are available as well.
 
247
 .
 
248
 This package always depends on the latest available database server
 
249
 for PostgreSQL.
 
250
 
 
251
Package: postgresql-client
 
252
Architecture: all
 
253
Section: misc
 
254
Depends: postgresql-client-8.2
 
255
Description: front-end programs for PostgreSQL (latest version)
 
256
 This package contains client and administrative programs for
 
257
 PostgreSQL: these are the interactive terminal client psql and
 
258
 programs for creating and removing users and databases.
 
259
 .
 
260
 This package always depends on the latest available database client
 
261
 package for PostgreSQL. If you install PostgreSQL on a standalone
 
262
 machine, you need the server package postgresql, too. On a network,
 
263
 you can install this package on many client machines, while the
 
264
 server package may be installed on only one machine.
 
265
 .  
 
266
 PostgreSQL is an object-relational SQL database management system.
 
267
 
 
268
Package: postgresql-doc
 
269
Architecture: all
 
270
Section: doc
 
271
Depends: postgresql-doc-8.2
 
272
Description: documentation for the PostgreSQL database management system
 
273
 This package contains all README files, user manual, and examples for
 
274
 the latest available PostgreSQL version. The manual is in HTML format.
 
275
 .
 
276
 PostgreSQL is an object-relational SQL database management system.
 
277
 
 
278
Package: postgresql-contrib
 
279
Architecture: all
 
280
Section: misc
 
281
Depends: postgresql-contrib-8.2
 
282
Description: additional facilities for PostgreSQL (latest version)
 
283
 The PostgreSQL contrib package provides several additional features
 
284
 for the PostgreSQL database. contrib often serves as a testbed for
 
285
 features before they are adopted into PostgreSQL proper.
 
286
 .
 
287
 This package always depends on the latest available contrib package
 
288
 for PostgreSQL.
 
289
 .
 
290
 PostgreSQL is an object-relational SQL database management system.