Commit graph

22 commits

Author SHA1 Message Date
recht
f30ea2004b Add back the sum for the hierarchical queries patch. 2004-11-04 20:06:12 +00:00
jdolecek
5d540d33ce Update all postgresql74 packages to 7.4.6. This fixes following two issues:
* A vulnerability exists due to the insecure creation of temporary files,
  which could possibly let a malicious user overwrite arbitrary files

* Repair possible failure to update hint bits on disk
  Under rare circumstances this oversight could lead to "could not access
  transaction status" failures, which qualifies it as a potential-data-loss bug.
2004-10-25 17:12:09 +00:00
jonb
7b1d7f6469 Add sum for patch file needed when compiling with PGSQL_USE_HIER=YES 2004-10-21 12:15:19 +00:00
jdolecek
eb6cafc4da drop dependence on nb1 of -client - it's not necessary after the update
to 7.4.5

pointed out by Greg Troxel in private e-mail
2004-10-13 05:21:49 +00:00
jdolecek
e07638733e Update the NetBSD dynloader wrapper code to use straigh dl*() calls on all
archs. This fixes support for dynamic loading on mips, and adresses
PR pkg/25473 by Byron Servies.
2004-10-10 16:44:39 +00:00
jdolecek
dee2cf3374 Add patches necessary to build PL/Python, based on information provided
in PR pkg/23349 by Michal Pasternak.
2004-10-10 12:33:35 +00:00
jdolecek
6ac71665c0 Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.
Dump/restore is not necessary for 7.4.x users.

Changes in 7.4.5:
    * Repair possible crash during concurrent btree index insertions
       This patch fixes a rare case in which concurrent insertions into a
       btree index could result in a server panic. No permanent damage
       would result, but it's still worth a re-release. The bug does not
       exist in pre-7.4 releases.

Changes in 7.4.4:
     * Prevent possible loss of committed transactions during crash
       Due to insufficient interlocking between transaction commit and
       checkpointing, it was possible for transactions committed just
       before the most recent checkpoint to be lost, in whole or in part,
       following a database crash and restart. This is a serious bug that
       has existed since PostgreSQL 7.1.
     * Check HAVING restriction before evaluating result list of an
       aggregate plan
     * Avoid crash when session's current userID is deleted
     * Fix hashed crosstab for zero-rows case (Joe)
     * Force cache update after renaming a column in a foreign key
     * Pretty-print UNION queries correctly
     * Make psql handle \r\n newlines properly in COPY IN
     * pg_dump handled ACLs with grant options incorrectly
     * Fix thread support for OS X and Solaris
     * Updated JDBC driver (build 215) with various fixes
     * ECPG fixes
     * Translation updates (various contributors)
2004-10-10 07:30:22 +00:00
seb
9d206746ea For once it seems that the right package wildcard for CONFLICT is
'-*' instead of '-[0-9]*'. Otherwise postsgreql74-lib-whatever can be
incorrectly installed alongside postgresql73-lib-whatever because the latter
does not match 'postgresql73-[0-9]*'.
2004-08-21 17:27:04 +00:00
recht
e43a1bc75f update the site for hierarchical query patch 2004-08-04 22:17:33 +00:00
recht
c403c14345 Force GNU readline in the client to work around core dumps with the
native libedit.

Bump PKGREVISION to 1 to propagate the change.
2004-08-04 13:55:02 +00:00
recht
469aa0e7b0 change pkgname to postgresql74* (from postgresql*) 2004-07-24 22:44:12 +00:00
recht
f1025f1782 update to 7.4.3
changes:

* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
  protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
  value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
  TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
  in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)
2004-06-27 16:38:32 +00:00
taca
789b67e947 Adjust docdir in configure. It should fix broken postgresql74-contrib
package in bulk build.
2004-06-25 14:51:23 +00:00
grant
0407039e23 really replace the localedir properly - we need USE_PKGLOCALEDIR for the
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-15 10:55:24 +00:00
cube
d8f0988ecb 'localedir' is actually two spaces away from the beginning of the line in
the configure script.  Let's play safe and use '\s+'.  Should fix PR 25923
by jmmv.
2004-06-14 20:51:11 +00:00
grant
cacfe89a60 work around this version setting localedir in autoconf stuff (and not
Makefiles) by using SUBST_SED instead of USE_PKGLOCALEDIR.

partially fixes install on Solaris.
2004-06-12 02:02:07 +00:00
grant
404b2d2831 it's "USE_GNU_TOOLS+=lex" not "flex". duh. 2004-06-11 10:49:36 +00:00
grant
22df858534 in fact, the whole lot needs flex(1) to build. 2004-06-11 10:40:56 +00:00
recht
d0ce7074dd Fix build for NetBSD > 1.6L < 2.0. 2004-04-29 22:23:32 +00:00
recht
82e12f085b Follow a suggestion by Josh Berkus (pgsql core team) and build
with --enable-thread-safety.
Bump PKGREVISIONs accordingly (meta-pkg, -client, -lib).
2004-04-20 22:37:22 +00:00
recht
c7c3475b09 PostgreSQL has no --with-htmldir, so install the html files by hand
to share/doc/html/postgresql.
2004-04-19 22:39:55 +00:00
recht
e9f9c2a65b Initial import of PostgreSQL 7.4.2
meta-package

PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This is the meta-package for the PostgreSQL database system.
2004-04-19 00:07:12 +00:00