summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to PostgreSQL 8.0.2.postgresql-8_0_2-1Tom Lane2005-04-133-4/+7
|
* Remove unwanted rpath specification from pgtcl (bz#150649).postgresql-8_0_1-5Tom Lane2005-03-112-1/+73
|
* Fix Obsoletes/Requires specs as per bz#144435 and recent discussions.postgresql-8_0_1-4Tom Lane2005-03-021-21/+28
|
* - rebuild with openssl-0.9.7epostgresql-8_0_1-3Tomáš Mráz2005-03-011-1/+4
|
* Minor bug fixes in init script.postgresql-8_0_1-2Tom Lane2005-02-212-6/+16
|
* Update to Postgres 8.0.1; add unversioned symlinks for JDBC jarfiles, perpostgresql-8_0_1-1Tom Lane2005-01-313-4/+14
| | | | bz#145744.
* Update to PostgreSQL 8.0.postgresql-8_0_0-1Tom Lane2005-01-1910-316/+537
|
* - Rebuilt for new readline.postgresql-7_4_6-5Tim Waugh2005-01-121-1/+4
|
* fix to only restorecon on data directory postgresql.initDaniel J Walsh2005-01-111-2/+1
|
* fix restorecon lineDaniel J Walsh2005-01-111-1/+1
|
* - Add restorecon to postgresql.init in order to restore database to correctpostgresql-7_4_6-4Daniel J Walsh2005-01-112-1/+7
| | | | - SELinux context.
* Update to PyGreSQL 3.6 (to fix bug #142711). Adjust a few file permissionspostgresql-7_4_6-3Tom Lane2004-12-163-14/+21
| | | | | (bug #142431). Assign %{_libdir}/pgsql to base package instead of -server (bug #74003).
* _smp_mflagsElliot Lee2004-11-161-2/+2
|
* Rebuild so python components play with python 2.4.postgresql-7_4_6-2Tom Lane2004-11-151-1/+4
|
* Update to Postgres 7.4.6 (bugs 136947, 136949)postgresql-7_4_6-1Tom Lane2004-10-234-6/+11
|
* Small adjustments to fix bugs 136300, 136301, 128852.postgresql-7_4_5-4RHEL-4-splitFC-3-splitTom Lane2004-10-202-4/+12
|
* Solve stale-lockfile problem; use runuser instead of su.postgresql-7_4_5-3Tom Lane2004-10-052-28/+34
|
* auto-import changelog data from postgresql-7.4.5-2.src.rpmpresent-on-develpostgresql-7_4_5-2cvsdist2004-09-093-6/+9
| | | | | Mon Aug 30 2004 Tom Lane <tgl@redhat.com> 7.4.5-2 - Update to PyGreSQL 3.5.
* auto-import changelog data from postgresql-7.4.5-1.src.rpmpostgresql-7_4_5-1cvsdist2004-09-093-12/+30
| | | | | | | 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.
* auto-import changelog data from postgresql-7.4.3-3.src.rpmpostgresql-7_4_3-3cvsdist2004-09-092-3/+7
| | | | | | 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).
* auto-import changelog data from postgresql-7.4.3-2.src.rpmpostgresql-7_4_3-2cvsdist2004-09-091-9/+12
| | | | | Sat Jul 03 2004 Tom Lane <tgl@redhat.com> 7.4.3-2 - Update JDBC jars to driver build 214.
* auto-import changelog data from postgresql-7.4.3-1.src.rpmpostgresql-7_4_3-1cvsdist2004-09-094-21/+45
| | | | | | | | | | | 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
* auto-import changelog data from postgresql-7.4.2-1.src.rpmpostgresql-7_4_2-1cvsdist2004-09-094-45/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* auto-import changelog data from postgresql-7.4-5.src.rpmpostgresql-7_4-5FC-2-splitcvsdist2004-09-095-10/+840
| | | | | | | | | | | | | | | | | 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
* auto-import changelog data from postgresql-7.3.4-10.src.rpmcvsdist2004-09-091-827/+0
| | | | | | | | | | | | 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/
* auto-import postgresql-7.3.4-2 from postgresql-7.3.4-2.src.rpmpostgresql-7_3_4-2cvsdist2004-09-091-6/+2
|
* auto-import postgresql-7.3.4-1.rhl9 from postgresql-7.3.4-1.rhl9.src.rpmpostgresql-7_3_4-1_rhl9postgresql-7_3_4-11postgresql-7_3_4-10RHL-9-splitFC-1-splitcvsdist2004-09-094-24/+109
|
* auto-import postgresql-7.3.2-3 from postgresql-7.3.2-3.src.rpmpostgresql-7_3_2-3RHL-8-splitRHEL-3-splitcvsdist2004-09-096-745/+402
|
* auto-import postgresql-7.2.4-5.80 from postgresql-7.2.4-5.80.src.rpmpostgresql-7_2_4-5_80cvsdist2004-09-093-5/+35
|
* auto-import postgresql-7.2.3-5.80 from postgresql-7.2.3-5.80.src.rpmscratch-splitpostgresql-7_2_3-5_80cvsdist2004-09-095-391/+283
|
* auto-import postgresql-7.2.2-1 from postgresql-7.2.2-1.src.rpmpostgresql-7_2_2-1cvsdist2004-09-093-15/+14
|
* auto-import postgresql-7.2.1-17 from postgresql-7.2.1-17.src.rpmpostgresql-7_2_1-17cvsdist2004-09-091-21/+25
|
* auto-import postgresql-7.2.1-16 from postgresql-7.2.1-16.src.rpmpostgresql-7_2_1-16cvsdist2004-09-091-1/+4
|
* auto-import postgresql-7.2.1-15 from postgresql-7.2.1-15.src.rpmpostgresql-7_2_1-15cvsdist2004-09-092-30/+74
|
* auto-import postgresql-7.2.1-5 from postgresql-7.2.1-5.src.rpmpostgresql-7_2_1-5RHL-7_3-splitcvsdist2004-09-091-5/+14
|
* auto-import postgresql-7.2.1-4 from postgresql-7.2.1-4.src.rpmpostgresql-7_2_1-4cvsdist2004-09-094-19/+58
|
* auto-import postgresql-7.2-2.7 from postgresql-7.2-2.7.src.rpmpostgresql-7_2-2_7RHL-7_2-splitcvsdist2004-09-095-125/+185
|
* auto-import postgresql-7.2-0.7.1 from postgresql-7.2-0.7.1.src.rpmpostgresql-7_2-0_7_1cvsdist2004-09-095-433/+194
|
* auto-import changelog data from postgresql-7.1.3-5.72.src.rpmpostgresql-7_1_3-5_72cvsdist2004-09-091-1/+8
| | | | | | | | | 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]
* auto-import postgresql-7.1.3-4bp.2 from postgresql-7.1.3-4bp.2.src.rpmpostgresql-7_1_3-4bp_2cvsdist2004-09-091-3/+10
|
* auto-import postgresql-7.1.3-3 from postgresql-7.1.3-3.src.rpmpostgresql-7_1_3-3cvsdist2004-09-091-1/+4
|
* auto-import postgresql-7.1.3-2 from postgresql-7.1.3-2.src.rpmpostgresql-7_1_3-2RHEL-2_1-splitcvsdist2004-09-093-79/+86
|
* auto-import postgresql-7.1.3-1 from postgresql-7.1.3-1.src.rpmpostgresql-7_1_3-1cvsdist2004-09-096-562/+1430
|
* auto-import changelog data from postgresql-7.0.3-9.2.src.rpmpostgresql-7_0_3-9_2RHL-7_1-splitcvsdist2004-09-091-5/+13
| | | | | Thu Jan 09 2003 Andrew Overholt <overholt@redhat.com> [7.0.3-9.2] - addition to security backpatch
* auto-import postgresql-7.0.3-8a from postgresql-7.0.3-8a.src.rpmpostgresql-7_0_3-8acvsdist2004-09-091-3/+3
|
* auto-import postgresql-7.0.3-8 from postgresql-7.0.3-8.src.rpmpostgresql-7_0_3-8cvsdist2004-09-093-34/+84
|
* auto-import postgresql-7.0.3-0.4 from postgresql-7.0.3-0.4.src.rpmpostgresql-7_0_3-0_4RHL-7_0-splitcvsdist2004-09-093-67/+224
|
* auto-import postgresql-7.0.2-19 from postgresql-7.0.2-19.src.rpmpostgresql-7_0_2-19cvsdist2004-09-091-16/+10
|
* auto-import changelog data from postgresql-7.0.2-18.2.src.rpmpostgresql-7_0_2-18_2cvsdist2004-09-091-3/+11
| | | | | | | 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)
* auto-import changelog data from postgresql-7.0.2-17.src.rpmpostgresql-7_0_2-17cvsdist2004-09-093-0/+738
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.