./databases/postgresql82-tsearch2, Tsearch2 contrib module for fulltext indexing in PostgreSQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q4, Version: 8.2.6, Package name: postgresql82-tsearch2-8.2.6, Maintainer: adam

The Tsearch2 contrib module contains an implementation of a new data
type tsvector - a searchable data type with indexed access. In a
nutshell, tsvector is a set of unique words along with their
positional information in the document, organized in a special
structure optimized for fast access and lookup. This data type can
be used as backend for efficient full text search engines.


Required to run:
[databases/postgresql82-client] [databases/postgresql82-server]

Required to build:
[devel/libtool-base] [devel/bison]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2008-01-10 08:33:58 by Geert Hendrickx | Files touched by this commit (14) | Package updated
Log message:
Pullup ticket 2259 - requested by adam
security updates for postgresql

- pkgsrc/databases/postgresql80/Makefile.common		1.31
- pkgsrc/databases/postgresql80/distinfo		1.20
- pkgsrc/databases/postgresql80-client/PLIST		1.18
- pkgsrc/databases/postgresql80-server/PLIST		1.11
- pkgsrc/databases/postgresql81/Makefile.common		1.15
- pkgsrc/databases/postgresql81/distinfo		1.11
- pkgsrc/databases/postgresql81-client/PLIST		1.9
- pkgsrc/databases/postgresql81-server/PLIST		1.5
- pkgsrc/databases/postgresql82/Makefile.common		1.8
- pkgsrc/databases/postgresql82/distinfo		1.10
- pkgsrc/databases/postgresql82/patches/patch-am	1.3
- pkgsrc/databases/postgresql82-client/PLIST		1.7
- pkgsrc/databases/postgresql82-server/PLIST		1.5
- pkgsrc/databases/postgresql82-tsearch2/Makefile	1.3

   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:10 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql80: Makefile.common distinfo
	   pkgsrc/databases/postgresql80-client: PLIST
	   pkgsrc/databases/postgresql80-server: PLIST

   Log message:
   Changes 8.0.15:
   This release contains a variety of fixes from 8.0.14, including fixes
   for significant security issues.

   This is the last 8.0.X release for which the PostgreSQL community will
   produce binary packages for Windows. Windows users are encouraged to
   move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X
   that are impractical to back-port. 8.0.X will continue to be supported
   on other platforms.
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:24 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql81: Makefile.common distinfo
	   pkgsrc/databases/postgresql81-client: PLIST
	   pkgsrc/databases/postgresql81-server: PLIST

   Log message:
   Changes 8.1.11:
   This release contains a variety of fixes from 8.1.10, including fixes
   for significant security issues.

   This is the last 8.1.X release for which the PostgreSQL community will
   produce binary packages for Windows. Windows users are encouraged to
   move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X
   that are impractical to back-port. 8.1.X will continue to be supported
   on other platforms.
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:36 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql82: Makefile.common distinfo
	   pkgsrc/databases/postgresql82-client: PLIST
	   pkgsrc/databases/postgresql82-server: PLIST
	   pkgsrc/databases/postgresql82-tsearch2: Makefile
	   pkgsrc/databases/postgresql82/patches: patch-am

   Log message:
   Changes 8.2.6:
   This release contains a variety of fixes from 8.2.5, including fixes
   for significant security issues.