2008-01-22 12:35:53 +01:00
|
|
|
#
|
2008-11-07 15:40:50 +01:00
|
|
|
# spec file for package postgresql (Version 8.3.5)
|
2008-01-22 12:35:53 +01:00
|
|
|
#
|
2009-01-09 01:51:50 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-01-22 12:35:53 +01:00
|
|
|
#
|
2008-08-30 01:24:42 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2008-01-22 12:35:53 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-04-10 15:28:19 +02:00
|
|
|
|
2008-01-22 12:35:53 +01:00
|
|
|
Name: postgresql
|
2008-04-21 18:54:40 +02:00
|
|
|
BuildRequires: bison flex gettext-devel krb5-devel libxslt-devel
|
|
|
|
BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel
|
|
|
|
BuildRequires: ncurses-devel
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: Basic Clients and Utilities for PostgreSQL
|
2008-11-07 15:40:50 +01:00
|
|
|
Version: 8.3.5
|
2009-01-09 01:51:50 +01:00
|
|
|
Release: 2
|
2008-04-21 18:54:40 +02:00
|
|
|
%define pg_minor_version %(echo %version | cut -f1-2 -d.)
|
2008-01-22 12:35:53 +01:00
|
|
|
License: BSD 3-Clause
|
|
|
|
Group: Productivity/Databases/Tools
|
|
|
|
Source0: postgresql-%version.tar.bz2
|
|
|
|
Source2: postgresql-README.SuSE.de
|
|
|
|
Source3: postgresql-README.SuSE.en
|
|
|
|
Source8: postgresql-sysconfig
|
|
|
|
Source9: postgresql-init
|
|
|
|
Source15: postgresql-bashprofile
|
|
|
|
Source16: postgresql-firewall
|
2008-04-21 18:54:40 +02:00
|
|
|
Source17: postgresql-rpmlintrc
|
2008-01-22 12:35:53 +01:00
|
|
|
Source99: postgresql-pl.spec
|
2008-04-21 18:54:40 +02:00
|
|
|
Patch1: postgresql-8.3-conf.patch
|
2008-01-22 12:35:53 +01:00
|
|
|
PreReq: postgresql-libs = %pg_minor_version
|
|
|
|
Url: http://www.postgresql.org/
|
|
|
|
Provides: postgresql = %pg_minor_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, subqueries, triggers, and user-defined
|
|
|
|
types and functions.
|
|
|
|
|
|
|
|
This package contains the basic utility and client programs necessary
|
|
|
|
to maintain and work with local or remote PostgreSQL databases as well
|
|
|
|
as manual pages for the SQL commands that PostgreSQL supports. Full
|
|
|
|
HTML documentation for PostgreSQL can be found in the postgresql-docs
|
|
|
|
package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%package libs
|
2008-04-10 15:28:19 +02:00
|
|
|
License: BSD 3-Clause
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: Shared Libraries Required for PostgreSQL Clients
|
|
|
|
Group: Productivity/Databases/Clients
|
2009-01-09 01:51:50 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: postgresql-libs-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2008-01-22 12:35:53 +01:00
|
|
|
Provides: postgresql-libs = %pg_minor_version
|
|
|
|
PreReq: sh-utils fileutils
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, subqueries, triggers, user-defined types
|
|
|
|
and functions.
|
|
|
|
|
|
|
|
This package provides the essential shared libraries for (almost) any
|
|
|
|
PostgreSQL client program or interface. You will need to install this
|
|
|
|
package in order to use any other PostgreSQL package or any clients
|
|
|
|
that need to connect to a PostgreSQL server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%package server
|
2008-04-10 15:28:19 +02:00
|
|
|
License: BSD 3-Clause
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: The Programs Needed to Create and Run a PostgreSQL Server
|
|
|
|
Group: Productivity/Databases/Servers
|
|
|
|
PreReq: %insserv_prereq %fillup_prereq
|
|
|
|
PreReq: /usr/sbin/useradd /usr/sbin/groupadd /sbin/chkconfig
|
|
|
|
PreReq: /usr/bin/strings /bin/sed
|
|
|
|
PreReq: postgresql = %pg_minor_version
|
|
|
|
Requires: glibc-locale
|
|
|
|
Provides: postgresql-server = %pg_minor_version
|
|
|
|
|
|
|
|
%package docs
|
2008-04-10 15:28:19 +02:00
|
|
|
License: BSD 3-Clause
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: HTML Documentation for PostgreSQL
|
|
|
|
Group: Productivity/Databases/Tools
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, subqueries, triggers, and user-defined
|
|
|
|
types and functions.
|
|
|
|
|
|
|
|
This package contains the HTML documentation for PostgreSQL. The start
|
|
|
|
page is: file:///usr/share/doc/packages/postgresql/html/index.html .
|
|
|
|
Manual pages for the PostgreSQL SQL statements can be found in the
|
|
|
|
postgresql package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%package contrib
|
2008-04-10 15:28:19 +02:00
|
|
|
License: BSD 3-Clause
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: Contributed Extensions and Additions to PostgreSQL
|
|
|
|
Group: Productivity/Databases/Tools
|
|
|
|
Requires: postgresql-server = %pg_minor_version
|
|
|
|
|
|
|
|
%description contrib
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, subqueries, triggers, and user-defined
|
|
|
|
types and functions.
|
|
|
|
|
|
|
|
The postgresql-contrib package includes extensions and additions that
|
|
|
|
are distributed along with the PostgreSQL sources, but are not (yet)
|
|
|
|
officially part of the PostgreSQL core.
|
|
|
|
|
|
|
|
Documentation for the modules contained in this package can be found in
|
|
|
|
/usr/share/doc/packages/postgresql/contrib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%description server
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, sub-queries, triggers, and user-defined
|
|
|
|
types and functions.
|
|
|
|
|
|
|
|
This package includes the programs needed to create and run a
|
|
|
|
PostgreSQL server, which will in turn allow you to create and maintain
|
|
|
|
PostgreSQL databases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%package devel
|
2008-04-10 15:28:19 +02:00
|
|
|
License: BSD 3-Clause
|
2008-01-22 12:35:53 +01:00
|
|
|
Summary: PostgreSQL development header files and libraries
|
|
|
|
Group: Productivity/Databases/Tools
|
|
|
|
Requires: postgresql-libs = %pg_minor_version
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
PostgreSQL is an advanced object-relational database management system
|
|
|
|
that supports an extended subset of the SQL standard, including
|
|
|
|
transactions, foreign keys, subqueries, triggers, and user-defined
|
|
|
|
types and functions.
|
|
|
|
|
|
|
|
This package contains the header files and libraries needed to compile
|
|
|
|
C applications which will directly interact with a PostgreSQL database
|
|
|
|
management server and the ECPG Embedded C Postgres preprocessor. You
|
|
|
|
need to install this package if you want to develop applications in C
|
|
|
|
which will interact with a PostgreSQL server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marc G. Fournier <scrappy@hub.org>
|
|
|
|
Tom Lane <tgl@sss.pgh.pa.us>
|
|
|
|
Vadim B. Mikheev <vadim4o@yahoo.com>
|
|
|
|
Bruce Momjian <pgman@candle.pha.pa.us>
|
|
|
|
Jan Wieck <JanWieck@Yahoo.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-05-20 03:11:19 +02:00
|
|
|
%patch1
|
2008-01-22 12:35:53 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="%optflags $SP"
|
2008-04-21 18:54:40 +02:00
|
|
|
# uncomment the following line to enable the stack protector
|
|
|
|
# CFLAGS="$CFLAGS -fstack-protector"
|
2008-01-22 12:35:53 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=%_prefix \
|
|
|
|
--libdir=%_libdir \
|
|
|
|
--bindir=%_bindir \
|
|
|
|
--includedir=%_includedir/pgsql \
|
|
|
|
--datadir=%_datadir/postgresql \
|
|
|
|
--mandir=%_mandir \
|
|
|
|
--with-docdir=%_docdir \
|
|
|
|
--disable-rpath \
|
|
|
|
--enable-nls \
|
|
|
|
--enable-thread-safety \
|
|
|
|
--enable-integer-datetimes \
|
|
|
|
--without-python \
|
|
|
|
--without-perl \
|
|
|
|
--without-tcl \
|
|
|
|
--with-openssl \
|
|
|
|
--with-pam \
|
2008-04-21 18:54:40 +02:00
|
|
|
--with-krb5 \
|
|
|
|
--with-gssapi \
|
|
|
|
--with-ldap \
|
|
|
|
--with-libxml \
|
|
|
|
--with-libxslt \
|
|
|
|
--with-system-tzdata=/usr/share/zoneinfo
|
2008-01-22 12:35:53 +01:00
|
|
|
make %{?jobs:-j%jobs} all
|
|
|
|
make %{?jobs:-j%jobs} -C contrib all
|
|
|
|
#
|
2008-04-21 18:54:40 +02:00
|
|
|
%ifnarch %arm
|
|
|
|
|
|
|
|
%check
|
|
|
|
#
|
2008-01-22 12:35:53 +01:00
|
|
|
# Run the regression tests.
|
|
|
|
#
|
|
|
|
make check || {
|
|
|
|
for f in log/* regression.diffs; do
|
|
|
|
if test -f $f; then
|
|
|
|
echo ==== $f ====================
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
echo ==============================
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
%endif
|
2008-04-21 18:54:40 +02:00
|
|
|
|
|
|
|
%install
|
2008-01-22 12:35:53 +01:00
|
|
|
make DESTDIR=%buildroot install
|
2008-04-21 18:54:40 +02:00
|
|
|
# Don't ship static libraries.
|
|
|
|
rm %buildroot/%_libdir/*.a
|
2008-01-22 12:35:53 +01:00
|
|
|
#
|
|
|
|
# Install and collect the contrib stuff
|
|
|
|
#
|
|
|
|
touch flag; sleep 1 # otherwise we have installed files that are not newer than flag
|
|
|
|
make DESTDIR=%buildroot -C contrib install
|
|
|
|
find %buildroot -type f -cnewer flag -printf "/%%P\n" |
|
|
|
|
grep -v %_docdir > files.contrib
|
|
|
|
rm flag
|
|
|
|
for f in /etc/init.d /var/adm/fillup-templates /usr/sbin \
|
|
|
|
/etc/sysconfig/SuSEfirewall2.d/services
|
|
|
|
do
|
|
|
|
install -d %buildroot/$f
|
|
|
|
done
|
|
|
|
install -m 755 %{SOURCE9} %buildroot/etc/init.d/postgresql
|
|
|
|
install -m 644 %{SOURCE8} %buildroot/var/adm/fillup-templates/sysconfig.postgresql
|
2008-04-21 18:54:40 +02:00
|
|
|
%if 0%suse_version > 1020
|
2008-01-22 12:35:53 +01:00
|
|
|
install -m 644 %SOURCE16 %buildroot/etc/sysconfig/SuSEfirewall2.d/services/postgresql
|
2008-04-21 18:54:40 +02:00
|
|
|
%endif
|
2008-01-22 12:35:53 +01:00
|
|
|
ln -s ../../etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql
|
|
|
|
install -d -m 750 %buildroot/var/lib/pgsql
|
|
|
|
install -d -m 700 %buildroot/var/lib/pgsql/data
|
|
|
|
install -d -m 700 %buildroot/var/lib/pgsql/backups
|
|
|
|
sed 's,@LIBDIR@,%_libdir,g' %{SOURCE15} > \
|
|
|
|
%buildroot/var/lib/pgsql/.bash_profile
|
|
|
|
# Backup directory for old version binaries
|
|
|
|
install -d %buildroot%_libdir/postgresql/backup
|
|
|
|
cp doc/FAQ doc/KNOWN_BUGS doc/MISSING_FEATURES doc/README* COPYRIGHT \
|
|
|
|
README HISTORY doc/bug.template %buildroot%_docdir/postgresql
|
|
|
|
cp -a %SOURCE2 %buildroot%_docdir/postgresql/README.SuSE.de
|
|
|
|
cp -a %SOURCE3 %buildroot%_docdir/postgresql/README.SuSE.en
|
|
|
|
|
2008-05-20 03:11:19 +02:00
|
|
|
%post libs -p /sbin/ldconfig
|
2008-01-22 12:35:53 +01:00
|
|
|
|
2008-05-20 03:11:19 +02:00
|
|
|
%postun libs -p /sbin/ldconfig
|
2008-01-22 12:35:53 +01:00
|
|
|
|
|
|
|
%post server
|
2008-08-30 01:24:42 +02:00
|
|
|
%fillup_and_insserv
|
2008-01-22 12:35:53 +01:00
|
|
|
|
|
|
|
%postun server
|
2008-08-30 01:24:42 +02:00
|
|
|
%restart_on_update postgresql
|
|
|
|
%insserv_cleanup
|
2008-01-22 12:35:53 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%preun server
|
2008-08-30 01:24:42 +02:00
|
|
|
%stop_on_removal postgresql
|
2008-01-22 12:35:53 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%pre server
|
|
|
|
groupadd -g 26 -o -r postgres >/dev/null 2>/dev/null || :
|
|
|
|
useradd -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
|
|
|
|
-c "PostgreSQL Server" -u 26 postgres 2>/dev/null || :
|
|
|
|
# Need to make a backup of the server binary if this is an upgrade.
|
|
|
|
# It will be needed to do a dump of the old version's database.
|
|
|
|
# All output redirected to /dev/null.
|
|
|
|
umask 022
|
|
|
|
if [ -f usr/bin/postgres ]
|
|
|
|
then
|
|
|
|
OLD_VERSION=$(strings usr/bin/postgres |
|
|
|
|
/bin/sed -n '/postmaster (PostgreSQL)/s/.* \([0-9]\+\.[0-9]\+\).*/\1/p')
|
|
|
|
if [ "$OLD_VERSION" = "" ]
|
|
|
|
then
|
|
|
|
OLD_VERSION=$(strings usr/bin/postgres |
|
|
|
|
/bin/sed -n 's/^PostgreSQL \([0-9]\+\.[0-9]\+\).*/\1/p')
|
|
|
|
fi
|
|
|
|
MINOR_VERSION=$(echo %version | sed 's/^\([0-9]\+\.[0-9]\+\).*/\1/')
|
|
|
|
BACKUP_DIR=usr/%_lib/postgresql/backup/$OLD_VERSION
|
|
|
|
if [ "$OLD_VERSION" != "$MINOR_VERSION" -a ! -f "$BACKUP_DIR" ]
|
|
|
|
then
|
|
|
|
mkdir -p $BACKUP_DIR
|
|
|
|
for f in usr/bin/{postmaster,postgres}; do
|
|
|
|
test -f $f && cp -a $f $BACKUP_DIR
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %buildroot
|
|
|
|
rm -f %my_provides
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %_mandir/man7/*
|
|
|
|
%docdir %_docdir/postgresql
|
|
|
|
%dir %_docdir/postgresql
|
|
|
|
%_docdir/postgresql/[[:upper:]]*
|
|
|
|
%_docdir/postgresql/bug.template
|
|
|
|
%_datadir/locale/*/*/pg_dump.mo
|
|
|
|
%_datadir/locale/*/*/pgscripts.mo
|
|
|
|
%_datadir/locale/*/*/psql.mo
|
|
|
|
# command line tools
|
|
|
|
%_bindir/createdb
|
|
|
|
%doc %_mandir/man1/createdb.1*
|
|
|
|
%_bindir/clusterdb
|
|
|
|
%doc %_mandir/man1/clusterdb.1*
|
|
|
|
%_bindir/createlang
|
|
|
|
%doc %_mandir/man1/createlang.1*
|
|
|
|
%_bindir/createuser
|
|
|
|
%doc %_mandir/man1/createuser.1*
|
|
|
|
%_bindir/dropdb
|
|
|
|
%doc %_mandir/man1/dropdb.1*
|
|
|
|
%_bindir/droplang
|
|
|
|
%doc %_mandir/man1/droplang.1*
|
|
|
|
%_bindir/dropuser
|
|
|
|
%doc %_mandir/man1/dropuser.1*
|
|
|
|
%_bindir/pg_dump
|
|
|
|
%doc %_mandir/man1/pg_dump.1*
|
|
|
|
%_bindir/pg_dumpall
|
|
|
|
%doc %_mandir/man1/pg_dumpall.1*
|
|
|
|
%_bindir/pg_restore
|
|
|
|
%doc %_mandir/man1/pg_restore.1*
|
|
|
|
%_bindir/psql
|
|
|
|
%doc %_mandir/man1/psql.1*
|
|
|
|
%_bindir/vacuumdb
|
|
|
|
%doc %_mandir/man1/vacuumdb.1*
|
|
|
|
%_bindir/reindexdb
|
|
|
|
%doc %_mandir/man1/reindexdb.1.*
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%docdir %_docdir/postgresql
|
|
|
|
%dir %_docdir/postgresql
|
|
|
|
%_docdir/postgresql/html
|
|
|
|
|
|
|
|
%files contrib -f files.contrib
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%docdir %_docdir/postgresql
|
|
|
|
%dir %_docdir/postgresql
|
|
|
|
%_docdir/postgresql/contrib
|
|
|
|
%dir %_libdir/postgresql
|
|
|
|
%dir %_datadir/postgresql
|
|
|
|
%dir %_datadir/postgresql/contrib
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/lib*.so.*
|
|
|
|
%_datadir/locale/*/*/libpq.mo
|
|
|
|
|
|
|
|
%files server
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config /etc/init.d/postgresql
|
|
|
|
%config /var/adm/fillup-templates/sysconfig.postgresql
|
2008-04-21 18:54:40 +02:00
|
|
|
%if 0%suse_version > 1020
|
2008-01-22 12:35:53 +01:00
|
|
|
%config /etc/sysconfig/SuSEfirewall2.d/services/postgresql
|
2008-04-21 18:54:40 +02:00
|
|
|
%endif
|
2008-01-22 12:35:53 +01:00
|
|
|
%_sbindir/rcpostgresql
|
|
|
|
%dir %_libdir/postgresql
|
|
|
|
%_libdir/postgresql/backup
|
|
|
|
%_libdir/postgresql/plpgsql.so
|
2008-04-21 18:54:40 +02:00
|
|
|
%_libdir/postgresql/dict_snowball.so
|
|
|
|
%_datadir/postgresql/tsearch_data
|
2008-01-22 12:35:53 +01:00
|
|
|
%_bindir/initdb
|
|
|
|
%doc %_mandir/man1/initdb.1*
|
|
|
|
%_bindir/ipcclean
|
|
|
|
%doc %_mandir/man1/ipcclean.1*
|
|
|
|
%_bindir/pg_ctl
|
|
|
|
%doc %_mandir/man1/pg_ctl.1*
|
|
|
|
%_bindir/pg_controldata
|
|
|
|
%doc %_mandir/man1/pg_controldata.1*
|
|
|
|
%_bindir/pg_resetxlog
|
|
|
|
%doc %_mandir/man1/pg_resetxlog.1*
|
|
|
|
%_bindir/postgres
|
|
|
|
%doc %_mandir/man1/postgres.1*
|
|
|
|
%_bindir/postmaster
|
|
|
|
%doc %_mandir/man1/postmaster.1*
|
|
|
|
%dir %_datadir/postgresql
|
|
|
|
%_datadir/postgresql/timezone*
|
|
|
|
%_datadir/postgresql/*.*
|
|
|
|
%_datadir/locale/*/*/initdb.mo
|
|
|
|
%_datadir/locale/*/*/postgres.mo
|
|
|
|
%_datadir/locale/*/*/pg_controldata.mo
|
|
|
|
%_datadir/locale/*/*/pg_ctl.mo
|
|
|
|
%_datadir/locale/*/*/pg_resetxlog.mo
|
|
|
|
%_libdir/postgresql/*_and_*.so
|
|
|
|
%attr(750,postgres,postgres) %dir /var/lib/pgsql
|
|
|
|
%attr(700,postgres,postgres) %dir /var/lib/pgsql/data
|
|
|
|
%attr(700,postgres,postgres) %dir /var/lib/pgsql/backups
|
|
|
|
%attr(640,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_includedir/pgsql
|
|
|
|
%_bindir/ecpg
|
|
|
|
%_bindir/pg_config
|
|
|
|
%_libdir/lib*.so
|
|
|
|
%_libdir/postgresql/pgxs
|
|
|
|
%_datadir/locale/*/*/pg_config.mo
|
|
|
|
%doc %_mandir/man1/ecpg.1*
|
|
|
|
%doc %_mandir/man1/pg_config.1*
|
|
|
|
|
|
|
|
%changelog
|
2009-01-09 01:51:50 +01:00
|
|
|
* Wed Jan 07 2009 olh@suse.de
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
2008-11-07 15:40:50 +01:00
|
|
|
* Wed Nov 05 2008 max@suse.de
|
|
|
|
- Bugfix release: 8.3.5
|
|
|
|
* Fix GiST index corruption due to marking the wrong index
|
|
|
|
entry "dead" after a deletion. This would result in index
|
|
|
|
searches failing to find rows they should have found.
|
|
|
|
* Fix backend crash when the client encoding cannot represent a
|
|
|
|
localized error message.
|
|
|
|
* Fix possible crash in bytea-to-XML mapping.
|
|
|
|
* Fix possible crash when deeply nested functions are invoked
|
|
|
|
from a trigger.
|
|
|
|
* Improve optimization of "expression" IN ("expression-list")
|
|
|
|
queries.
|
|
|
|
* Fix mis-expansion of rule queries when a sub-SELECT appears
|
|
|
|
in a function call in FROM, a multi-row VALUES list, or a
|
|
|
|
RETURNING list.
|
|
|
|
* Fix Assert failure during rescan of an IS NULL search of
|
|
|
|
a GiST index.
|
|
|
|
* Fix memory leak during rescan of a hashed aggregation plan.
|
|
|
|
* Ensure an error is reported when a newly-defined PL/pgSQL
|
|
|
|
trigger function is invoked as a normal function.
|
|
|
|
* Force a checkpoint before "CREATE DATABASE" starts to copy
|
|
|
|
files This prevents a possible failure if files had recently
|
|
|
|
been deleted in the source database.
|
|
|
|
* Prevent possible collision of relfilenode numbers when moving
|
|
|
|
a table to another tablespace with "ALTER SET TABLESPACE".
|
|
|
|
* Fix incorrect text search headline generation when single
|
|
|
|
query item matches first word of text.
|
|
|
|
* Fix improper display of fractional seconds in interval
|
|
|
|
values when using a non-ISO datestyle in an
|
|
|
|
"--enable-integer-datetimes" build.
|
|
|
|
* Make ILIKE compare characters case-insensitively even when
|
|
|
|
they're escaped.
|
|
|
|
* Ensure "DISCARD" is handled properly by statement logging.
|
|
|
|
* Fix incorrect logging of last-completed-transaction time
|
|
|
|
during PITR recovery.
|
|
|
|
* Ensure SPI_getvalue and SPI_getbinval behave correctly when
|
|
|
|
the passed tuple and tuple descriptor have different numbers
|
|
|
|
of columns.
|
|
|
|
* Fix small memory leak when using libpq's gsslib parameter.
|
|
|
|
* Ensure libgssapi is linked into libpq if needed.
|
|
|
|
* Fix ecpg's parsing of "CREATE ROLE".
|
|
|
|
* Fix recent breakage of pg_ctl restart.
|
2008-09-26 15:09:46 +02:00
|
|
|
* Thu Sep 25 2008 max@suse.de
|
|
|
|
- Bugfix release: 8.3.4
|
|
|
|
- Issues fixed include autovacuum crashes reported by several
|
|
|
|
users, two Heap Only Tuple bugs, a foreign key failure
|
|
|
|
condition, a too-small lock address space, two Write Ahead Log
|
|
|
|
bugs, several planner mistakes, and numerous "corner condition"
|
|
|
|
bugs.
|
2008-09-08 16:29:58 +02:00
|
|
|
* Fri Sep 05 2008 max@suse.de
|
|
|
|
- New version: 8.3.3 with countless bug fixes over 8.3.1.
|
|
|
|
- For details, see
|
|
|
|
http://www.postgresql.org/docs/8.3/static/release-8-3-2.html ,
|
|
|
|
http://www.postgresql.org/docs/8.3/static/release-8-3-3.html ,
|
|
|
|
or /usr/share/doc/packages/postgresql/HISTORY .
|
2008-11-07 15:40:50 +01:00
|
|
|
* Thu Aug 28 2008 cthiel@suse.de
|
2008-08-30 01:24:42 +02:00
|
|
|
- fix init script
|
2008-05-20 03:11:19 +02:00
|
|
|
* Mon May 19 2008 schwab@suse.de
|
|
|
|
- Fix broken configure check.
|
2008-05-10 01:58:04 +02:00
|
|
|
* Fri May 09 2008 aj@suse.de
|
|
|
|
- Add baselibs.conf.
|
2008-04-21 18:54:40 +02:00
|
|
|
* Fri Apr 18 2008 max@suse.de
|
|
|
|
- Removed static libs from postgresql-devel.
|
|
|
|
- Removed more old Obsoletes: tags.
|
|
|
|
- Fixed path to pid file in init script.
|
|
|
|
- Moved "make check" to %%check section
|
|
|
|
- Silence some bogus rpmlint warnings
|
|
|
|
* Thu Apr 10 2008 max@suse.de
|
|
|
|
- Adopt the 8.3.1 package from Peter Eisentraut's OBS project.
|
|
|
|
- New features in PostgreSQL 8.3 include:
|
|
|
|
* Full text search is integrated into the core database system
|
|
|
|
* Support for the SQL/XML standard, including new operators and
|
|
|
|
an XML data type
|
|
|
|
* Enumerated data types (ENUM)
|
|
|
|
* Arrays of composite types
|
|
|
|
* Universally Unique Identifier (UUID) data type
|
|
|
|
* Add control over whether NULLs sort first or last
|
|
|
|
* Updatable cursors
|
|
|
|
* Server configuration parameters can now be set on a
|
|
|
|
per-function basis
|
|
|
|
* User-defined types can now have type modifiers
|
|
|
|
* Automatically re-plan cached queries when table definitions
|
|
|
|
change or statistics are updated
|
|
|
|
* Numerous improvements in logging and statistics collection
|
|
|
|
* Support multiple concurrent autovacuum processes, and other
|
|
|
|
autovacuum improvements
|
|
|
|
- Remove old provides/obsoletes tags for way-back package renames.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
* Thu Jan 10 2008 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Update to 8.2.6 to fix five security issues:
|
|
|
|
- Index Functions Privilege Escalation: CVE-2007-6600
|
|
|
|
- Regular Expression Denial-of-Service: CVE-2007-4772,
|
|
|
|
CVE-2007-6067, CVE-2007-4769, #329282
|
|
|
|
- DBLink Privilege Escalation: CVE-2007-6601, #328403
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jun 06 2007 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.2.4
|
|
|
|
- The list of changes between the 8.1 and 8.2 series is too long
|
|
|
|
to reproduce here. It can be found under
|
|
|
|
/usr/share/doc/packages/postgresql/HISTORY when the postgresql
|
|
|
|
package is installed or online at http://www.postgresql.org.
|
|
|
|
- Splited the postgresql-pl package into individual packages for
|
|
|
|
PL/Perl, PL/Python and PL/Tcl.
|
|
|
|
- Added a config file for SuSEfirewall2 (#247370).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 29 2007 rguenther@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Add bison, flex and zlib-devel BuildRequires.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Oct 17 2006 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patchlevel release: 8.1.5
|
|
|
|
- Disallow aggregate functions in "UPDATE" commands, except within
|
|
|
|
sub-SELECTs. The behavior of such an aggregate was unpredictable,
|
|
|
|
and in 8.1.X could cause a crash, so it has been disabled.
|
|
|
|
- Fix core dump when an untyped literal is taken as ANYARRAY.
|
|
|
|
- Fix core dump in duration logging for extended query protocol when
|
|
|
|
a "COMMIT" or "ROLLBACK" is executed.
|
|
|
|
- Fix mishandling of AFTER triggers when query contains a SQL function
|
|
|
|
returning multiple rows.
|
|
|
|
- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
|
|
|
|
- Fix string_to_array() to handle overlapping matches for the
|
|
|
|
separator string.
|
|
|
|
- Fix to_timestamp() for AM/PM formats.
|
|
|
|
- Fix autovacuum's calculation that decides whether "ANALYZE" is
|
|
|
|
needed.
|
|
|
|
- Fix corner cases in pattern matching for psql's \d commands.
|
|
|
|
- Fix index-corrupting bugs in /contrib/ltree.
|
|
|
|
- Numerous robustness fixes in ecpg.
|
|
|
|
- Fix backslash escaping in /contrib/dbmirror.
|
|
|
|
- Minor fixes in /contrib/dblink and /contrib/tsearch2.
|
|
|
|
- Efficiency improvements in hash tables and bitmap index scans.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed May 24 2006 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Update to 8.1.4 to fix SQL injection vulnerabilities
|
|
|
|
(bug #177931, CVE-2006-2313, CVE-2006-2314).
|
|
|
|
- Added a new postgresql-SECURITY-NOTICE file with an FAQ that
|
|
|
|
explains the issues.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Feb 13 2006 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.1.3 (#150376).
|
|
|
|
- Relaxed dependencies between subpackages to simplify future
|
|
|
|
updates.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jan 13 2006 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Moved from logrotate to PostgreSQL's own log rotation facility.
|
|
|
|
- Log files are now located under /var/lib/pgsql/data/pg_log .
|
|
|
|
- Improved error reporting on test suite failures.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Dec 22 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.1.1
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jun 17 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Removed bogus %%patch3
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jun 02 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added postgresql-CAN-2005-1409-1410-fix.sh for fixing existing
|
|
|
|
installations, and referred to it in the SECURITY-NOTICE.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue May 17 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added postgresql-SECURITY-NOTICE to describe the manual actions
|
|
|
|
that are needed to apply the bugfixes from 8.0.3 to existing
|
|
|
|
installations.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue May 10 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patch release: 8.0.3
|
|
|
|
- Fixes bug #82869, CAN-2005-1410, and CAN-2005-1409
|
|
|
|
- Obsoletes postgresql-CAN-2005-0247.patch
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Apr 11 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patch release: 8.0.2
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Apr 04 2005 uli@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- hardwire thread safety to yes (test may hang QEMU)
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Apr 01 2005 uli@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- ignore regressions on ARM
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Mar 16 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Prevent the wrapper libs from ending up in the provides list.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Mar 14 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added postgresql-CAN-2005-0247.patch to fix bug #65692.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Mar 11 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added some wrapper libs so that old postmaster binaries, back
|
|
|
|
to at least 8.1/SLES8 can still be started.
|
|
|
|
- Extended the init script to use the wrapper libs when needed.
|
|
|
|
- Setting a senseful umask when creating the postmaster backups
|
|
|
|
in %%pre.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Feb 07 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patch release: 8.0.1
|
|
|
|
- Fixes a vulnerability in the LOAD command.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jan 19 2005 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Update to the final 8.0.0 release.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Dec 22 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.0.0rc2
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Dec 10 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.0.0rc1
|
|
|
|
- Recoded README.SuSE.de to UTF-8.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Dec 03 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 8.0.0beta5
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Nov 18 2004 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- use kerberos-devel-packages
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Sep 06 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Created a separate spec file for the postgresql-pl subpackage.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Aug 20 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.4.5.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jul 15 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.4.3.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon May 24 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Changed dependency of -devel from the main package to -libs
|
|
|
|
(Bug #40922).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Apr 05 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added postgresql-regression.patch to prevent test failures
|
|
|
|
during summertime/wintertime changes.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 11 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patch release: 7.4.2
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jan 16 2004 kukuk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Add pam-devel to neededforbuild
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jan 12 2004 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.4.1
|
|
|
|
- Write timestamps to /var/log/postgresql by default.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Dec 18 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Package the backend headers as well (make install-all-headers),
|
|
|
|
because they are needed for server-side modules written in C.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Nov 18 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Install pg_config_manual.h and port.h, because they are needed
|
|
|
|
by c.h (postgresql-include.patch).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Nov 17 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.4. For details see
|
|
|
|
http://www.postgresql.org/docs/7.4/static/release.html, or
|
|
|
|
/usr/share/doc/packages/postgresql/html/release.html
|
|
|
|
- Overhauled and simplified the spec file.
|
|
|
|
- Building with Kerberos-Support.
|
|
|
|
- Building thread-safe client libraries.
|
|
|
|
- Architecture-dependent tweaks for the testsuite are not needed
|
|
|
|
anymore.
|
|
|
|
- Better detection for embedded Python build options.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Oct 20 2003 schwab@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fix last change.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sat Oct 18 2003 adrian@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- ignore minor mis-calculation on mips
|
|
|
|
- build as user
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Sep 23 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed version detection in the pre script of the server package.
|
|
|
|
(#31570)
|
|
|
|
- Ignore errors from stop_on_removal (#31607).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Sep 15 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Activated the patch, that fixes dbf2pg (#27427). The patch was
|
|
|
|
added to the package before, but accidentally didn't get applied.
|
|
|
|
- Improved handling of old versions of the backend (#27114).
|
|
|
|
- Stopping the server before uninstallation and restarting it
|
|
|
|
after update (#29038).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Aug 29 2003 mcihar@suse.cz
|
2008-01-22 12:35:53 +01:00
|
|
|
- python bindings require same python version as it was built with
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Aug 14 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added ServiceRestart to sysconfig template.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Aug 14 2003 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fixed chown usage in init-script
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 04 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.3.4.
|
|
|
|
- Adopted postgresql-multilib.patch from the official PostgreSQL
|
|
|
|
RPMs. This obsoletes postgresql-lib64.patch.
|
|
|
|
- Use test-and-set locks for x86_64 instead of slow semaphores.
|
|
|
|
(postgresql-x86_64.patch, Bug #27308)
|
|
|
|
- make use of %%jobs for parallel builds.
|
|
|
|
- Fix ownership of /etc/logrotate.d/postgresql (Bug #28431).
|
|
|
|
- Changed the default locale for the server to "C" to avoid a hard
|
|
|
|
dependency to glibc-locale (bug #28338).
|
|
|
|
- Enabled charset conversion for dbf2pg (Bug #27427).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jul 16 2003 meissner@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fix hanging builds by another rework of the ppc64
|
|
|
|
locking. Apparently we need to do exact stcwx. ; bne ; isync
|
|
|
|
sequences to stay correct.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jun 24 2003 meissner@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed the ppc/ppc64 locking, isync was at the wrong
|
|
|
|
position. Replaced full sync by lwsync. slock_ts can
|
|
|
|
be 32bit on ppc64 too, we just use lwarx/stwcx which
|
|
|
|
handle 32bit components.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jun 03 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.3.3.
|
|
|
|
- Remove unpackaged files.
|
|
|
|
- pg_hba.conf: only allow local connections from the same user
|
|
|
|
by default.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Mar 14 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed generation of sql files in contrib, and really install the
|
|
|
|
contrib stuff instead of just copying over the source tree
|
|
|
|
(Bug #25323, postgresql-contrib.patch).
|
|
|
|
- Fixed the file-list of the server package.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Mar 12 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed a typo in the init script (Bug #25115).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 06 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Add support for LSB compatible exit codes for start and stop
|
|
|
|
to pg_ctl (postgresql-lsb.patch).
|
|
|
|
- Use pg_ctl instead of startproc/killproc in init script, because
|
|
|
|
it waits until the server is completely fired up or shut down.
|
|
|
|
(Bug #24395)
|
|
|
|
- Removed the libpq.so.2.0 link from the package, because it got
|
|
|
|
removed by ldconfig after installation anyways (Bug #24557).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Feb 25 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Mark manpages as documentation.
|
|
|
|
- Create the backup directory during install.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Feb 24 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Make a backup of the server binaries during update, and use the
|
|
|
|
old server as long as the data files are still in the old format.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Feb 06 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New patch release 7.3.2 which fixes several serious bugs.
|
|
|
|
See HISTORY for details.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jan 28 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added metadata for the sysconfig editor.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jan 20 2003 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.3.1
|
|
|
|
- Removed old update scripts, because they don't work anymore.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jan 16 2003 bg@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Changed the expected test results for hppa to the correct files
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Nov 29 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version 7.3.
|
|
|
|
- Compiling with PAM support.
|
|
|
|
- Client libraries (perl, tcl, odbc, pgeasy, pq++) have been
|
|
|
|
taken out of the PostgreSQL core distribution and will be
|
|
|
|
built as separate packages in the future.
|
|
|
|
- The plperl subpackage has been renamed to pl, and now contains
|
|
|
|
PL/Perl, PL/Python, and PL/Tcl.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Sep 13 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Added circle_poly-overrun.patch to fix a couple of
|
|
|
|
buffer overruns.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Sep 12 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Corrected symlink /usr/lib/libpq.so.2.0 [#19490].
|
|
|
|
- Fixed ownership of /var/lib/pgsql [#19523].
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Sep 06 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Recovered time stamps of source files and patches.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Sep 02 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Updated to patch release 7.2.2 which fixes some security holes.
|
|
|
|
- Essential diff between 7.2.1 and 7.2.2 is included.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Aug 20 2002 mmj@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Correct PreReq
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 19 2002 kukuk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fix requires egenix-mx-base -> python-egenix-mx-base
|
2008-11-07 15:40:50 +01:00
|
|
|
* Thu Aug 15 2002 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- don't chmod 644 to directories
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Aug 14 2002 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added "missingok" to logrotate config
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Aug 09 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Removed sysconfig from neededforbuild.
|
|
|
|
- Using x-devel-packages instead of xf86.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Aug 08 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Removed support for older SuSE versions.
|
|
|
|
- Moved log file cration from %%post to rcpostgresql.
|
|
|
|
- Changed group for /etc/logrotate.d/postgresql.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 05 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Enabled the plperl subpackage.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jul 30 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed regression tests for ppc64.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jul 12 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Re-enabled the regression tests.
|
|
|
|
- Running test suite as nobody.
|
|
|
|
- Adjusted ppc and lib64 patch to the scheme of the other
|
|
|
|
platform patches.
|
|
|
|
- Better test-and-set assembler code for s390 and s390x.
|
|
|
|
- Creating postgres user and group during RPM installation.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jun 18 2002 meissner@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- use the powerpc assembler tas() for ppc64 too with adjusted assembler
|
|
|
|
names.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri May 24 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New minor release: 7.2.1
|
|
|
|
- Temporaryly disabled the regression tests due to changes to
|
|
|
|
mktime() that caused some tests to fail.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri May 24 2002 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- postgresql-python requires egenix-mx-base (DateTime) [# 14745].
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed May 22 2002 meissner@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- %%_lib fixes for lib64 architectures. Now fails at the same point as i386.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Mar 20 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Changed postgresql package to PreReq postgresql-libs instead of
|
|
|
|
postgresql-lib which is obsolete.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Mar 08 2002 poeml@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add missing / before %%_lib, fixing the preinstall script of -libs
|
|
|
|
subpackage
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Mar 06 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed test-and-set assembler code for s390x.
|
|
|
|
- Made finding of perl and python site-paths more portable.
|
|
|
|
- Fixed detection of SuSE dist for older releases.
|
|
|
|
- Some more %%_libdir corrections.
|
|
|
|
- Using -fPIC for building shared libs on all architectures.
|
|
|
|
- Leaving out tk and python subpackages if tk and python
|
|
|
|
are not OK.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Mar 04 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed creation of pkgIndex.tcl
|
|
|
|
- Removed some python stuff from the spec file that is now part of
|
|
|
|
PostgreSQL's build system.
|
|
|
|
- Removed unneeded executable permissions from a couple of files.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Feb 13 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added support for logrotate
|
|
|
|
- changed sysconfig stuff and init script to run on both
|
|
|
|
schemes (<=7.3 and >=8.0).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Feb 05 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Updated to 7.2 final.
|
|
|
|
- See the file /usr/share/doc/packages/postgresql/HISTORY
|
|
|
|
for changes and incompatibilities since version 7.1.x.
|
|
|
|
- Adapted the init script to match the new versions of killproc
|
|
|
|
and PostgreSQL.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jan 28 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Updated to 7.2rc2
|
|
|
|
- Removed temporary header fix.
|
|
|
|
- Added a patch for autoconf-2.52 (disabled by derfault).
|
|
|
|
- Added english version of README.SuSE
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jan 22 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- removed os.h. It's not needed anymore.
|
|
|
|
- fixed locations of internal header files (temporary).
|
|
|
|
- postgresql-python now obsoletes pygresql.
|
|
|
|
- updated the files lists.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jan 21 2002 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version 7.2b5
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Dec 18 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Changed spec file to make use of %%{_libdir} where appropriate.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Dec 17 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Removed the START_POSTGRES variable from the fillup template
|
|
|
|
and changed init script, and spec file to the new scheme.
|
|
|
|
- Moved the remaining variables from /etc/rc.config to
|
|
|
|
/etc/sysconfig/postgresql.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Sep 12 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version (patch release): 7.1.3
|
|
|
|
The ChangeLog says:
|
|
|
|
- Remove unused WAL segements of large transactions (Tom)
|
|
|
|
- Multiaction rule fix (Tom)
|
|
|
|
- Pl/pgSQL memory allocation fix (Jan)
|
|
|
|
- VACUUM buffer fix (Tom)
|
|
|
|
- Regression test fixes (Tom)
|
|
|
|
- pg_dump fixes for GRANT/REVOKE/comments on views,
|
|
|
|
user-defined types (Tom)
|
|
|
|
- Fix subselects with DISTINCT ON or LIMIT (Tom)
|
|
|
|
- BEOS fix
|
|
|
|
- Disable COPY TO/FROM a view (Tom)
|
|
|
|
- Cygwin build (Jason Tishler)
|
|
|
|
- Fixed bug in init script.
|
|
|
|
It needed a file that comes only with postgresql-devel
|
|
|
|
- Better Patch for PgTcl. It now sets the client encoding to
|
|
|
|
UNICODE (PostgreSQL's name for UTF-8) for Tcl versions >= 8.1
|
|
|
|
instead of using Tcl's conversion functions to get the correct
|
|
|
|
string representation.
|
|
|
|
- Added README.SuSE (only german, so far)
|
|
|
|
- Some minor typo fixes in the spec file.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 27 2001 utuerk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- removed postgresql.conf (now provided by susehelp)
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jul 23 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fixed %%pre and %%post scripts for YaST.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jul 19 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fixed regression tests for SPARC32.
|
|
|
|
- fixed init script to warn about incompatible data files.
|
|
|
|
- added patch for Pgtcl to use UTF8 for internal string
|
|
|
|
representation if compiled with Tcl >= 8.1 .
|
|
|
|
- added pkgIndex.tcl to allow dynamic loading of Pgtcl using
|
|
|
|
Tcl's package mechanism.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jul 11 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fixed regression test to succeed on PPC with glibc-2.2.3 .
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jul 10 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- new version: 7.1.2
|
|
|
|
- packages again based on the official PostgreSQL RPMs.
|
|
|
|
- architecture patches are no longer needed.
|
|
|
|
- running the regression tests as part of the build process to
|
|
|
|
ensure that only correctly built binaries get packed in.
|
|
|
|
- new subpackages: contrib, doc
|
|
|
|
- renamed subpackage lib to libs to conform to the official RPMs
|
|
|
|
- ToDo: (semi)automatic conversion for updates
|
|
|
|
from versions prior 7.1.
|
2008-11-07 15:40:50 +01:00
|
|
|
* Mon May 07 2001 mfabian@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- bzip2 sources
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Apr 27 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- updated the init script to be more LSB compliant according to
|
|
|
|
the current /etc/init.d/skeleton.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Apr 12 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fix for deprecated declarations in readline 4.2.
|
|
|
|
- fixed permissons of some shared objects for the backend.
|
|
|
|
- recovered timestamps of sources.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Apr 11 2001 utuerk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added postgresql.conf for susehelp
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 22 2001 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added split-aliases as provides
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 22 2001 poeml@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- 7.0.* does not work on PPC unless compiled with -O0 (7.1 will)
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Mar 07 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added xshared and xdevel to neededforbuild
|
|
|
|
because X is no longer in the default buildsystem.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Feb 23 2001 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added readline/readline-devel to neededforbuild (split from bash)
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jan 24 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added missing "Provides:" entries to specfile.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jan 15 2001 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- dropping the locale environment vars from the init script
|
|
|
|
as workarround for a locale related bug in the backend.
|
|
|
|
It shows up when the regression test runs on a backend that
|
|
|
|
has e.g. LC_CTYPE=de_DE .
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Nov 29 2000 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- new version: 7.0.3
|
|
|
|
- spec file is based on Lamar Owen's source RPM of
|
|
|
|
PostgreSQL-7.0.3 for SuSE Linux 7.0
|
|
|
|
- renamed the whole package
|
|
|
|
postgres -> postgresql
|
|
|
|
pg_lib -> postgresql-lib
|
|
|
|
pg_serv -> postgresql-serv
|
|
|
|
pg_devel -> postgresql-devel
|
|
|
|
pg_tcl -> postgresql-tcl
|
|
|
|
pg_tk -> postgresql-tk
|
|
|
|
pg_odbc -> postgresql-odbc
|
|
|
|
pg_jdbc -> postgresql-jdbc
|
|
|
|
pg_pyth -> postgresql-python
|
|
|
|
pg_perl -> postgresql-perl
|
|
|
|
pg_test -> postgresql-test
|
|
|
|
- renamed some files and scripts from *postgres* to *postgresql*
|
|
|
|
- moved to the LSB-compliant init scheme
|
|
|
|
- moved database initialisation from SuSEconfig.postgres
|
|
|
|
into the init script
|
|
|
|
- changed postgresql-python to use Python2.0 instead of 1.5
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sat Oct 28 2000 kukuk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Add python-devel to need for build
|
2008-11-07 15:40:50 +01:00
|
|
|
* Mon Oct 23 2000 bk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- integrated change from max:
|
|
|
|
- changed /sbin/init.d/postgres and SuSEconfig.postgres
|
|
|
|
to work arround YaST that quotes the value of POSTGRES_DATADIR
|
|
|
|
in /etc/rc.config when it gets changed.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Sep 11 2000 fober@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- made postgres run&autobuild on s390:
|
|
|
|
- src/include/port/linux.h, src/include/storage/s_lock.h:
|
|
|
|
s390-assembler test-and-set (thanks to Andreas Jaeger)
|
|
|
|
- src/template/.similar, src/template/linux_s390:
|
|
|
|
created linux_s390-Template from linux_ppc.
|
|
|
|
TODO: is -O0 really needed?
|
|
|
|
- regression test passes (with minor deviations in floating point
|
|
|
|
arithmetics)
|
|
|
|
TODO: the regression test will not run out of the box as we install
|
|
|
|
it. this is the missing piece, either in postgres-source or in
|
|
|
|
.spec
|
|
|
|
[#] missing files
|
|
|
|
cd $BUILD_ROOT/usr/src/packages/BUILD/postgresql-7.0.2/;
|
|
|
|
cp -avP src/backend/*.h $RPM_BUILD_ROOT/usr/lib/pgsql
|
|
|
|
cp -avP src/include $RPM_BUILD_ROOT/usr/lib/pgsql
|
|
|
|
cp -avP src/Makefile.port $RPM_BUILD_ROOT/usr/lib/pgsql
|
|
|
|
cp -avP src/Makefile.global $RPM_BUILD_ROOT/usr/lib/pgsql
|
|
|
|
[#] directory structure
|
|
|
|
cd $RPM_BUILD_ROOT/usr/lib/pgsql
|
|
|
|
mkdir src
|
|
|
|
mv test src
|
|
|
|
ln -s src/test .
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 28 2000 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- changed installation order to fix bug #3802
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jul 03 2000 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Disabled fcntl(F_SETLK) on the postmaster socket to work arround
|
|
|
|
a kernel bug in Linux <= 2.2.16.
|
|
|
|
- New subpackage: pg_lib contains the shared libs for C and C++.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jun 29 2000 schwab@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Fix spinlocks for ia64.
|
|
|
|
- Reenable ia64 patch on the other architectures.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Jun 28 2000 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- disabled the ia64 patch when building for other architectures
|
|
|
|
- database unload+reload on updates works now
|
|
|
|
- moved some script and config files out of the diff into
|
|
|
|
source files of their own.
|
|
|
|
- template database creation moved from init script into SuSEconfig
|
|
|
|
- some minor cleanups
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jun 20 2000 schwab@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Add support for ia64.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jun 09 2000 max@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New version: 7.0.2.
|
|
|
|
- Re-made the whole package based on the original PostgreSQL RPM.
|
|
|
|
- There is still a little work needed for clean updates from
|
|
|
|
PostgreSQL 6.x to 7.0.x
|
|
|
|
- Heavy testing needed before SuSE Linux 7.0.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sun Apr 09 2000 bk@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added suse update config macro
|
|
|
|
- added automake to list of packages needed for building postgres
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Feb 10 2000 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add more source files from the official PostgreSQL package.
|
|
|
|
- start to apply patches from there.
|
|
|
|
- start to cleanup the spec file.
|
|
|
|
- start to resolve bug #1948.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Feb 09 2000 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add group tag.
|
|
|
|
- ./configure -> %%build.
|
|
|
|
- New default for rc.config variable START_POSTGRES ("no").
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Dec 10 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version 6.5.3.
|
|
|
|
- startup script: use -S to remove the socket.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Oct 12 1999 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added tcld to neededforbuild
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 02 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- postgresql init script: remove the socket in /tmp before trying to
|
|
|
|
start the postmaster.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Jul 29 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version 6.5.1.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Jul 20 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- remove MANPATH setting from /etc/postgres.{sh,csh} and from
|
|
|
|
/etc/pg_ifa.{sh,csh}.
|
|
|
|
- provide manpage links at /usr/share/man:
|
|
|
|
/usr/lib/pgsql/man/man?/*.?.gz -> /urs/share/man/man?/*.?.pgsql.gz
|
|
|
|
- now, you'll find all manpage in "pg_ifa".
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Mar 18 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- compile an install "spi" (on popular demand...).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Feb 10 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- security fix: don't create pg_pwd with mode 666 (thanks to mt).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Feb 01 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fix permissions of libs (thanks to mt).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Jan 08 1999 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version 6.4.2.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Dec 01 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add /etc/profile.d/{postgres,pg_ifa}.csh (thanks to werner).
|
|
|
|
- new bootscript (thanks to werner).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Nov 27 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- link libpgtcl against libcrypt.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu Nov 12 1998 bs@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fixed spec file for new rpm.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri Oct 30 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version 6.4-BETA4.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sun Sep 27 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version pre6.4 (snapshot 1998-09-27).
|
|
|
|
- remove pgaccess (it's a separate package now).
|
|
|
|
- all libraries and binaries are under the separate hierarchy
|
|
|
|
/usr/lib/pgsql (on customers' request...).
|
|
|
|
- provide /etc/profile.d/{postgres,pg_ifa}.sh; .csh files are still
|
|
|
|
missing.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Aug 24 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- shut down the postmaster before uninstalling.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Aug 18 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add pgaccess' GIFs (HTML documentation).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sat Jul 25 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- Use `-n postgres' to make the `%%post' script available.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jul 13 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update pgaccess: version 0.88.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu May 28 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- New package split: rip out the base interfaces (libraries and database
|
|
|
|
tools); the new package is called pg_ifa (subpackage).
|
|
|
|
- update pgaccess: version 0.87.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Fri May 22 1998 ke@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- update: version 6.3.2
|
|
|
|
- package split to ease maintainability and user updates; now, we've the
|
|
|
|
following packages:
|
|
|
|
postgres : base packages, essential interfaces included (libpq,
|
|
|
|
libpq++, libpqtcl and PgAccess).
|
|
|
|
pg_datab : initial database (needed only for the first
|
|
|
|
installation or in case of major number updates); if
|
|
|
|
not installed, the user has to invoke `initdb'
|
|
|
|
manually.
|
|
|
|
pg_iface : PostgreSQL interfaces (Perl, JDBC, more to come...).
|
2008-04-10 15:28:19 +02:00
|
|
|
* Thu May 07 1998 fehr@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- add library -lXp for Motif 2.1
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Feb 11 1998 fehr@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added the perl interface
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Dec 10 1997 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- build static and dynamic version of dbbrowser and mpsql
|
2008-04-10 15:28:19 +02:00
|
|
|
* Wed Dec 03 1997 ro@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- fixed /sbin/init.d/postgres (path, db-path, read rc.config)
|
|
|
|
moved logfile to /var/log
|
2008-11-07 15:40:50 +01:00
|
|
|
* Tue Nov 18 1997 bs@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- skipped man3/abort.3.gz
|
2008-04-10 15:28:19 +02:00
|
|
|
* Tue Nov 04 1997 fehr@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- changed to version 6.2.1 of the new postgresSQL
|
|
|
|
- changed to version 1.5 of mpsql
|
|
|
|
- changed to version 0.2 of AppGEN
|
|
|
|
- added version 0.9 if dbbrowser
|
|
|
|
- prepare package for automatic build
|
|
|
|
- home Directory of postgrs user must now be /var/lib/postgres
|
|
|
|
- this Change is a major step since postgres95 it is possible
|
|
|
|
that some changes are incompatible with the previos postgres
|
|
|
|
versions.
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon Jun 09 1997 fehr@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- make symbolic link in /usr/doc/packages relative
|
2008-04-10 15:28:19 +02:00
|
|
|
* Sun Jun 01 1997 bs@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- moved fillup stuff to var/adm/fillup-templates
|
2008-04-10 15:28:19 +02:00
|
|
|
* Mon May 12 1997 fehr@suse.de
|
2008-01-22 12:35:53 +01:00
|
|
|
- added startup-script for /sbin/init.d
|
|
|
|
- added fillup for /etc/rc.config START_POSTGRES
|