Commit Graph

440 Commits

Author SHA1 Message Date
Jozef Mlich e6acde1a90 Using rpm macros instead of hard wired paths; Adding aarch64, ppc64p7 2015-03-26 09:44:50 +01:00
Jozef Mlich 08eb705370 Update of postgresql-setup to 3.3 2015-03-26 09:43:26 +01:00
Jozef Mlich 58e1c1f5ad Adding tcl-pgtcl into Requires of -tcl subpackage 2015-03-19 16:55:44 +01:00
Pavel Raiskup ab286396f6 rebase: minor release update
Per release notes:
http://www.postgresql.org/docs/9.4/static/release-9-4-1.html

Version: 9.4.1-1
2015-02-05 16:00:38 +01:00
Pavel Raiskup 3ca08a72e8 spec: sort %files lists (LANG=C sort)
Also substitute some hardwired paths with predefined macros.
Simplify tests a bit.

Version: 9.4.0-2
2015-02-04 07:32:53 +01:00
Jozef Mlich fd57b14656 update to 9.4.0 per release notes
http://www.postgresql.org/docs/9.4/static/index.html
2015-01-05 10:27:20 +01:00
Pavel Raiskup 1ade253201 testsuite: put contents of regression.diffs to stdout
.. to help users who face issues like rhbz#1118392.

Also, testsuite consists of several 'make check' runs.  From now,
continue with checking if some of 'make check' runs failed;  just
to be sure we have complete test results.  Make the test failed
once all testing is done.

Resolves: #1118392
Version: 9.3.5-8
2014-11-24 14:57:21 +01:00
Pavel Raiskup 7fcd42641d upgrade: be more benevolent in locale comparison
In F20+, we should be OK for upgrades where locale changed like
from en_US.utf8 to en_US.UTF-8.

Resolves: #1007802
Version: 9.3.5-7
2014-10-20 12:04:05 +02:00
Pavel Raiskup c88f76d540 postgresql-setup is now in separate tarball
.. together with other scripts and files.  This should make the
development and testing of those files easier.  Also packaging
should benefit from this change.

Version: 9.3.5-6
Resolves: #1145129
2014-09-22 14:55:49 +02:00
Jitka Plesnikova 721530b8e4 Perl 5.20 rebuild 2014-08-27 17:46:57 +02:00
Pavel Raiskup ebf59e42fa rpm-macros: install macros.%{name}, not %{name}.macros
The %{name}.macros file is not loaded by rpm.  Spotted by jmlich
through regular dependency checker in Fedora & postgresql-ip4r
package.

Version: 9.3.5-4
2014-08-21 15:34:41 +02:00
Peter Robinson 09271080e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 19:40:36 +00:00
Pavel Raiskup c9a55bd785 spec: fix prevversion checksum link
Version: 9.3.5-2
2014-07-24 13:47:57 +02:00
Pavel Raiskup 0e0465561c rebase: minor release update
Per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-5.html

Version: 9.3.5-1
2014-07-24 12:57:09 +02:00
Pavel Raiskup 4f1d2a0833 devel: guard against incompabtible plugin installation
Each package having some *.so plugin for postgresql-server should
be rebuilt against each major version bump of PostgreSQL.  Using
this statements in F21+

  BuildRequires: postgresql-devel
  Require: postgresql-server(:MODULE_COMPAT_%{postgresql_major})

then automatically blocks installation of postgresql-server and
incompatible plugin at the same time and thus indirectly forces
plugin maintainers to rebuild their packages against newer server.

File macros.postgresql now starts providing correct
%{postgresql_major} macro.

Resolves: #1008939
Version: 9.3.4-8
2014-07-18 09:10:43 +02:00
Pavel Raiskup bf770dd7e1 spec: move big html documentation from base to *-docs package
Resolves: #1086420
Version: 9.3.4-8
2014-07-18 09:09:42 +02:00
Pavel Raiskup a4d772f81c spec: provide postgresql-doc by postgresql-docs
Related: #1086420
Version: 9.3.4-8
2014-06-25 16:48:39 +02:00
Pavel Raiskup 49f074f191 service: OOM handling set compatibly with 9.5+
Thanks Tom.

Resolves: #1110969
Version: 9.3.4-7
2014-06-19 18:38:55 +02:00
Dennis Gilmore abb534ae56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 11:53:55 -05:00
Honza Horak 729866cc36 Rebuild for Python 3.4 2014-05-26 08:42:49 +02:00
Honza Horak 832a5a0ffd Change plpython_do test a bit so it is universal for all python versions 2014-05-23 16:53:39 +02:00
Jaroslav Å karvada b57df46f2d - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 2014-05-21 12:31:43 +02:00
Pavel Raiskup 533a1efbb6 postgresql-setup: work even if $PATH is unset or empty
.. by setting $PATH to default value.  Also check for command
existence by 'command' built-in instead of checking for file
existence.

Version: 9.3.4-2
Resolves: #1097317
2014-05-14 13:34:35 +02:00
Jozef Mlich 365123c53c update to 9.3.4 minor version per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-4.html
2014-03-20 17:18:11 +01:00
Jozef Mlich a21b7d5314 - Fix WAL replay of locking an updated tuple
kudos to Alvaro Herrera

  See http://www.postgresql.org/message-id/CA+Tgmob8vfzYrLToqYr7uJ2moW3Gnv8rZpPtznxVXRPfTHQpCA@mail.gmail.com
2014-03-13 13:50:06 +01:00
Jozef Mlich a2f501b795 update to 9.3.3 minor version per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
2014-02-20 15:58:24 +01:00
Pavel Raiskup 6d2de0b6b6 postgresql-setup: typos
Version: 9.3.2-7
2014-01-23 10:56:07 +01:00
Pavel Raiskup a43ac073bc postgresql-setup: add PGSETUP_PGUPGRADE_OPTIONS
This allows user to use something like
PGSETUP_PGUPGRADE_OPTIONS="-o '-B 5MB'" to work-around badly set
kernel.shmax value.

Version: 9.3.2-6
2014-01-21 15:55:42 +01:00
Pavel Raiskup 7df4c0e471 postgresql-setup: handle --version option earlier
This generated the manual page badly before as the output of
--version option depended on system's postgresql.service (not
available at a build time).  So handle options rather at the
beginning of the script.

Version: 9.3.2-5
2014-01-20 15:03:32 +01:00
Pavel Raiskup ca2964b709 docu: document postgresql-setup in --help a little
Also automatically generate manual page from the help output.

Version: 9.3.2-4
2014-01-20 09:49:16 +01:00
Pavel Raiskup 44cd816532 spec: move script generation to proper place
Generate postgresql-setup and postgresql-check-db-dir in %prep
rather then in %install.  It is (a) better place and (b) it speeds
up its testing ('rpmbuild -bp *.spec' is able to generate them).

Version: 9.3.2-4
2014-01-13 10:01:49 +01:00
Pavel Raiskup 8e40185581 postgresql-setup: do not pretend 'sh' compatibility
At least the way the script is prepared for translation is adopted
from bash.

Version: 9.3.2-4
2014-01-13 10:01:47 +01:00
Pavel Raiskup 2f213ebd1d postgresql-setup: add $PGSETUP_INITDB_OPTIONS
Users may now specify by this variable parameters passed to initdb
run.  See `man initdb(1)`.  This may help if user gets stacked
with bug #1007802.

Related: #1007802
Version: 9.3.2-4
2014-01-13 10:01:44 +01:00
Pavel Raiskup 083dd21498 postgresql-setup: do not stop server when it can't be started
Version: 9.3.2-4
2014-01-13 09:59:32 +01:00
Pavel Raiskup 88e98c3302 spec: build with -O3 on ppc64
Resolves: #1051075 (private)
Version: 9.3.2-3
2014-01-10 09:35:43 +01:00
Pavel Raiskup 4c6bd5df12 postgresql-setup: lint
Rather use the --ignore-space-change when showing differences.

Version: 9.3.2-2
2013-12-16 14:43:19 +01:00
Jozef Mlich 85e0b076bc postgresql-setup: ignore misconfigure pg_hba.conf when upgrading
Resolves: #1040364
Version: 9.3.2-2
2013-12-16 14:39:50 +01:00
Jozef Mlich 3355515a99 update to 9.3.2 minor version per release notes:
http://www.postgresql.org/docs/9.3/static/release-9-3-2.html
2013-12-05 16:32:09 +01:00
Jozef Mlich 4b81ad4d16 the prevversion (see package upgrade process) is updated
from 9.2.4 to 9.2.5
2013-10-17 10:29:33 +02:00
Jozef Mlich 592d0dee38 rebase to 9.3.1, see http://www.postgresql.org/docs/9.3/static/release-9-3-1.html 2013-10-10 17:45:08 +02:00
Pavel Raiskup 24c5bf3138 rebase: upgrade to version 9.3.0
Version: 9.3.0-1
2013-09-10 16:01:09 +02:00
Pavel Raiskup f9f152f08e upgrade: stop old server in case of permissions problem
Version: 9.2.4-11
Resolves: #896161
2013-08-15 07:41:09 +02:00
Pavel Raiskup 4dafc07c13 upgrade: disable aggressive loop optimizations
This is important for gcc >= 4.8.0 as the optimizations were turned on by
default.  New code-base is OK thus enable this only for older
(upgrade-related) code.

Resolves: #993532
Version: 9.2.4-10
2013-08-12 07:32:50 +02:00
Pavel Raiskup 9124149d17 spec: fix links to docdir in postgresql-check-db-dir
Resolves: #994048
Version: 9.2.4-9
2013-08-07 08:31:13 +02:00
Pavel Raiskup 83ea972cfd spec: allow `rpmbuild -bi --short-circuit`
Version: 9.2.4-8
2013-08-06 13:06:03 +02:00
Dennis Gilmore a680fe1178 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 23:57:45 -05:00
Pavel Raiskup cb07b6b8cc spec: allow debug also for upgrade when %beta == 1
Version: 9.2.4-6
2013-07-29 10:33:23 +02:00
Pavel Raiskup 9d28c85075 spec: split aarch64 patch to allow build for %upgrade == 0
Version: 9.2.4-6
2013-07-24 14:15:40 +02:00
Pavel Raiskup 44506bd77e testsuite: fix FTBFS against perl-5.18
Version: 9.2.4-5
2013-07-23 10:15:05 +02:00
Petr Písař 304cc8de27 Perl 5.18 rebuild 2013-07-18 02:37:26 +02:00
Pavel Raiskup 6f62d3591c spec: fix bogus versions in changelog
Version: 9.2.4-4
2013-07-09 14:35:23 +02:00
Pavel Raiskup 3fea88c154 spec: do not use 'patch -b' for manual page fixes
The 'make install' target in Makefile is written by hand (not generated by
automake) and it can't tell whether the backups are/(are not) regular
manpages.  Thus it would install also all backups as it was manual page.

Detected by RPMDiff (private link):
    https://rpmdiff.lab.eng.brq.redhat.com/run/43086/3/

Version: 9.2.4-4
2013-07-09 14:35:15 +02:00
Pavel Raiskup a57d617cef spec: replace hard-coded path with macro
Version: 9.2.4-3
2013-06-20 09:46:48 +02:00
Pavel Raiskup 3992fad4ad README.rpm-dist: point user to install postgresql-server
Resolves: #969050
Version: 9.2.4-3
2013-06-20 09:44:06 +02:00
Pavel Raiskup 33319f6255 spec: ups, forgot to bump release in changelog during rebase
Version: 9.2.4-3
2013-06-13 10:38:57 +02:00
Pavel Raiskup 3202ca7723 man: apply the forgotten man-page-day patch
Version: 9.2.4-3
Related: #948933
2013-06-13 10:35:44 +02:00
Pavel Raiskup 0415e338bc postgresql: fix for atomic operations in aarch64
.. is needed also in the older version.

Version: 9.2.4-3
Resolves: #970661
2013-06-13 10:33:54 +02:00
Jan Staněk cac63b3ab0 added patch for manual pages (#948933) 2013-06-13 09:38:22 +02:00
Pavel Raiskup 63807df6fc postgresql-setup: fail earlier during bad $PGDATA dir creation
Related: #972425
Version: 9.2.4-2
2013-06-11 11:04:44 +02:00
Pavel Raiskup 30d053b7a5 postgresql: add support for atomic operations in aarch64
Version: 9.2.4-2
Resolves: #970661
2013-06-05 09:37:37 +02:00
Pavel Raiskup b6b61d6de7 spec: fix rpmlint warnings
Version: 9.2.4-1
2013-06-04 15:28:55 +02:00
Tom Lane d27a983cef Update to PostgreSQL 9.2.4 2013-04-04 09:42:29 -04:00
Tom Lane 3b77faf93c Update to PostgreSQL 9.2.3 2013-02-07 10:50:50 -05:00
Tom Lane 1cd49a06e5 Fix bugs 891531 and 891547 2013-01-03 18:37:36 -05:00
Tom Lane 73e3a6adf8 Make building of plpython3 dependent on Fedora version, per guidelines 2012-12-19 12:15:54 -05:00
Tom Lane 5f6fb7975f Update to PostgreSQL 9.2.2 2012-12-06 11:05:36 -05:00
Tom Lane 36551c37db Update to PostgreSQL 9.2.1 2012-09-24 11:33:10 -04:00
Tom Lane 795d3d1431 Update to PostgreSQL 9.2.0; add postgresql-plpython3 2012-09-10 11:15:54 -04:00
Tom Lane 8f944a5a01 Remove unnecessary ldconfig calls in pre/post triggers 2012-08-28 01:01:14 -04:00
Tom Lane f95c6455f3 Update to PostgreSQL 9.1.5 2012-08-17 11:48:18 -04:00
Tom Lane 497da8cf86 Place Unix sockets in /var/run/postgresql. 2012-08-13 13:13:01 -04:00
Dennis Gilmore 0011b0bd43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 21:45:24 -05:00
Tom Lane 67b80785ce Add legacy action scripts, fix oom_score_adj usage 2012-07-14 23:45:13 -04:00
Petr Písař b937d0f13c Perl 5.16 rebuild 2012-06-11 15:16:04 +02:00
Tom Lane d270fa3ca6 Update to 9.1.4. 2012-06-04 08:31:09 -04:00
Tom Lane de5b387d8f Fix postgresql-setup to rely on systemd to parse the unit file 2012-03-17 12:47:37 -04:00
Tom Lane 338b75480d Fix postgresql-setup, re-add init script 2012-03-13 19:38:14 -04:00
Tom Lane 2e73ff757c Update to PostgreSQL 9.1.3 2012-02-27 11:05:52 -05:00
Tom Lane d44dce3f6c Resurrect startup check for database presence. 2012-01-09 15:24:29 -05:00
Tom Lane a60f809e42 Update to PostgreSQL 9.1.2 2011-12-05 11:32:50 -05:00
Honza Horák 9c2d09be8c Merge branch 'master' of ssh://pkgs.fedoraproject.org/postgresql 2011-11-08 17:58:26 +01:00
Honza Horák f82c498740 Changed Resolves to Related by bug #729012 2011-11-08 17:57:50 +01:00
Tom Lane 464a98d92f Improve %description text for PostgreSQL. 2011-11-07 12:21:47 -05:00
Honza Horák c99f89f75b Create a symlink of pg_regress instead of full copy;
Don't strip symbols from regress libs
Resolves: #729012
2011-11-02 10:05:15 +01:00
Tom Lane 13cd21d5db Update to PostgreSQL 9.1.1 2011-09-26 17:29:49 -04:00
Tom Lane d1e157db19 Update to PostgreSQL 9.1.0 2011-09-12 02:05:56 -04:00
Tom Lane 72893f4818 Convert to systemd startup support 2011-07-27 19:32:24 -04:00
Petr Sabata 7de7a32f91 Perl mass rebuild 2011-07-21 18:41:56 +02:00
Petr Sabata e60877113e Perl mass rebuild 2011-07-20 11:59:35 +02:00
Tom Lane 225f74aa3b fat-fingered changelog entry 2011-07-06 18:22:54 -04:00
Tom Lane de983032c2 Remove erroneously-included Default-Start line from LSB init block 2011-07-06 18:21:23 -04:00
Tom Lane 9b6ef0aa03 Add upstream patch needed for Perl 5.14 2011-06-17 13:32:41 -04:00
Marcela Mašláňová faae8041b1 Perl mass rebuild 2011-06-17 18:09:39 +02:00
Tom Lane 562fb683df Work around gcc 4.6.0 bug 2011-06-10 17:16:01 -04:00
Tom Lane cbf5959e96 LSB init block to initscript 2011-05-10 16:12:31 -04:00
Tom Lane 7632f67fca Update to PostgreSQL 9.0.4 2011-04-18 11:04:47 -04:00
Tom Lane 2af4178aee _isa-ify inter-subpackage dependencies, per Packaging Guidelines. 2011-02-10 02:01:20 -05:00
Dennis Gilmore 426a182de1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 10:11:10 -06:00
Tom Lane c425547bbc Remove filter-requires-perl-Pg.sh 2011-02-03 12:20:24 -05:00
Tom Lane e5c31247fc Update to PostgreSQL 9.0.3 2011-02-01 10:35:37 -05:00
Tom Lane 4753f3695e Update to PostgreSQL 9.0.2 2010-12-28 19:13:08 -05:00
Tom Lane 6b84484ca5 Update to PostgreSQL 8.4.6 2010-12-16 14:44:35 -05:00
Tom Lane 24943ae8ab Update to PostgreSQL 8.4.5 2010-10-05 15:19:41 -04:00
Orcan Ogetbil ac363ac9e1 * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 8.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Duplicate COPYRIGHT in -libs subpackage, per revised packaging guidelines
2010-07-31 00:56:13 -04:00
Tom Lane 19bd07f632 Duplicate COPYRIGHT in -libs subpackage, per revised packaging guidelines 2010-07-08 20:21:30 +00:00
Marcela Mašláňová 5f6138f932 - Mass rebuild with perl-5.12.0 2010-06-01 22:16:43 +00:00
Tom Lane 3adc308eb2 Update to PostgreSQL 8.4.4 2010-05-17 17:30:50 +00:00
Tom Lane 446c31a8ed Update to PostgreSQL 8.4.3 2010-03-14 03:48:10 +00:00
Tom Lane 9cc5f2029d Fix initscript LSB compliance issues 2010-02-22 18:16:56 +00:00
Tom Callaway b7fa69b9cb adjust license tag to reflect OSI decision 2010-02-18 15:25:30 +00:00
Tom Lane 1a80a96e74 Emit explicit error message if user tries to build RPM as root 2010-01-26 18:29:52 +00:00
Tom Lane 962b39e67e Latest version of systemtap needs the probes.o file to be built again 2010-01-20 22:34:36 +00:00
Tom Lane 63cfa0eb28 Provide script and instructions for building the documentation PDF 2010-01-20 20:46:00 +00:00
Tom Lane 8d21c7a170 Document how to generate PDF doc file. 2010-01-16 05:40:31 +00:00
Tom Lane 8c0b311010 Work around unintelligent kernel OOM-kill algorithm. 2010-01-11 18:11:25 +00:00
Tom Lane 2a1cdc60c9 PyGreSQL and tcl-pgtcl are finally split out as separate packages. 2010-01-09 05:23:05 +00:00
Tom Lane a6a1e9bfab Remove static libraries, also fix %define problem 2010-01-05 17:56:35 +00:00
Tom Lane 27a52c7f5f Update to PostgreSQL 8.4.2 2009-12-16 05:34:05 +00:00
Štěpán Kasal b34a338c09 - rebuild against perl 5.10.1 2009-12-07 02:41:35 +00:00
Tom Lane b1315b865a add sparc/sparc64 to multilib header support 2009-10-16 03:47:52 +00:00
Tom Lane 8387bb8f87 Ensure pgstartup.log gets the right ownership/permissions during initdb 2009-09-22 00:45:57 +00:00
Tomáš Mráz 17942eb8cd - Use password-auth common PAM configuration instead of system-auth 2009-09-16 17:50:13 +00:00
Tom Lane a8e2f35299 Update to PostgreSQL 8.4.1 2009-09-09 15:13:29 +00:00
Karsten Hopp 10587f4e78 - bump release and build again with the correct libssl 2009-09-01 20:39:52 +00:00
Karsten Hopp 8f9b7125d6 - disable dtrace on s390x as a workaround until #520469 has been fixed 2009-09-01 17:31:59 +00:00
Tomáš Mráz 3c51035152 - rebuilt with new openssl 2009-08-21 15:29:10 +00:00
Tom Callaway 8b3d2d6051 license tag fix 2009-08-20 18:55:13 +00:00
Tom Lane 084ca74c64 Update to PostgreSQL 8.4.0. 2009-08-18 02:58:55 +00:00
Jesse Keating cddd7916a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 19:14:39 +00:00
Tom Lane cc83805459 Remove no-longer-needed BuildRequires: e2fsprogs-devel 2009-07-02 00:34:17 +00:00
Tom Lane bc5e872454 Update to PostgreSQL 8.3.7 2009-03-21 22:43:50 +00:00
Tom Lane 18a2a1a2f2 Prevent dependent packages from needing to include sys/sdt.h 2009-03-11 01:36:52 +00:00
Tom Lane 14d34333dd Enable tracing via systemtap 2009-03-08 20:29:14 +00:00
Jesse Keating e1e05110f8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-27 01:43:49 +00:00
Tom Lane d4ab76cc92 Update to PostgreSQL 8.3.6 2009-02-07 05:55:40 +00:00
Dennis Gilmore 2f4174b639 build -O1 sparc64 2009-01-22 07:36:28 +00:00
Tomáš Mráz 74b1eab5e6 - rebuild with new openssl 2009-01-17 19:46:16 +00:00
Ignacio Vazquez-Abrams 31b180c969 Rebuild for Python 2.6 2008-11-29 17:56:28 +00:00
Tom Lane ef0957ba0a Update to PostgreSQL 8.3.5 2008-11-02 18:23:29 +00:00
Tom Lane 516dbde427 Update to PostgreSQL 8.3.4 2008-09-25 14:40:14 +00:00
Tom Lane b2169aa2ae So apparently, %patch -F does not actually *work* in the current Fedora
infrastructure. Grumble.
2008-07-29 01:50:10 +00:00
Tom Lane 09bd3b3257 Fix FTBFS problem occasioned by _default_patch_fuzz = 0 in rawhide 2008-07-29 00:24:16 +00:00
Tom Lane 898ed62300 Install Pgtcl in /usr/lib/tcl$TCL_VERSION, not directly in /usr/lib 2008-06-20 16:54:12 +00:00
Tom Lane 493aa00b1a Update to PostgreSQL 8.3.3 2008-06-11 16:18:40 +00:00
Tom Lane 6e3b5a3bca rebuild because of buildsystem hiccup 2008-05-18 03:41:30 +00:00
Tom Lane affd6a00b5 Enable LDAP support. Use -Wl,--as-needed to suppress bogus dependencies. 2008-05-18 02:17:53 +00:00
Tom Lane f6af6c0fb9 Fix build breakage on PPC due to incorrect configure test 2008-04-28 23:00:55 +00:00
Tom Lane 3a834ad97f Clean up cross-subpackage Requires: per #444271 2008-04-27 00:54:00 +00:00
Tom Lane d81bd839fe Update to PostgreSQL 8.3.1 2008-03-26 03:48:22 +00:00
Tom Callaway 853387736c add Requires for versioned perl (libperl.so) 2008-03-18 18:53:20 +00:00
Tom Lane 1f28b3c18c Enable the new GSSAPI support in 8.3.0 (forgotten in the original update) 2008-02-06 05:57:49 +00:00
Tom Lane e6b898c56d Update to PostgreSQL 8.3.0 2008-02-05 03:49:51 +00:00
Tom Lane 8bf3ae46af Update to PostgreSQL 8.3RC2 and pgtcl 1.6.2. 2008-01-18 20:48:56 +00:00
Tom Lane 8d5bd11f6b Make initscript and pam config files be installed unconditionally 2008-01-07 19:28:34 +00:00
Tom Lane 6bcab53b12 Update to PostgreSQL 8.2.6 to fix CVE-2007-6600 and others 2008-01-07 19:01:59 +00:00
Tom Lane e5fb010be7 Rebuild for new openssl 2007-12-05 14:30:04 +00:00
Tom Lane a7e7a42156 Update to PostgreSQL 8.2.5 and pgtcl 1.6.0 2007-09-20 20:18:09 +00:00
Tom Lane 23226f90bb Fix multilib problem introduced in 8.2.x: new include file ecpg_config.h is
architecture-dependent.
2007-09-04 17:26:37 +00:00
Tom Lane 05e04c889c Use nicer solution for tzdata file substitution. 2007-08-25 20:53:39 +00:00
Tom Lane 1a0df18342 Seems we need an explicit BuildRequires on gawk now 2007-08-22 22:11:06 +00:00
Tom Lane 3ab1d6bb3f Remove postgresql package's local copy of tzdata files, so it won't need to
be turned for routine timezone updates.
2007-08-22 21:27:31 +00:00
Tom Lane d31a87d61d Fix perl BuildRequires 2007-08-12 21:21:08 +00:00
Tom Lane 1fbccd00b7 Fix breakage in postgresql-test: pg_regress isn't a shell script anymore 2007-06-20 19:19:24 +00:00
Tom Lane 2ee0978ca2 Update to PostgreSQL 8.2.4 for CVE-2007-2138, data loss bugs Resolves:
#237682
2007-04-24 19:21:40 +00:00
Karsten Hopp 32445b61dc - rebuild with tcl-8.4 2007-02-14 16:45:46 +00:00
Tom Lane 8f32cc1efc Update to PostgreSQL 8.2.3 Resolves: #227522 2007-02-07 14:58:38 +00:00
Tom Lane 3fe398b2dc Update to PostgreSQL 8.2.2. 2007-02-04 18:34:03 +00:00
Tom Lane d6ea25dd93 Split -pl subpackage into three new packages to reduce dependencies and
track upstream project's packaging.
2007-01-13 04:30:50 +00:00
Tom Lane 721f5ecff5 Update to PostgreSQL 8.2.1, pgtcl 1.5.3 2007-01-11 00:17:11 +00:00
Jeremy Katz a703279f8e - rebuild for python 2.5 2006-12-07 18:27:05 +00:00
Tom Lane 94058424b0 Update to Postgres 8.2.0, fix a couple of small packaging bugs. 2006-12-05 03:01:02 +00:00
Jesse Keating a1b4e26b2e bumped for rebuild 2006-07-12 07:51:45 +00:00
Tom Lane 702bdb8c8b Update to PostgreSQL 8.1.4 and PyGreSQL 3.8. 2006-05-22 16:08:15 +00:00
Tom Lane 5cdde2cf0c Remove JDBC from this build; we will package it as separate SRPM 2006-03-27 21:18:02 +00:00
Jesse Keating f9c572344a rebump for build order issues in double-long bump 2006-02-13 18:43:53 +00:00
Tom Lane 3b6d1bc136 Update to PostgreSQL 8.1.3 (CVE-2006-0553); also update JDBC driver and fix
bug #177564.
2006-02-13 15:53:02 +00:00
Jesse Keating 396c0e4db9 bump for new gcc/glibc 2006-02-07 13:35:32 +00:00
Tom Lane 1dfa8f9007 Repair extraneous quote in pgtcl configure script ... odd that bash didn't
use to spit up on this.
2006-01-09 17:59:35 +00:00
Tom Lane 49d3183d22 Update to PostgreSQL 8.1.2. 2006-01-09 01:14:36 +00:00
Tom Lane fc98a4f609 Fix pg_config.h, also update postgresql-test Makefile to work with 8.1. 2005-12-15 19:38:07 +00:00
Tom Lane d644a0e2b0 oops, looks like we want uname -i not uname -m 2005-12-15 04:34:51 +00:00
Tom Lane a15ec211c9 Update to PostgreSQL 8.1.1; fix multilib issues for devel package. 2005-12-14 22:33:00 +00:00
Jesse Keating 3159c0a811 gcc update bump 2005-12-09 22:42:46 +00:00
Tom Lane d925f018c4 Update included PDF-format manual to 8.1. 2005-11-12 19:58:46 +00:00
Tom Lane 70e7092d31 Rebuild due to openssl library update (this time for sure?) 2005-11-09 22:36:40 +00:00
Tom Lane 4fe43eb802 Rebuild due to openssl library update. 2005-11-09 17:58:45 +00:00
Tom Lane 80b1caeeda Update to PostgreSQL 8.1.0, fix bugs 167040 and 170141. 2005-11-07 21:54:56 +00:00
Tomáš Mráz 81785f0dfe - use include instead of pam_stack in pam config 2005-10-14 10:23:11 +00:00
Tom Lane f718878f5b Really truly fix bug #162198. 2005-10-04 22:04:22 +00:00
Tom Lane 32269db0ad Update to PostgreSQL 8.0.4, fix several minor packaging problems. 2005-10-04 19:37:36 +00:00
Tom Lane e8f554df7d Update to PostgreSQL 8.0.3 (includes security and data-loss fixes; see
bz#156727, CAN-2005-1409, CAN-2005-1410).
2005-05-10 15:34:35 +00:00
Florian La Roche 391b666054 - rebuild 2005-04-13 22:45:47 +00:00
Tom Lane 41ac9b7457 Update to PostgreSQL 8.0.2. 2005-04-13 03:02:18 +00:00
Tom Lane ec5d1aeb9e Remove unwanted rpath specification from pgtcl (bz#150649). 2005-03-11 23:54:09 +00:00
Tom Lane dadd60bc80 Fix Obsoletes/Requires specs as per bz#144435 and recent discussions. 2005-03-02 21:14:35 +00:00
Tomáš Mráz a70d6a1556 - rebuild with openssl-0.9.7e 2005-03-01 19:42:10 +00:00
Tom Lane 26b954acad Minor bug fixes in init script. 2005-02-21 21:44:36 +00:00
Tom Lane eb3bf28c7e Update to Postgres 8.0.1; add unversioned symlinks for JDBC jarfiles, per
bz#145744.
2005-01-31 03:15:07 +00:00
Tom Lane 6e96691327 Update to PostgreSQL 8.0. 2005-01-19 05:02:11 +00:00
Tim Waugh cc192f6092 - Rebuilt for new readline. 2005-01-12 16:30:20 +00:00
Daniel J Walsh a884bda987 - Add restorecon to postgresql.init in order to restore database to correct
- SELinux context.
2005-01-11 20:20:45 +00:00
Tom Lane ec364abd8a Update to PyGreSQL 3.6 (to fix bug #142711). Adjust a few file permissions
(bug #142431). Assign %{_libdir}/pgsql to base package instead of
    -server (bug #74003).
2004-12-16 22:02:42 +00:00
Elliot Lee be132bc359 _smp_mflags 2004-11-16 23:01:49 +00:00
Tom Lane e5eb733d24 Rebuild so python components play with python 2.4. 2004-11-15 17:36:58 +00:00
Tom Lane fefe019c96 Update to Postgres 7.4.6 (bugs 136947, 136949) 2004-10-23 20:23:22 +00:00
Tom Lane 3c38c700e2 Small adjustments to fix bugs 136300, 136301, 128852. 2004-10-20 17:22:14 +00:00
Tom Lane 3fd417a317 Solve stale-lockfile problem; use runuser instead of su. 2004-10-05 15:32:24 +00:00
cvsdist 0c2148cdc2 auto-import changelog data from postgresql-7.4.5-2.src.rpm
Mon Aug 30 2004 Tom Lane <tgl@redhat.com> 7.4.5-2
- Update to PyGreSQL 3.5.
2004-09-09 10:49:25 +00:00
cvsdist eeda6e6549 auto-import changelog data from postgresql-7.4.5-1.src.rpm
Tue Aug 24 2004 Tom Lane <tgl@redhat.com> 7.4.5-1
- Update to PostgreSQL 7.4.5.
- Update JDBC jars to driver build 215.
- Add Obsoletes: entries for rh-postgresql packages, per bug 129278.
2004-09-09 10:49:08 +00:00
cvsdist 419f136136 auto-import changelog data from postgresql-7.4.3-3.src.rpm
Sat Jul 10 2004 Tom Lane <tgl@redhat.com> 7.4.3-3
- Undo ill-considered chkconfig change that causes server to start
    immediately upon install. Mea culpa (bug 127552).
2004-09-09 10:48:53 +00:00
cvsdist 54d361551f auto-import changelog data from postgresql-7.4.3-2.src.rpm
Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2
- Update JDBC jars to driver build 214.
2004-09-09 10:48:05 +00:00
cvsdist aba59f5cde auto-import changelog data from postgresql-7.4.3-1.src.rpm
Wed Jun 23 2004 Tom Lane <tgl@redhat.com> 7.4.3-1
- Update to PostgreSQL 7.4.3.
- Uninstalling server RPM stops postmaster first, per bug 114846.
- Fix su commands to not assume PG user's shell is sh-like, per bug 124024.
- Fix permissions on postgresql-python doc files, per bug 124822.
- Minor postgresql.init improvements.
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 10:47:56 +00:00
cvsdist 027e0bdc7c auto-import changelog data from postgresql-7.4.2-1.src.rpm
Wed Mar 10 2004 Tom Lane <tgl@redhat.com> 7.4.2-1
- Update to PostgreSQL 7.4.2; sync with community SRPM as much as possible.
- Support PGOPTS from /etc/sysconfig/pgsql, per bug 111504.
- Fix permissions on /etc/sysconfig/pgsql, per bug 115278.
- SELinux patch in init file: always su </dev/null, per bug 117901.
- Rebuilt
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Feb 25 2004 Tom Lane <tgl@redhat.com>
- Update to PostgreSQL 7.4.1.
- Rebuilt
Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
- Fix chown syntax in postgresql.init also.
- Rebuilt
Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
- Use ':' instead of '.' as separator for chown.
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Jan 09 2004 Lamar Owen <lowen@pari.edu>
- 7.4.1-1PGDG
- Merge Sander Steffann's changes up to 7.4-0.5PGDG
- Proper 7.4.1 JDBC jars this time.
- Patch for no pl/python from Alvaro
2004-09-09 10:47:18 +00:00
cvsdist c205ec8396 auto-import changelog data from postgresql-7.4-5.src.rpm
Fri Dec 05 2003 David Jee <djee@redhat.com> 7.4-5
- Rebuild for Perl 5.8.2.
Mon Dec 01 2003 David Jee <djee@redhat.com> 7.4-4
- Add PyGreSQL patch for deprecated column pg_type.typprtlen [Bug #111263]
- Add headers patch which moves ecpg headers to /usr/include/ecpg [Bug
    #111195]
Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-3
- uncomment buildrequires tcl-devel
Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-2
- rebuild
Mon Nov 24 2003 David Jee <djee@redhat.com> 7.4-1
- initial Red Hat build
- move jars to /usr/share/java
- fix rpm-multilib patch to use sysconfig
2004-09-09 10:46:07 +00:00
cvsdist aacdfd84b2 auto-import changelog data from postgresql-7.3.4-10.src.rpm
Wed Nov 19 2003 David Jee <djee@redhat.com> 7.3.4-RH-10
- rebuild for Fedora Core 1 (Note: This series of packages has formerly
    been prefixed by 'rh-postgresql' and was a part of RHDB. It will now
    replace the previous series of 'postgresql' packages in Fedora.)
- add conditional checks for whether we're building for Fedora
- import new JDBC driver with functionality improvements and bug fixes
- import new rh-pgsql.patch to reflect changes in JDBC driver
- fix rhdb.init to say "PostgreSQL - Red Hat Edition" upon startup
- replace obsolete URL with http://sources.redhat.com/rhdb/
2004-09-09 10:44:02 +00:00
cvsdist 3f053f5374 auto-import postgresql-7.3.4-2 from postgresql-7.3.4-2.src.rpm 2004-09-09 10:43:06 +00:00
cvsdist c8cd9cbacd auto-import postgresql-7.3.4-1.rhl9 from postgresql-7.3.4-1.rhl9.src.rpm 2004-09-09 10:42:45 +00:00
cvsdist 06e8d17f1d auto-import postgresql-7.3.2-3 from postgresql-7.3.2-3.src.rpm 2004-09-09 10:41:55 +00:00
cvsdist 7fe3c31010 auto-import postgresql-7.2.4-5.80 from postgresql-7.2.4-5.80.src.rpm 2004-09-09 10:41:46 +00:00
cvsdist 5a04de7396 auto-import postgresql-7.2.3-5.80 from postgresql-7.2.3-5.80.src.rpm 2004-09-09 10:41:12 +00:00
cvsdist 6b72880c1f auto-import postgresql-7.2.2-1 from postgresql-7.2.2-1.src.rpm 2004-09-09 10:40:30 +00:00
cvsdist ac23d4bfa2 auto-import postgresql-7.2.1-17 from postgresql-7.2.1-17.src.rpm 2004-09-09 10:40:25 +00:00
cvsdist 1958062af0 auto-import postgresql-7.2.1-16 from postgresql-7.2.1-16.src.rpm 2004-09-09 10:40:19 +00:00
cvsdist 4914e6a2b1 auto-import postgresql-7.2.1-15 from postgresql-7.2.1-15.src.rpm 2004-09-09 10:40:11 +00:00
cvsdist 492b6648d6 auto-import postgresql-7.2.1-5 from postgresql-7.2.1-5.src.rpm 2004-09-09 10:39:57 +00:00
cvsdist 9571e5dc1b auto-import postgresql-7.2.1-4 from postgresql-7.2.1-4.src.rpm 2004-09-09 10:39:39 +00:00
cvsdist 9636c11b0d auto-import postgresql-7.2-2.7 from postgresql-7.2-2.7.src.rpm 2004-09-09 10:39:06 +00:00
cvsdist 68d4798ff5 auto-import postgresql-7.2-0.7.1 from postgresql-7.2-0.7.1.src.rpm 2004-09-09 10:38:47 +00:00
cvsdist 4fcf7007a7 auto-import changelog data from postgresql-7.1.3-5.72.src.rpm
Tue Nov 04 2003 David Jee <djee@redhat.com> [7.1.3-5.72]
- Add to the security patch a fix for to_ascii() buffer overrun. [Bug
    #108578]
- Add to the security patch another fix that avoids running off the end of
    to_timestamp()'s input string when the input is shorter than the format
    string expects. [Bug #109067]
2004-09-09 10:38:30 +00:00
cvsdist 04df73802b auto-import postgresql-7.1.3-4bp.2 from postgresql-7.1.3-4bp.2.src.rpm 2004-09-09 10:38:15 +00:00
cvsdist 48d7a1429d auto-import postgresql-7.1.3-3 from postgresql-7.1.3-3.src.rpm 2004-09-09 10:37:36 +00:00
cvsdist 4b041776e8 auto-import postgresql-7.1.3-2 from postgresql-7.1.3-2.src.rpm 2004-09-09 10:37:12 +00:00
cvsdist 6f2c3a9b14 auto-import postgresql-7.1.3-1 from postgresql-7.1.3-1.src.rpm 2004-09-09 10:37:06 +00:00
cvsdist ab668a0e7f auto-import changelog data from postgresql-7.0.3-9.2.src.rpm
Thu Jan 09 2003 Andrew Overholt <overholt@redhat.com> [7.0.3-9.2]
- addition to security backpatch
2004-09-09 10:36:45 +00:00
cvsdist b410c1490e auto-import postgresql-7.0.3-8a from postgresql-7.0.3-8a.src.rpm 2004-09-09 10:36:18 +00:00
cvsdist d6c16ca0d8 auto-import postgresql-7.0.3-8 from postgresql-7.0.3-8.src.rpm 2004-09-09 10:36:14 +00:00
cvsdist a4660cb968 auto-import postgresql-7.0.3-0.4 from postgresql-7.0.3-0.4.src.rpm 2004-09-09 10:35:59 +00:00
cvsdist 716a2b3c02 auto-import postgresql-7.0.2-19 from postgresql-7.0.2-19.src.rpm 2004-09-09 10:35:53 +00:00
cvsdist d9e131880d auto-import changelog data from postgresql-7.0.2-18.2.src.rpm
Tue Jan 07 2003 Andrew Overholt <overholt@redhat.com> [7.0.2-18.2]
- addition to security backpatch
Tue Jan 07 2003 Andrew Overholt <overholt@redhat.com> [7.0.2-18]
- add security backpatch from more recent versions (~#74505)
2004-09-09 10:35:44 +00:00
cvsdist 973e21f257 auto-import changelog data from postgresql-7.0.2-17.src.rpm
Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
- the old dump script didn't work - added rh-pgdump.sh to handle this.
    Point docs at it, and tell how it is to be used.
Mon Aug 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fix the initscript so it points you at the 7.0.2 directory in
    /usr/share/doc, not 7.0 (#16163). Also, remove statement it was built
    on a 6.2 system.
- prereq /lib/cpp and initscripts
- fix backups of existing files (#16706)
- fix conditional restart
Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fix README.rpm to it points at /usr/share/doc, not /usr/doc (part of
    #16416)
Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't build test package anymore, it's broken. These tests should be run
    by pgsql developers and not by db-developers, so it's not a big loss
    (#16165). Obsolete it in the main package, so it doesn't get left over
Mon Aug 14 2000 Trond Eivind Glomsrød <teg@redhat.com>
- reference docs in /usr/share/doc, not /usr/doc (#16163)
- add python-devel, perl and tcl as build prereqs
- use /dev/null as STDIN for su commands in initscripts, to avoid error
    messages from not being able to read from tty
Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
- condrestart fixes
Mon Jul 31 2000 Trond Eivind Glomsrød <teg@redhat.com>
- remove all plperl references, to avoid confusing post install scripts
- cleanups
Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
- remove the symlink from libpq.so.2.0 to libpq.so.2.1
- remove some binaries from docs
- fix dangling symlink os.h
- use /sbin/service
Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't strip manually
- fixes to init script so they look more like the rest (#13749, from
    giulioo@pobox.com)
- use /etc/rc.d/init.d again (sigh)
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
- "Prereq:", not "Requires:" for /etc/init.d
Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
- require /etc/init.d
Wed Jun 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
- remove perl kludge as perl 5.6 is now fixed
- include the man page for the perl module
- fix the init script and spec file to handle conditional restart
- move the init file to /etc/init.d
- use License instead of Copyright
Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- rebuild
Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use %defattr on postgresql-perl
- use %{_tmppath}
- Don't use release number in patch
- Don't build on ia64 yet
Mon Jun 12 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0.2-2
- Corrected misreporting of version.
- Corrected for non-root build clean script.
Mon Jun 05 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0.2
- Postgresql-dump manpage to man1, and to separate source file to
    facilitate
-- _mandir macro expansion correctness.
- NOTE: The PostScript documentation is no longer being included in the
-- PostgreSQL tarball. If demand is such, I will pull together a
-- postgresql-ps-docs subpackage or pull in the PostScript docs into the
-- main package.
- RPM patchset has release number, now, to prevent patchfile confusion :-(.
Sat Jun 03 2000 Lamar Owen <lamar.owen@wgcr.org>
- Incorporate most of Trond's changes (reenabled the alpha
-- patches, as it was a packaging error on my part).
- Trimmed changelog history to Version 7.0beta1 on. To see the
-- previous changelog, grab the 6.5.3 RPM from RedHat 6.2 and pull the
    spec.
- Rev to 7.0.1 (which incorporates the syslog patch, which has
-- been removed from rpm-pgsql-7.0.1-1.patch)
Fri May 26 2000 Trond Eivind Glomsrød <teg@redhat.com>
- disable the alpha patch, as it doesn't apply cleanly
- removed distribution, packager, vendor
- renamed spec file
- don't build pl-perl
- use %{_mandir}
- now includes vacuumdb.1*
Thu May 25 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0-3
- Incorporated Tatsuo's syslog segmentation patches
- Incorporated some of Trond's changes (see below)
-- Fixed some Perl 5.6 oddness in Rawhide
- Incorporated some of Karl's changes (see below)
-- PL/Perl should now work.
- Fixed missing /usr/bin/pg_passwd.
Mon May 22 2000 Karl DeBisschop <kdebisschop@infoplease.com>
- 7.0-2.1
- make plperl module (works for linux i386, your guess for other platforms)
- use "make COPT=" because postgreSQL configusre script ignores CFLAGS
Sat May 20 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0-2
- pg_options default values changed.
- SPI headers (again!) fixed in a permanent manner -- hopefully!
- Alpha patches!
Wed May 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
- changed bug in including man pages
Tue May 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
- changed buildroot, removed packager, vendor, distribution
-- [Left all but buildroot as-is for PostgreSQL.org RPMS. LRO]
- don't strip in package [strip in PostgreSQL.org RPMS]
- fix perl weirdnesses (man page in bad location, remove perllocal.pod from
    file list)
Mon May 15 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0 final -1
- Man pages restructured
- Changed README.rpm notices about BETA
- incorporated minor changes from testing
- still no 7.0 final alpha patches -- for -2 or -3, I guess.
- 7.0 JDBC jars!
Sat May 06 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0RC5-0.5
- UserID of 26 to conform to RedHat Standard, instead of 40. This only
-- is for new installs -- upgrades will use what was already there.
- Waiting on built jar's of JDBC. If none are forthcoming by release,
-- I'm going to have to bite the bullet and install the jdk....
Mon May 01 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0RC2-0.5
- Fixed /usr/src/redhat/BUILD path to $RPM_BUILD_DIR for portability
-- and so that RPM's can be built by non-root.
- Minor update to README.rpm
Tue Apr 18 2000 Lamar Owen <lamar.owen@wgcr.org>
- 0.6
- Fixed patchset: wasn't patching pgaccess or -i in postmaster.opts.default
- minor update to README.rpm
Mon Apr 17 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0RC1-0.5 (release candidate 1.)
- Fixed SPI header directories' permisssions.
- Removed packaging of Alpha patches until Ryan releases RC1-tested set.
Mon Apr 10 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0beta5-0.1 (released instead of the release candidate)
Sat Apr 08 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0beta4-0.2 (pre-release-candidate CVS checkout)
- Alpha patches!
- pg_options.sample
Fri Mar 24 2000 Lamar Owen <lamar.owen@wgcr.org>
- 7.0beta3-0.1
Mon Feb 28 2000 Lamar Owen <lamar.owen@wgcr.org>
- Release 0.3
- Fixed stderr redir problem in init script
- Init script now uses pg_ctl to start postmaster
- Packaged inital pg_options for good logging
- built with timestamped logging.
Tue Feb 22 2000 Lamar Owen <lamar.owen@wgcr.org>
- Initial 7.0beta1 build
- Moved PGDATA to /var/lib/pgsql/data
- First stab at logging and logrotate functionality -- test carefully!
- -tcl subpackage split -- tcl client and pltcl lang separated from
-- the Tk stuff. PgAccess and the tk client are now in the -tk subpackage.
- No patches for Alpha as yet.
2004-09-09 10:35:39 +00:00