summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
1999-11-17Add and enable rrdtoolwennmach1-1/+2
1999-11-17Initial import of rrdtool-1.0.7:wennmach20-0/+631
A data analysis tool generating graphical representations. (Round Robin Database Tools) Provided in PR 8716 by Berndt Josef Wulf <wulf@dingo.ping.net.au>. Heavily reworked by Berndt with some modifications by myself.
1999-11-15cvs admin -ko patch-be (because it contains RCS keywords at the wrongrh2-3/+3
places) and redo defuzz.
1999-11-15defuzzrh2-19/+12
1999-11-15defuzzrh2-8/+8
1999-10-23Use wildcard dependences for "gnome-libs" and "gnome-core" packages.tron1-2/+2
1999-10-22Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-10-07pull in bsd.prefs.mk for PGUSERhubertf1-1/+2
1999-10-04Add and enable py-postgresql.jlam1-1/+2
1999-10-04Initial import of py-postgresql, a PostgreSQL interface for Python. From ↵jlam6-0/+84
PR#6971 by darcy@netbsd.org, with fixes by me.
1999-09-21Add and enable pgacess.jlam1-1/+2
1999-09-21PgAccess -- a free graphical database management tool for PostgreSQLjlam8-0/+271
1999-09-21Add slash to index URL.soren1-2/+2
1999-09-20Correct typos.jlam1-3/+3
1999-09-20Update dependencies on postgresql.jlam2-4/+4
1999-09-20Update PostgreSQL to 6.5.2. The pgaccess binary is no longer availablejlam12-175/+87
from the main PostgreSQL distribution, and must be installed separately (databases/pgaccess). Relevant changes from 6.5.1: subselect+CASE fixes(Tom) Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik) Fixes for CASE in WHERE join clauses(Tom) Fix BTScan abort(Tom) Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas) Improve it so that it checks for multi-column constraints(Tom) Fix for Win32 making problem with MB enabled(Hiroki Kataoka) Allow BSD yacc and bison to compile pl code(Bruce) Fix SET NAMES int8 fixes(Thomas) Fix vacuum's memory consumption(Hiroshi,Tatsuo) Reduce the total memory consumption of vacuum(Tom) Fix for timestamp(datetime) Rule deparsing bugfixes(Tom) Fix quoting problems in mkMakefile.tcldefs.sh.in and mkMakefile.tkdefs.sh.in(Tom) This is to re-use space on index pages freed by vacuum(Vadim) document -x for pg_dump(Bruce) Fix for unary operators in rule deparser(Tom) Comment out FileUnlink of excess segments during mdtruncate()(Tom) Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com> Repair logic error in LIKE: should not return LIKE_ABORT when reach end of pattern before end of text(Tom) Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
1999-09-20Change the semantics of PGSQL_USE_TCL to be YES/NO, defaulting to YES sincejlam1-13/+20
the old 6.4.2 package included the Tcl/Tk stuff. "Backwards compatible upgrade."
1999-09-19Apply fix suggested in PR#7445 to check for existence of group beforejlam1-12/+13
adding PostgreSQL user to the group. Closes PR#7445.
1999-09-19Update postgresql to 6.5.1. Completely libtoolized and ldconfig statementsjlam25-739/+1649
removed, but this should still function correctly on a.out systems. This package was originally submitted by D'Arcy J.M. Cain, but with major overhauling by me. Closes PR#7865 and relevant part of PR#8299. Major changes from version 6.4.2: Multi-version concurrency control(MVCC) This removes our old table-level locking, and replaces it with a locking system that is superior to most commercial database systems. In a traditional system, each row that is modified is locked until committed, preventing reads by other users. MVCC uses the natural multi-version nature of PostgreSQL to allow readers to continue reading consistent data during writer activity. Writers continue to use the compact pg_log transaction system. This is all performed without having to allocate a lock for every row like traditional database systems. So, basically, we no longer are restricted by simple table-level locking; we have something better than row-level locking. Hot backups from pg_dump pg_dump takes advantage of the new MVCC features to give a consistant database dump/backup while the database stays online and available for queries. Numeric data type We now have a true numeric data type, with user-specified precision. Temporary tables Temporary tables are guaranteed to have unique names within a database session, and are destroyed on session exit. New SQL features We now have CASE, INTERSECT, and EXCEPT statement support. We have new LIMIT/OFFSET, SET TRANSACTION ISOLATION LEVEL, SELECT ... FOR UPDATE, and an improved LOCK TABLE command. Speedups We continue to speed up PostgreSQL, thanks to the variety of talents within our team. We have sped up memory allocation, optimization, table joins, and row transfer routines. Ports We continue to expand our port list, this time including WinNT/ix86 and NetBSD/arm32. Interfaces Most interfaces have new versions, and existing functionality has been improved. Documentation New and updated material is present throughout the documentation. New FAQs have been contributed for SGI and AIX platforms. The Tutorial has introductory information on SQL from Stefan Simkovics. For the User's Guide, there are reference pages covering the postmaster and more utility programs, and a new appendix contains details on date/time behavior. The Administrator's Guide has a new chapter on troubleshooting from Tom Lane. And the Programmer's Guide has a description of query processing, also from Stefan, and details on obtaining the Postgres source tree via anonymous CVS and CVSup.
1999-09-19Don't make lint libs (and fail).hubertf1-2/+2
1999-09-17Regen.simonb1-2/+2
1999-09-17Work around ELF bug with libwrap in a similar way to the ucd-snmpsimonb2-8/+29
package (pointed out by David Brownlee). We also need to remove -lwrap from the tools directory libraries - hence the post-configure target to make sure SLAPD_LIBS is empty in servers/slapd/tools/Makefile.
1999-09-16regen this; /brick hwrmrg1-2/+2
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-6/+5
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-09-10Updated to OpenLDAP-1.2.7 release.hwr6-65/+66
1999-09-06fixhubertf1-2/+2
1999-09-06This package wants some postgres headers installed. Make sure they arehubertf1-1/+2
there (add dependencies on postgres)
1999-09-06Add dependency on ncurses, and create ${PREFIX}/${PGUSER} beforehubertf1-2/+4
"make install". Makes this package compile on 1.4.1.
1999-09-06regen after last commithubertf1-2/+2
1999-09-06Use "PLIST_SUBST=PGUSER=${PGUSER}".sakamoto3-236/+235
Add NetBSD Id to patch-ae. s|/usr/sbin/chown|${CHOWN}| s|/bin/chmod|${CHMOD}|
1999-08-29Update dependency on gnome-core-1.0.9rh1-2/+2
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-08-25Oops. s/i386-netbsd/${MACHINE_ARCHE}-${LOWER_OPSYS}/bad1-3/+3
1999-08-24Extract distfile with pax. This works around bugs in our tar that manifestbad2-2/+6
themselves on big endian machines. XXX As a side effect most of the files in bench/Results won't get extracted, but we don't install them anyway.
1999-08-24Make sure that "bison" binary from package sources is used.tron1-2/+2
1999-08-20Add and enable gtranscript.rh1-1/+2
1999-08-20Initial import of gtranscript-0.0.1, a PostgreSQL Database Client withrh8-0/+90
GNOME frontend.
1999-08-20Update gtksql to version 0.3rh4-26/+39
Notable changes are: * corrected some left-over bugs from the 1.0 -> 1.2 transition * finished list display for PostgreSQL * made it compile with Gtk+ 1.2.x
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+4
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-2/+4
displayed using the -B option to pkg_info(1).
1999-08-05Add and enable xmysql and xmysqladmin.bad1-1/+3
1999-08-05Initial import of xmysql-1.10, a graphical front end to the MySQL databasebad7-0/+86
engine.
1999-08-05Initial import of xmysqladmin-1.0, a graphical front end for administeringbad7-0/+160
MySQL databases.
1999-08-03regen.bad1-3/+8
1999-08-03Add support for m68k machines. Patches by Andy Finnell.bad8-13/+559
Thanks to Greg Oster for testing.
1999-07-15Correct typo.jlam1-1/+1
1999-07-15Add and enable iodbc-2.50.3.jlam1-1/+2
1999-07-15iODBC -- ODBC 2.x driver manager.jlam7-0/+78
1999-07-13Must list tcl and tk includes in --with-includes. Noticed bybad1-4/+3
Bjoern Labitzke. Also, libs and includes are found in LOCALBASE.