summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2000-07-28Don't install ud(1) group-writable; noted by Christian Kleinwaechter.kleink2-1/+12
2000-07-27USE_LIBTOOL instead of USE_PKGLIBTOOL. Also install html documentationjlam4-538/+539
under ${PREFIX}/doc/html.
2000-07-25Added and enabled new package geneweb-3.06wulf1-1/+2
2000-07-25Intial commit of geneweb-3.06 - a comprehensive genealogy database applicationwulf6-0/+570
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-17Solaris uses slurpd, so split the PLISTs.veego4-2/+9
2000-07-15Install the Server Programming Interface header files.jlam4-18/+122
Closes PR#10480.
2000-07-14Update to the version which ships with postgresql-7.0.2jwise3-9/+10
Changes since the version shipped with postgresql-7.0: Mon May 15 22:30:00 BST 2000 peter@retep.org.uk - Fixed the message Makefile produces after compiling. It still said about the old Driver class, not the new package. Spotted by Joseph Shraibman <jks@p1.selectacast.net>
2000-07-14Forgot these patchesjlam3-0/+100
2000-07-14Update postgresql to 7.0.2. Relevant changes from 7.0:jlam11-67/+78
* Enhance rc.d/pgsql.sh script to accept start/stop/restart. * Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543. XXX Includes a patch which removes inlining of the alpha's TAS function. XXX This is apparently some code-gen bug in GCC for alpha. * Fix many CLUSTER failures (Tom) * Allow ALTER TABLE RENAME works on indexes (Tom) * Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce) * New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce) * Fix the off by one errors in ResultSet from 6.5.3, and more. * jdbc ResultSet fixes (Joseph Shraibman) * optimizer tunings (Tom) * Fix create user for pgaccess * Fix for UNLISTEN failure * Reduce COPY IN lock level (Tom) * Change libpqeasy to use PQconnectdb() style parameters (Bruce) * Fix pg_dump to handle OID indexes (Tom) * Fix small memory leak (Tom) * Solaris fix for createdb/dropdb (Tatsuo) * Fix for non-blocking connections (Alfred Perlstein) * Fix improper recovery after RENAME TABLE failures (Tom) * Copy pg_ident.conf.sample into /lib directory in install (Bruce) * Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya) * Fix too long syslog message (Tatsuo) * Fix problem with quoted indexes that are too long (Tom) * JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu) * ecpg changes (Michael)
2000-07-07several PLIST fixes:dmcmahill1-8/+5
- add missing @dirrm's - remove ELF shared library links (libfoo.so, libfoo.so.0) as these are handled automatically and break a.out if listed. - fix incorrect file name
2000-07-03Upgrade to verson 3.0. The most important change here is addition ofdarcy4-15/+22
the Python DB-API module. Also, note backwards compatibility issue. Important changes for 3.0 Remove strlen() call from pglarge_write() and get size from object. (Richard@Bouska.cz) Add a little more error checking to the quote function in the wrapper Add extra checking in _quote function Wrap query in pg.py for debugging Add DB-API 2.0 support to pgmodule.c (andre@via.ecp.fr) Add DB-API 2.0 wrapper pgdb.py (andre@via.ecp.fr) Correct keyword clash (temp) in tutorial Clean up layout of tutorial Return NULL values as None (rlawrence@lastfoot.com) (WARNING: This will cause backwards compatibility issues.) Change None to NULL in insert and update Change hash-bang lines to use /usr/bin/env Clearing date should be blank (NULL) not TODAY Quote backslashes in strings in _quote (brian@CSUA.Berkeley.EDU) Expanded and clarified build instructions (tbryan@starship.python.net) Make code thread safe (Jerome.Alet@unice.fr) Add README.distutils (mwa@gate.net & jeremy@cnri.reston.va.us) Many fixes by chifungfan@yahoo.com, tony@printra.net, jeremy@alum.mit.edu and others to get the final version ready to release.
2000-06-30Remove some dirs from this list that are handled somewhere else (perl)hubertf1-4/+1
2000-06-27Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOLhubertf7-91/+163
2000-06-22Add and enable freetds and sqshrh1-1/+3
2000-06-20Don't install the extra shared library links on a.out platforms.jlam2-1/+22
2000-06-15Fix the LTCONFIG_OVERRIDE definition.skrll1-2/+2
2000-06-15Update to openldap-1.2.11; changes since 1.2.7p1 include:kleink4-27/+7
Changes included in OpenLDAP 1.2.11 CVS Tag: OPENLDAP_REL_ENG_1_2_11 Fixed /tmp races in ud, ldapsearch, ldbmtest and slurpd Fixed error in slurpd's filecheck function Fixed slurpd to properly restart in oneshot mode, and to report a non-zero number of items to process with only one replica. Fixed strdup use in libldap/request.c Fixed NULL prefix bug in libldap/ufn.c Fixed slapd_shutdown extern reference bug (ITS#527) Fixed ACL groups member matching Raise MAXDBCACHE to 128 (ITS#512) Fixed slapd client_addr crash (ITS#579) Fixed back-shell realloc bug (ITS#506) Build Environment Update res_search detection Detect and use getpassphrase() and getpass() Unset CDPATH Change GNU Pth to enable soft syscalls Changed RCPT cmds symbol to avoid link conflict (ITS#526) Changed LDBM directory to $localstatedir/openldap-ldbm Changes included in OpenLDAP 1.2.10 CVS Tag: OPENLDAP_REL_ENG_1_2_10 Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable undefined object classes implies extensible object behavior. Add GNU Pth support (ITS#453) Fixed -lldap Kerberos bind to work ldap_init() (ITS#426) Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459) Fixed multiple password support (ITS#464) Fixed -lldap chasing of delete referrals (ITS#471) Fixed back-ldbm/bind invalid credentials vs no such object bug Fixed slapd str2entry uninitialized variable bug (ITS#482) Fixed back-ldbm/modify mutlivalued indexing bug Fixed -llber seqorset buffer overrun bug (ITS#479) Build Environment Do not list unsupported LDBM API option NDBM Allow DEFAULT_DB_PAGE_SIZE to be defined at build time Changes included in OpenLDAP 1.2.9 CVS Tag: OPENLDAP_REL_ENG_1_2_9 Fixed lutil/password bogus crypt password bug (ITS#423) Fixed slapd/back-ldbm indexing bug (ITS#402) Added UD support for creators/modifiers attributes (ITS#422) Added modify* attributes on add to workaround client issue (ITS#424) Build Environment Rebuild configure Added support for db1 vs db2 with glibc 2.1 Removed TCPD and RLOOKUP interdependecy (ITS#419) Changes included in OpenLDAP 1.2.8 CVS Tag: OPENLDAP_REL_ENG_1_2_8 Fixed slapd lint Fixed slapd li_nextid_file uninitialized bug Fixed -lldap templates y2k bug (ITS#294) Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295) Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325) Fixed s_addr dereferencing (ITS#340) Fixed ud strstr crash (ITS#328) Fixed back-ldbm presence index bug (ITS#394) Fixed -lthread rdwr 2-writer bug (ITS#395) Added TCP_NODELAY support Changed slapd to apply ACL to lastmod attributes Changed slapd.conf default referral Changed slapd delete stats log message for consistency Disable DN subtree indexing Build Environment Support using short as LDAP_INT4 Documentation Reference Quick Start Guide in README and INSTALL Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) Added warning about cross environment portability
2000-06-15adjust DEPENDShubertf1-2/+2
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz3-6/+6
2000-06-13Update to gdbm-1.8.0. From the NEWS file:fredb5-73/+16
CHANGES from 1.7.3 to 1.8 1. Added GDBM_CENTFREE functionality and option. 2. Added GDBM_COALESCEBLKS functionality and option. 3. Added GDBM_NOLOCK flag. 4. Made ``fast'' mode the default, making GDBM_FAST obsolete, and adding the GDBM_SYNC flag and GDBM_SYNCMODE option. 5. Switched to building with libtool. [This last make LT_CONFIG_OVERRIDE necessary.]
2000-06-09Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes sincekleink3-34/+53
release 0.13 include, but are not limited to due to incomplete release notes: perl-ldap 0.19 June 8 2000 ============================ * Fixed bug which caused 2nd and subsequent binds to be anonymous. * Fixed bug in moddn. * Fix bug which caused a call to ->pop_entry or ->shift_entry to hang forever. perl-ldap 0.18 May 22 2000 ============================ * Now passes -wc with 5.004, 5.005_03 and 5.6.0 * Bundle now correctly references Convert::ASN1 instead of the non-existant Convert::ASN * Net::LDAP::Filter will now catch the case of unmatched ()'s and return an error * as_struct, which was broken in the changeover to Convert::ASN1, now works again. KNOWN PROBLEMS -------------- Test t/02filter.t fails with perl 5.6.0 compiled with threads enabled This is due to a bug in 5.6.0 when compiled with threads, see http://bugs.perl.org/perlbug.cgi?req=tidmids&tidmids=20000409.003&range=32323&format=h perl-ldap 0.17 May 12 2000 ============================ * Change to use asn_read instead of asn_resc. This seems to have fixed the known problem with 0.16 * Various bug fixes, see ChangeLog perl-ldap 0.16 April 27 2000 ============================ * This is the first release which uses Convert::ASN1 instead of Convert::BER. This should show an increase in performance. * Added support for LDAPv3 controls. Controls supported are - VirtualListView - Sort - Paged * HTML version of the documentation is now included in the distribution * Added Bundle::Net::LDAP * Net::LDAP->schema can now be told where to search for the schema.
2000-06-08USE_LIBTOOL, not pkglibtooljlam2-4/+5
2000-06-07Update jdbc-postgresql to the version shipped with postgresql-7.0.jwise5-17/+40
Thu May 04 11:38:00 BST 2000 petermount@it.maidstone.gov.uk - Corrected incorrect date in CHANGELOG - Fixed the ImageViewer example Wed May 03 16:47:00 BST 2000 petermount@it.maidstone.gov.uk - Fixed the Makefile so that postgresql.jar is built everytime the jdbc1 or jdbc2 rules are called. - Fixed the threadsafe example. It had problems with autocommit Wed May 03 14:32:00 BST 2000 petermount@it.maidstone.gov.uk - Rewrote the README file (the old one was 18 months old!) - Added @deprecated tags to org.postgresql.jdbc2.ResultSet to clear some warnings issued during compilation. Wed Apr 12 22:14:00 BST 2000 peter@retep.org.uk - Implemented the JDBC2 Blob interface, and ResultSet.getBlob(). Wed Apr 12 20:20:00 BST 2000 peter@retep.org.uk - Fixed bug in ResultSet.absolute(). Negative rows are now supported. - Implemented ResultSet.relative(), afterLast(). Tue Feb 1 21:40:00 GMT 2000 peter@retep.org.uk - Finally imported the contributed javax extensions by Assaf Arkin arkin@exoffice.com Mon Jan 24 21:00:00 GMT 2000 peter@retep.org.uk - Finally introduced the 7.0 additions to the core CVS repository. - All source files are now under the org.postgresql package (previously they were under postgresql). The package lines now changed accordingly. - The Makefile was rewritten so it should now work on machines that can't handle the $( ) syntax. - Dutch translation by Arnout Kuiper (ajkuiper@wxs.nl) Mon Sep 13 23:56:00 BST 1999 peter@retep.org.uk - PG_Stream.SendChar() optimised, increased default buffer size of output stream to 8k, and introduced an 8k buffer on the input stream Sverre H Huseby <sverrehu@online.no> - Added a finalize() method to Connection class in both drivers so that the connection to the backend is really closed. - Due to many JVM's not returning a meaningful value for java.version the decision for building the JDBC1.2 or JDBC2 driver is now a compile time option. - Replaced $$(cmd...) with `cmd...` in the Makefile. This should allow the driver to compile when using shells other than Bash. Thu Sep 9 01:18:39 MEST 1999 jens@jens.de - fixed bug in handling of DECIMAL type Wed Aug 4 00:25:18 CEST 1999 jens@jens.de - updated ResultSetMetaData.getColumnDisplaySize() to return the actual display size - updated driver to use postgresql FE/BE-protocol version 2 Mon Aug 2 03:29:35 CEST 1999 jens@jens.de - fixed bug in DatabaseMetaData.getPrimaryKeys() Sun Aug 1 18:05:42 CEST 1999 jens@jens.de - added support for getTransactionIsolation and setTransactionIsolation
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh7-14/+14
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-29Remove dependency on "bison". Closes PR pkg/10224, by SUNAGAWA Keiki.fredb1-2/+1
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