summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2003-01-05Suppress checks for building libpgtcl.a if tcl-postgresql package isjlam1-0/+20
installed.
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam11-31/+32
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05Updated databases/postgresql to 7.3.1.jlam30-914/+642
================================================================== | NOTE: A dump-and-restore is required to update your databases | | if you wish to update postgresql-server. If your | | application examines the system catalogs, additional | | changes will be required due to the introduction of | | schemas in 7.3; for more information, see: | | | | http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3 | ================================================================== Major changes from version 7.2.3 include: Schemas Schemas allow users to create objects in separate namespaces, so two people or applications can have tables with the same name. There is also a public schema for shared tables. Table/index creation can be restricted by removing permissions on the public schema. Drop Column PostgreSQL now supports the ALTER TABLE ... DROP COLUMN functionality. Table Functions Functions returning multiple rows and/or multiple columns are now much easier to use than before. You can call such a "table function" in the SELECT FROM clause, treating its output like a table. Also, PL/pgSQL functions can now return sets. Prepared Queries PostgreSQL now supports prepared queries, for improved performance. Dependency Tracking PostgreSQL now records object dependencies, which allows improvements in many areas. "DROP" statements now take either CASCADE or RESTRICT to control whether dependent objects are also dropped. Privileges Functions and procedural languages now have privileges, and functions can be defined to run with the privileges of their creator. Internationalization Both multibyte and locale support are now always enabled. Logging A variety of logging options have been enhanced. Interfaces A large number of interfaces have been moved to http://gborg.postgresql.org where they can be developed and released independently. Functions/Identifiers By default, functions can now take up to 32 parameters, and identifiers can be up to 63 bytes long. Also, OPAQUE is now deprecated: there are specific "pseudo-datatypes" to represent each of the former meanings of OPAQUE in function argument and result types.
2003-01-05Decouple py-postgresql from the postgresql build infrastructure and makejlam9-11/+262
this package build standalone. py-postgresql uses it's own version numbering and really doesn't have much to do with the rest of the postgresql packages.
2003-01-05Test for useradd rather than user. The package then installs cleanly oncjep1-2/+2
Solaris.
2003-01-05Update "phpmyadmin" to version 2.3.3.1 (2.3.3pl1). This version fixestron3-9/+14
numerous bugs discovered since the release of version 2.3.2.
2003-01-05Update "phpmyadmin" package to version 2.3.2. Changes since version 2.2.0tron3-55/+210
include an improved user interface and many bug fixes. The update was provided by Adrian Portelli in PR pkg/19012.
2003-01-04Attempt to make this work with python 2.2. Also use buildlink2 forcjep3-4/+53
openldap1.
2003-01-03this needs gmake to build...lukem1-1/+2
2003-01-02Define USE_BUILDLINK2 so that this actually knows about the dependencylukem1-1/+3
on mysql-client ...
2003-01-02Updated databases/jdbc-postgresql to 7.3.1. Changes from version 7.2.3jlam4-33/+77
include: Allow JDBC to compile with JDK 1.4 Add JDBC 3 support Allows JDBC to set loglevel by adding ?loglevel=X to the connection URL Add Driver.info Add updateable result sets Add support for callable statements Add query cancel capability Add refresh row Fix MD5 encryption handling for multibyte servers Add support for prepared statements Approved by jwise@netbsd.org.
2003-01-02Update p5-DBIx-SearchBuilder to 0.76mjl2-5/+7
Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable The start of support for checking database version, so that we can do version-specific SQL utf-8 safe searching arbitrarily complex grouping clauses. complex query generation. Adding support for mysqlPP Fixed a caching bug that caused multiple copies of an object in memory to not be kept in sync Fixed bug in setting a column to the value of an SQL statement. Better support for Postgres 7.2 and transactions. Support for Class::ReturnValue to channel errors up when expected Dependency on Class::ReturnValue Minor cleanups and refactorings to allow percolation of errors on create
2003-01-02Updated to genweb-4.09: Fixed security holewulf3-11/+43
2003-01-02Make this a prerequisite of gnome-vfs and only conflict withrh1-3/+3
gnome-vfs<=1.0.3 Bump PKGREVISION
2002-12-31Mechanical conversion to use java-vm.mk.jlam2-9/+8
2002-12-29Workaround an apparent bug in make (cannot put comment in a .eli* line).seb1-2/+3
2002-12-28Bump PKGREVISION on packages that depend on x11/xforms, since therejschauma3-6/+6
has been a soname change. Pointed out by fredb.
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-12-26This package requires scrollkeeper to build properly. Addresses problemsjmmv1-1/+2
shown by Hubert's bulk build.
2002-12-25Make this package install its configuration file inside the examples treejmmv5-5/+41
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-12-25Make this package install its configuration file inside the examples treejmmv4-4/+26
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-12-25use automatic PLIST handling.grant6-9/+5
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz5-8/+10
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-22Darwin, like NetBSD, has /usr/include/db.h.grant1-2/+2
2002-12-19allow this to build by replacing the use of LTCONFIG_OVERRIDE withgrant1-2/+2
LIBTOOL_OVERRIDE.
2002-12-18Use PKGNAME_NOREV instead of homebrewn version (hi salo!).wiz1-2/+2
2002-12-15If USE_DB185 is _not_ defined we actually want db2: introduce _NEED_DB2seb1-4/+10
to help sort this out.
2002-12-13Fix security problem in MySQL client library and server which weretron7-11/+102
recently discovered by e-matters.
2002-12-10for the Python-version-selection magic to work properly, extension.mkdrochner1-2/+2
must be pulled in before srcdist.mk
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-12-08tabs instead of spaces for indentation.cjep1-3/+3
2002-12-08Fix WRKSRC after PKGREVISION bump. (hi wiz!)salo1-2/+2
2002-12-04+metakitdrochner1-1/+3
2002-12-04Python frontend for the metakit database libdrochner5-0/+85
2002-12-04metakit is an embedded database library.drochner5-0/+72
This is the base library, w/o scripting frontends.
2002-12-02Noop commit, just tweaking style.seb1-4/+2
2002-11-30USE_PKGLOCALEDIR, delint.salo4-6/+10
2002-11-29Add and enable tdb.jmmv1-1/+2
2002-11-29Initial import of tdb, version 1.0.6. Description follows:jmmv7-0/+200
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. Approved by wiz. This closes my own PR 18122.
2002-11-27The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,bouyer2-4/+4
but it seems the linker ignores it when there are explicit -Wl,-R on the command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-19Correct package list to match recent changes.tron1-1/+14
2002-11-18Allow this file to be used to mean "we want DB-1.85" if the inclusion ofjlam1-7/+22
this file is preceded by defining "USE_DB185". On NetBSD (and probably Linux), where we already have DB-1.85 in the base system, this defaults to using the system libraries and headers.
2002-11-18Always build the db-1.85-compatibility code, not just for Solaris. Bumpjlam1-7/+3
PKGREVISION.
2002-11-18Sort.jlam1-20/+7
2002-11-15buildlink1 -> buildlink2jlam1-2/+3
2002-11-15buildlink1 -> buildlink2jlam1-3/+3
2002-11-15Whitespace fixes.jlam1-10/+10
2002-11-15buildlink1 -> buildlink2jlam1-5/+5
2002-11-08Update edb to 1.0.3. Changes are bugfixes only.rh3-7/+7
2002-11-05- make this work with apache2martti2-4/+4
- buildlink2