summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2000-05-25Make this compile again by removing outdated `patch-aa'rh2-17/+4
Make configuration non-interactive
2000-05-24Update pgaccess to 0.98.6. Fixes an ugly forms bug in the query openingrh2-5/+8
procedure.
2000-05-24Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)rh1-2/+2
2000-05-24Fix MASTER_SITESrh1-4/+8
Add some additional mirrors
2000-05-20Update dependency on postgresql to >=6.5.3.jlam5-10/+10
2000-05-20Add missing filejlam1-1/+2
2000-05-20Update tk-postgresql to 7.0jlam1-3/+6
2000-05-20Update tcl-postgresql to 7.0.jlam2-4/+8
2000-05-20Add these patches backjlam6-0/+99
2000-05-20Update postgresql to 7.0. Also closes PR#8616. Changes from 6.5.3:jlam30-1287/+964
A HUGE number of bug/performance fixes and minor enhancements. Foreign Keys Foreign keys are now implemented, with the exception of PARTIAL MATCH foreign keys. Many users have been asking for this feature, and we are pleased to offer it. Optimizer Overhaul Continuing on work started a year ago, the optimizer has been overhauled, allowing improved query execution and better performance with less memory usage. Updated psql psql, our interactive terminal monitor, has been updated with a variety of new features. See the psql manual page for details. Upcoming Features In 7.1 or 7.2, we plan to have outer joins, storage for very long rows, and a write-ahead logging system. A dump/restore using pg_dump is required for those wishing to migrate data from any previous release. For those upgrading from 6.5.*, you can use pg_upgrade to upgrade to this release.
2000-05-16make makepatchsumtsarna1-0/+3
2000-05-16Initial import of pkg for sqsh 1.7:tsarna6-0/+88
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality.
2000-05-16Initial import of pkg for FreeTDS 0.50:tsarna5-0/+69
FreeTDS is a free (open source, LGPL-licensed) implementation of Sybase's db-lib, ct-lib, and ODBC libraries. Currently, dblib and ctlib are most mature. Both of these libraries have several programs know to compile and run against them. ODBC is just a roughed in skeleton, and not useful for real work. FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can access both Sybase and Microsoft SQL-Servers. Experimental support for TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
2000-05-11Upgrade to 1.2214; fixes too numerous to be mentioned here; consult thechristos3-10/+7
changelog. Apparently the previous version we were running is missing from the changelog entries.
2000-05-11update to 1.13:christos2-4/+4
Changes in DBI 1.13, 11th July 1999 Fixed Win32 PerlEx IIS concurrency bugs thanks to ActiveState. Fixed problems with DBD::ExampleP long_list test mode. Added SQL_WCHAR SQL_WVARCHAR SQL_WLONGVARCHAR and SQL_BIT to list of known and exportable SQL types. Improved data fetch performance of DBD::ADO. Added GetTypeInfo to DBD::ADO thanks to Thomas Lowery. Actually documented connect_cached thanks to Michael Schwern. Fixed user/key/cipher bug in ProxyServer thanks to Joshua Pincus. Changes in DBI 1.12, 29th June 1999 Fixed significant DBD::ADO bug (fetch skipped first row). Fixed ProxyServer bug handling non-select statements. Fixed VMS problem with t/examp.t thanks to Craig Berry. Trace only shows calls to trace_msg and _set_fbav at high levels. Modified t/examp.t to workaround Cygwin buffering bug. Changes in DBI 1.11, 17th June 1999 Fixed bind_columns argument checking to allow a single arg. Fixed problems with internal default_user method. Fixed broken DBD::ADO. Made default $DBI::rows more robust for some obscure cases. Changes in DBI 1.10, 14th June 1999 Fixed trace_msg.al error when using Apache. Fixed dbd_st_finish enhancement in Driver.xst (internals). Enable drivers to define default username and password and temporarily disabled warning added in 1.09. Thread safety optimised for single thread case. Changes in DBI 1.09, 9th June 1999 Added optional minimum trace level parameter to trace_msg(). Added warning in Makefile.PL that DBI will require 5.004 soon. Added $dbh->selectcol_arrayref($statement) method. Fixed fetchall_arrayref hash-slice mode undef NAME problem. Fixed problem with tainted parameter checking and t/examp.t. Fixed problem with thread safety code, including 64 bit machines. Thread safety now enabled by default for threaded perls. Enhanced code for MULTIPLICITY/PERL_OBJECT from ActiveState. Enhanced prepare_cached() method. Minor changes to trace levels (less internal info at level 2). Trace log now shows "!! ERROR..." before the "<- method" line. DBI->connect() now warn's if user / password is undefined and DBI_USER / DBI_PASS environment variables are not defined. The t/proxy.t test now ignores any /etc/dbiproxy.conf file. Added portability fixes for MacOS from Chris Nandor. Updated mailing list address from fugue.com to isc.org.
2000-05-09Begin unification of install paths for java based packages. Scheme is:jwise2-39/+40
* binaries which are not JVM dependent go in ${PREFIX}/bin * jar/zip/etc files for use by java programs go in ${PREFIX}/lib/java * examples for java packages go in ${PREFIX}/share/examples/java * documentation for java packages go in ${PREFIX}/share/doc/java JVMs go in their own directories, right now ${PREFIX}/{java,kaffe}, which is necessary so that multiple JVMs can be installed concurrently, and so that the miriad packages which count on ${JAVA_HOME} pointing to a JVM install will DTRT. Most java packages already use something similar or can be adapted easily. Java packages such as Jakarta with large amounts of private java will need to be addressed separately.
2000-05-07Oops, corrected placement of gd.h declarationwulf2-12/+13
2000-05-07Fixed build problem and updated rrdtool to version 1.0.21wulf19-113/+203
2000-05-05Add support to build it on Solaris.veego1-5/+13
2000-05-03Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixesrh3-7/+7
PR 9774 by Michael Wolfson. Adapt for new installation directory structure of postgresql package.
2000-04-28Fix location of tk-postgresqlrh1-2/+2
2000-04-28Remove quicklist entirely from databases. Oops.garbled2-18/+1
2000-04-28Remove this package.. it allready exists in misc.garbled7-52/+0
2000-04-27Upgrade JDB to 1.7.bad5-31/+24
From the change log: 1.7, 5-Jan-00 - NEW: dbcolize now detects and rejects lines that contain embedded copies of the field separator - NEW: configure tries harder to prevent people from improperly configuring/installing jdb - NEW: tcpdump_to_db converter (incomplete) - NEW: tabdelim_to_db converter: from spreadsheet tab-delimited files to db - BUG FIX: dbjoin used to produce incorrect output if there were extra, unmatched values in the 2nd table. - BUG FIX: the sample commands in the usage strings now all should explicitly include the source of data (typically from "cat foo.jdb |"). - DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output. 1.6, 24-May-99 - NEW: dbsort, dbstats, dbmultistats now run in constant memory (using tmp files if necessary) - NEW: dbcolmovingstats does moving means over a series of data - NEW: dbcol has a -v option to get all columns except those listed - NEW: dbmultistats does quartitles and medians - NEW: dbstripextraheaders now also cleans up bogus comments before the fist header - BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27Update pgaccess to 0.98.5. Changes are bugfixes and a few more languagerh3-7/+13
translations. Depend on tk-postgresql instead of postgresql and fix location of pgtksh to make this work again (after the restructuring of our postgres package layout).
2000-04-26Add and enable quicklistgarbled1-1/+2
2000-04-26Add pkg for quicklist 0.8.6:garbled8-0/+68
a GTK free-form database, that is easy to use.
2000-04-21Update to reflect reality.jwise1-2/+2
2000-04-21Make this work with the new locations for PostgreSQL include files. Mindjwise3-2/+16
you, people _should_ be using databases/p5-DBI and databases/p5-DBD-postgresql instead...
2000-04-19Add explicit --with-named-curses-libs="-lcurses" to avoid accidentaljdolecek1-2/+2
implicit usage of ncurses in case ncurses are installed. mysql clients seem to work just just fine with old 1.4.1 curses.
2000-04-09Adapt to new postgresql include/library locations.jlam8-64/+26
2000-04-09Put headers into /include/pgsql.jlam3-40/+45
2000-04-05replaced hardcoded operating systems names with ${LOWER_OPSYS} variablewulf1-7/+7
2000-04-05replaced hardcoded architecture names with ${MACHINE_ARCH} variablewulf1-7/+7
2000-03-28Depend on "p5-Data-Dumper" 2.10 or newer.tron1-2/+2
2000-03-18Note addition of tcl-postgresql and tk-postgresqljlam1-1/+3
2000-03-18tk-postgreql: Tk interface to PostgreSQLjlam4-0/+40
2000-03-18tcl-postgresql: Tcl interface to PostgreSQLjlam4-0/+48
2000-03-18Missed this patchjlam1-0/+41
2000-03-18Change structure of postgresql package. Shared library build is nowjlam35-841/+782
unlibtoolized. Things now install into ${PREFIX} instead of ${PREFIX}/${PGSQL_USER} to match hier(7) expectations. The Tcl and Tk interfaces are now split out into separate packages. This closes the following PRs: 7384, 8747, 8789, 9272, 9461.
2000-03-16defuzzwiz2-6/+4
2000-03-11regen checksumtsarna1-2/+2
2000-03-11Update to use py-mysqldb 0.1.3tsarna2-7/+9
Changes: - better SQL quoting Changes for py-mysqldb 0.1.3 that I forgot to note: - Fixes a coredump at exit under some conditions - Improved backwards compatability with MySQLmodule.
2000-03-11Update to 0.1.3tsarna2-6/+6
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-05Regen.kleink1-1/+2
2000-03-05Always test for -D__architecture__ rather than -Darchitecture; newer toolchainskleink1-0/+24
(i.e. ELF on former a.out ports) are namespace-clean wrt. this, and the latter predefine implies the former.
2000-02-27make makepatchsumtsarna1-0/+3
2000-02-27Update to use py-mysqldb. Bump version to 1.1.3nb1.tsarna2-9/+156
2000-02-26Replace broken py-mysql with py-mysqldbtsarna7-57/+2