]> git.pld-linux.org Git - packages/postgresql.git/log
packages/postgresql.git
11 years ago- release++ postgresql-6_5_3-5
Jan Rękorajski [Tue, 25 Apr 2000 16:16:48 +0000 (16:16 +0000)]
- release++
- FHS 2.1, /var/state -> /var/lib

Changed files:
    postgresql.spec -> 1.40

11 years ago- FHS 2.1 /var/state -> /var/lib
Jan Rękorajski [Tue, 25 Apr 2000 16:15:50 +0000 (16:15 +0000)]
- FHS 2.1 /var/state -> /var/lib

Changed files:
    postgresql.init -> 1.15
    postgresql.sysconfig -> 1.4

11 years ago- replaced "cat /etc/groups | grep" with getgid
Sebastian Zagrodzki [Tue, 18 Apr 2000 12:26:01 +0000 (12:26 +0000)]
- replaced "cat /etc/groups | grep" with getgid
- replaced "cat /etc/passwd | grep" with id

Changed files:
    postgresql.spec -> 1.39

11 years ago- redirection "&>" is not ksh-compatible
Sebastian Zagrodzki [Tue, 18 Apr 2000 08:28:42 +0000 (08:28 +0000)]
- redirection "&>" is not ksh-compatible

Changed files:
    postgresql.spec -> 1.38

11 years ago- added '2> /dev/null' in postmaster invocation
bonkey [Tue, 18 Apr 2000 02:22:04 +0000 (02:22 +0000)]
- added '2> /dev/null' in postmaster invocation

Changed files:
    postgresql.init -> 1.14

11 years ago- changed all BuildRoot definitons
Sebastian Zagrodzki [Sat, 1 Apr 2000 11:15:35 +0000 (11:15 +0000)]
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Changed files:
    postgresql.spec -> 1.37

11 years ago- translated kloczkish into english
Jan Rękorajski [Tue, 28 Mar 2000 16:55:04 +0000 (16:55 +0000)]
- translated kloczkish into english

Changed files:
    postgresql.spec -> 1.36

11 years ago- release ++
Jan Rękorajski [Tue, 28 Mar 2000 13:09:10 +0000 (13:09 +0000)]
- release ++
- updated init script to rc-scripts 0.2.0

Changed files:
    postgresql.spec -> 1.35

11 years ago- updated to rc-scripts 0.2.0
Jan Rękorajski [Tue, 28 Mar 2000 12:59:56 +0000 (12:59 +0000)]
- updated to rc-scripts 0.2.0

Changed files:
    postgresql.init -> 1.13

11 years ago- install all header files; they are required by executor/spi.h and
wrobell [Mon, 20 Mar 2000 15:13:04 +0000 (15:13 +0000)]
- install all header files; they are required by executor/spi.h and
  commands/trigger.h

Changed files:
    postgresql.spec -> 1.34

11 years ago- fix for perl module install
wrobell [Fri, 17 Mar 2000 12:06:30 +0000 (12:06 +0000)]
- fix for perl module install

Changed files:
    postgresql.spec -> 1.33

11 years ago- check if exist database and create it
smyda [Wed, 9 Feb 2000 14:37:22 +0000 (14:37 +0000)]
- check if exist database and create it

Changed files:
    postgresql.init -> 1.12

11 years ago- removed initdb from spec (add to postgresql.init)
smyda [Wed, 9 Feb 2000 14:26:05 +0000 (14:26 +0000)]
- removed initdb from spec (add to postgresql.init)
- fix in perl section
- checking in group, passwd if exist postgres

Changed files:
    postgresql.spec -> 1.32

11 years ago- added more BuildRequires: rules
Artur Frysiak [Thu, 30 Dec 1999 05:50:50 +0000 (05:50 +0000)]
- added more BuildRequires: rules

Changed files:
    postgresql.spec -> 1.31

11 years ago- release 2
Jan Rękorajski [Thu, 9 Dec 1999 19:19:57 +0000 (19:19 +0000)]
- release 2
- fixed broken initscript (& in wrong place)

Changed files:
    postgresql.spec -> 1.30

11 years ago- su postgres -c "postmaster &" instead of totally WRONG
Jan Rękorajski [Thu, 9 Dec 1999 17:28:43 +0000 (17:28 +0000)]
- su postgres -c "postmaster &" instead of totally WRONG
su postgres -c "postmaster" &

Changed files:
    postgresql.init -> 1.11

11 years ago- small fixes
waszi [Mon, 6 Dec 1999 13:29:54 +0000 (13:29 +0000)]
- small fixes

Changed files:
    postgresql.init -> 1.10
    postgresql.spec -> 1.29
    postgresql.sysconfig -> 1.3

11 years ago- fixed loading postgresql.sysconfig
waszi [Mon, 6 Dec 1999 13:00:04 +0000 (13:00 +0000)]
- fixed loading postgresql.sysconfig

Changed files:
    postgresql.init -> 1.9

11 years ago- added handling more configurations parameters. Both on postmaster and on
kloczek [Sun, 5 Dec 1999 20:56:32 +0000 (20:56 +0000)]
- added handling more configurations parameters. Both on postmaster and on
  postgres backend level passed throu postgres sysconfig file:
# Root of the tree of database directories
DATA_DIR=/var/state/pgsql

# maximum number of backend server processes that this postmaster is allowed
# to start. If not specyfied is 32, and can be set as high as 1024 if your
# system will support that many processes.
MAX_NUM_BACKENDS=

#
# postgres(1) backend options runed by postmaster
#
# run postgres(1) bacend in quiet mode
POSTGRES_QUIET=yes

# Disable automatic fsync() call after each transac tion. This option
# improves performance, but an operating system crash while a transaction is
# in progress will probably cause data loss.

Warning: NOT TESTED YET.
TODO: add handling debuging and storing statistic information (possible must
be added also logrotate config file for namaging dhis kind output
information).

Changed files:
    postgresql.init -> 1.8
    postgresql.sysconfig -> 1.2

11 years ago- updated for 6.5.3.
kloczek [Sun, 5 Dec 1999 19:57:58 +0000 (19:57 +0000)]
- updated for 6.5.3.

Changed files:
    postgresql-perl.patch -> 1.2

11 years ago- updated to 6.5.3,
kloczek [Sun, 5 Dec 1999 19:55:45 +0000 (19:55 +0000)]
- updated to 6.5.3,
- updated perl patch for new version,
- pass LDFLAGS="-s" in %build into ./configure enviroment instead strip
  binaries in %install,
- added stripping shared libraries,
- test reformatings,
- added restrt postgresql database daemon on upgrade in %post,
- added %post/%postun wit runing /sbin/ldconfig for libs, tcl, and odb
  subpackades,
- s,/etc,%%{_sysconfdir},
- fiew other cosmetic changes (removed comented out data subpackage)

Changed files:
    postgresql.spec -> 1.28

11 years ago- added support fo /etc/sysconfig/postgresql
waszi [Sun, 5 Dec 1999 17:56:59 +0000 (17:56 +0000)]
- added support fo /etc/sysconfig/postgresql
- fixed %%post

Changed files:
    postgresql.spec -> 1.27

11 years ago- added support for /etc/sysconfig/postgresql
waszi [Sun, 5 Dec 1999 17:51:54 +0000 (17:51 +0000)]
- added support for /etc/sysconfig/postgresql

Changed files:
    postgresql.init -> 1.7

11 years ago- added
waszi [Sun, 5 Dec 1999 17:50:59 +0000 (17:50 +0000)]
- added

Changed files:
    postgresql.sysconfig -> 1.1

11 years ago- some cleanups
waszi [Sun, 5 Dec 1999 15:54:40 +0000 (15:54 +0000)]
- some cleanups

Changed files:
    postgresql.spec -> 1.26

11 years agoupdated
waszi [Tue, 30 Nov 1999 09:12:25 +0000 (09:12 +0000)]
updated

Changed files:
    postgresql.init -> 1.6

11 years ago- small fixes
waszi [Tue, 30 Nov 1999 09:10:27 +0000 (09:10 +0000)]
- small fixes

Changed files:
    postgresql.spec -> 1.25

11 years ago- fixed requires (PR#49)
Arkadiusz Miśkiewicz [Sat, 11 Sep 1999 13:59:12 +0000 (13:59 +0000)]
- fixed requires (PR#49)

Changed files:
    postgresql.spec -> 1.24

11 years ago- changed stripping of all files in %{_bindir} into
bonkey [Thu, 9 Sep 1999 18:50:58 +0000 (18:50 +0000)]
- changed stripping of all files in %{_bindir} into
  stripping only binary ones.

Changed files:
    postgresql.spec -> 1.23

11 years ago- fix in checking is netforking is up.
kloczek [Thu, 5 Aug 1999 20:53:33 +0000 (20:53 +0000)]
- fix in checking is netforking is up.

Changed files:
    postgresql.init -> 1.5

11 years ago- standarized reaction if NETWRKING=no.
kloczek [Sat, 31 Jul 1999 00:45:23 +0000 (00:45 +0000)]
- standarized reaction if NETWRKING=no.

Changed files:
    postgresql.init -> 1.4

11 years ago- fixed bogus Group: field
Jan Rękorajski [Sun, 18 Jul 1999 14:53:24 +0000 (14:53 +0000)]
- fixed bogus Group: field

Changed files:
    postgresql.spec -> 1.22

11 years agoStandarized all rc scripts.
kloczek [Sun, 18 Jul 1999 02:03:49 +0000 (02:03 +0000)]
Standarized all rc scripts.

Changed files:
    postgresql.init -> 1.3

11 years ago- added using CVS keywords in %changelog (for automating them).
kloczek [Mon, 12 Jul 1999 23:06:12 +0000 (23:06 +0000)]
- added using CVS keywords in %changelog (for automating them).

Changed files:
    postgresql.spec -> 1.21

11 years agoupdated to 6.5
Artur Frysiak [Mon, 12 Jul 1999 15:40:05 +0000 (15:40 +0000)]
updated to 6.5

Changed files:
    postgresql-opt.patch -> 1.1

11 years ago- fixed %pre/%post/%postun scripts
Artur Frysiak [Mon, 12 Jul 1999 15:25:37 +0000 (15:25 +0000)]
- fixed %pre/%post/%postun scripts
- changed /var/lib/pgsql to /var/state/pgsql (FHS 2.0)
- pg_id moved to postgresql-libs

Changed files:
    postgresql.spec -> 1.20

11 years ago- update to 6.
Artur Frysiak [Mon, 12 Jul 1999 11:12:32 +0000 (11:12 +0000)]
- update to 6.

Changed files:
    postgresql-DESTDIR.patch -> 1.2

11 years ago- update to 6.5
Artur Frysiak [Mon, 12 Jul 1999 11:11:56 +0000 (11:11 +0000)]
- update to 6.5

Status: NY

Changed files:
    postgresql.spec -> 1.19

11 years ago- added DESTDIR patch
Artur Frysiak [Mon, 12 Jul 1999 09:22:47 +0000 (09:22 +0000)]
- added DESTDIR patch
- added perl patch (correct install)
- splited to more subpackage: odbc-devel, odbc-static, libs, static, tcl, tcl-devel, tcl-static
- relooked %files

Changed files:
    postgresql.spec -> 1.18

11 years ago- new patches for postgresql
Artur Frysiak [Mon, 12 Jul 1999 09:19:07 +0000 (09:19 +0000)]
- new patches for postgresql

Changed files:
    postgresql-DESTDIR.patch -> 1.1
    postgresql-perl.patch -> 1.1

11 years ago- added line on top spec file with cvs tags ($Revision:$ and $Date:$).
kloczek [Fri, 9 Jul 1999 16:22:12 +0000 (16:22 +0000)]
- added line on top spec file with cvs tags ($Revision:$ and $Date:$).

Changed files:
    postgresql.spec -> 1.17

11 years agos/%{_target}/%{_target_platform}/
Artur Frysiak [Tue, 1 Jun 1999 17:46:16 +0000 (17:46 +0000)]
s/%{_target}/%{_target_platform}/

Changed files:
    postgresql.spec -> 1.16

11 years ago- removed spaces from %attr macros parameters.
kloczek [Mon, 24 May 1999 11:45:55 +0000 (11:45 +0000)]
- removed spaces from %attr macros parameters.

Changed files:
    postgresql.spec -> 1.15

11 years agos-/usr/sbin-%{_sbindir}-
kloczek [Mon, 17 May 1999 23:39:56 +0000 (23:39 +0000)]
s-/usr/sbin-%{_sbindir}-
s-/usr/sbin-%{_includedir}-

Changed files:
    postgresql.spec -> 1.14

11 years ago- s-/usr/bin-%{_bindir}-
kloczek [Mon, 17 May 1999 23:26:09 +0000 (23:26 +0000)]
- s-/usr/bin-%{_bindir}-

Changed files:
    postgresql.spec -> 1.13

11 years ago- "s-/usr/lib/-%{_libdir}-"
kloczek [Mon, 17 May 1999 21:41:25 +0000 (21:41 +0000)]
- "s-/usr/lib/-%{_libdir}-"

Changed files:
    postgresql.spec -> 1.12

11 years ago- masive changes:
kloczek [Mon, 17 May 1999 10:23:24 +0000 (10:23 +0000)]
- masive changes:
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    postgresql.spec -> 1.11

11 years agoadded %{_target} macro
Artur Frysiak [Thu, 6 May 1999 17:07:03 +0000 (17:07 +0000)]
added %{_target} macro

Changed files:
    postgresql.spec -> 1.10

11 years ago- some cosmetics
smyda [Tue, 13 Apr 1999 08:36:04 +0000 (08:36 +0000)]
- some cosmetics

Changed files:
    postgresql.init -> 1.2

11 years ago- correct directory name for perl module postgresql-6_4_2-7
smyda [Wed, 24 Mar 1999 16:04:27 +0000 (16:04 +0000)]
- correct directory name for perl module

Changed files:
    postgresql.spec -> 1.9

11 years ago- patch file for postgresql
smyda [Wed, 10 Mar 1999 09:11:31 +0000 (09:11 +0000)]
- patch file for postgresql

Changed files:
    postgresql.init -> 1.1

11 years ago- revision up to 6,
kloczek [Fri, 5 Mar 1999 20:47:11 +0000 (20:47 +0000)]
- revision up to 6,
- changed ermission on rc script to 754,
- /sbin/ldconfig emoved from Prereq list,
- removed man group from man pages,
- fiew other modifications ald cosmetic changes for common l&f.

Changed files:
    postgresql.spec -> 1.8

11 years ago- add postgres user when not exists
smyda [Fri, 5 Mar 1999 15:44:14 +0000 (15:44 +0000)]
- add postgres user when not exists

Changed files:
    postgresql.spec -> 1.7

11 years ago- correct install perllocal.pod
smyda [Fri, 5 Mar 1999 11:33:44 +0000 (11:33 +0000)]
- correct install perllocal.pod

Changed files:
    postgresql.spec -> 1.6

11 years ago- add polish group name
smyda [Fri, 5 Mar 1999 10:33:38 +0000 (10:33 +0000)]
- add polish group name

Changed files:
    postgresql.spec -> 1.5

11 years ago- change correct group name
smyda [Wed, 3 Mar 1999 15:32:55 +0000 (15:32 +0000)]
- change correct group name

Changed files:
    postgresql.spec -> 1.4

11 years ago- gzip man pages
smyda [Thu, 25 Feb 1999 10:48:17 +0000 (10:48 +0000)]
- gzip man pages

Changed files:
    postgresql.spec -> 1.3

11 years agoUpdate postgres.spec: remove template database from data package
smyda [Thu, 18 Feb 1999 16:26:38 +0000 (16:26 +0000)]
Update postgres.spec: remove template database from data package

Changed files:
    postgresql.spec -> 1.2

11 years agoFirst release spec for PostgreSQL
smyda [Wed, 20 Jan 1999 08:05:20 +0000 (08:05 +0000)]
First release spec for PostgreSQL

Changed files:
    postgresql.spec -> 1.1

This page took 0.357029 seconds and 4 git commands to generate.