aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.02Lars Thegler2005-10-112-3/+3
| | | | Notes: svn path=/head/; revision=144921
* BROKEN: Incomplete pkg-plistKris Kennaway2005-10-111-0/+2
| | | | Notes: svn path=/head/; revision=144912
* Use the right syntax (S/$/:group/) for grouping of a MASTER_SITE_fooBill Fenner2005-10-101-3/+3
| | | | | | | Limit fetch attempts to sites that to have the given file. Notes: svn path=/head/; revision=144863
* Update to 4.3.3Hye-Shik Chang2005-10-104-9/+12
| | | | Notes: svn path=/head/; revision=144826
* Update to version 1.33.Dmitry Sivachenko2005-10-102-3/+3
| | | | Notes: svn path=/head/; revision=144806
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-1/+1
| | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759
* This extension provides a FreeTDS/Sybase driver for PDO.Pav Lucistnik2005-10-074-0/+46
| | | | | | | | PR: ports/86910 Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> Notes: svn path=/head/; revision=144539
* This extension provides an ODBC v3 driver for PDO. It supports unixODBCPav Lucistnik2005-10-074-0/+39
| | | | | | | | | | and IBM DB2 libraries, and will support more in future releases. PR: ports/86903 Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> Notes: svn path=/head/; revision=144537
* Update to 1.1.1Marcus Alves Grando2005-10-0610-448/+14
| | | | | | | | PR: 87003 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=144427
* Update to 0.6 [1]Marcus Alves Grando2005-10-063-8/+14
| | | | | | | | | | | | Respect CFLAGS Use DATADIR macro PR: 86988 [1] Submitted by: Dermot Tynan <dtynan@kalopa.com> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=144403
* Update to 3.0.9Sergey Skvortsov2005-10-062-3/+3
| | | | | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.9/Changes Notes: svn path=/head/; revision=144382
* Build improvementsMarcus Alves Grando2005-10-052-13/+23
| | | | | | | | | | | Link fixes [1] PR: 86921, 86293 [1] Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=144301
* Update to 1.00Mathieu Arnold2005-10-052-3/+3
| | | | Notes: svn path=/head/; revision=144286
* Update from 4.3.28 to 4.3.29.Mikhail Teterin2005-10-0510-15/+15
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=144260
* Upgrade to 8.0.4Palle Girgensohn2005-10-053-12/+16
| | | | | | | | For more info about this release, please see http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-4 Notes: svn path=/head/; revision=144239
* Upgrade to version 7.4.9Palle Girgensohn2005-10-052-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migration to version 7.4.9 A dump/restore is not required for those running 7.4.X. However, if you are upgrading from a version earlier than 7.4.8, see the release notes for 7.4.8. __________________________________________________________________ Changes * Fix error that allowed "VACUUM" to remove ctid chains too soon, and add more checking in code that follows ctid links This fixes a long-standing problem that could cause crashes in very rare circumstances. * Fix CHAR() to properly pad spaces to the specified length when using a multiple-byte character set (Yoshiyuki Asaba) In prior releases, the padding of CHAR() was incorrect because it only padded to the specified number of bytes without considering how many characters were stored. * Fix the sense of the test for read-only transaction in "COPY" The code formerly prohibited "COPY TO", where it should prohibit "COPY FROM". * Fix planning problem with outer-join ON clauses that reference only the inner-side relation * Further fixes for x FULL JOIN y ON true corner cases * Make array_in and array_recv more paranoid about validating their OID parameter * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST index on column a * Improve robustness of datetime parsing * Improve checking for partially-written WAL pages * Improve robustness of signal handling when SSL is enabled * Don't try to open more than max_files_per_process files during postmaster startup * Various memory leakage fixes * Various portability improvements * Fix PL/PgSQL to handle var := var correctly when the variable is of pass-by-reference type * Update "contrib/tsearch2" to use current Snowball code Notes: svn path=/head/; revision=144234
* Update to version 7.3.11Palle Girgensohn2005-10-042-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migration to version 7.3.11 A dump/restore is not required for those running 7.3.X. However, if you are upgrading from a version earlier than 7.3.10, see the release notes for 7.3.10. __________________________________________________________________ Changes * Fix error that allowed "VACUUM" to remove ctid chains too soon, and add more checking in code that follows ctid links This fixes a long-standing problem that could cause crashes in very rare circumstances. * Fix CHAR() to properly pad spaces to the specified length when using a multiple-byte character set (Yoshiyuki Asaba) In prior releases, the padding of CHAR() was incorrect because it only padded to the specified number of bytes without considering how many characters were stored. * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST index on column a * Improve checking for partially-written WAL pages * Improve robustness of signal handling when SSL is enabled * Various memory leakage fixes * Various portability improvements * Fix PL/PgSQL to handle var := var correctly when the variable is of pass-by-reference type Notes: svn path=/head/; revision=144228
* Update to version 0.1.2Markus Brueffer2005-10-042-3/+3
| | | | Notes: svn path=/head/; revision=144219
* - Add amd64 as allowed architectureSergey Matveychuk2005-10-031-3/+2
| | | | | | | Submitted by: Adam Gregoire <ebola_at_psychoholics.org> Notes: svn path=/head/; revision=144062
* Update to 3.22.Sergey A. Osokin2005-10-033-10/+19
| | | | | | | | | The FastDB 3.22 introduced JNIcli - Java(tm) native interface. This port builds without JNIcli, because I do not use it. Please provide patches if you would like to add JNIcli to port. Notes: svn path=/head/; revision=144055
* - Mark BROKEN with MySQL 4.0 and olderPav Lucistnik2005-10-021-0/+1
| | | | | | | | PR: ports/86482 Submitted by: <bkoenig@cs.tu-berlin.de> (maintainer) Notes: svn path=/head/; revision=143997
* Update to 0.8.1Marcus Alves Grando2005-10-025-26/+114
| | | | | | | | | Add support to FreeTDS Approved by: delphij (maintainer via email), pav (mentor) Notes: svn path=/head/; revision=143982
* Update to 0.101Marcus Alves Grando2005-10-022-3/+5
| | | | | | | | | PR: 86788 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: lars@balker.org (maintainer), pav (mentor) Notes: svn path=/head/; revision=143975
* Update to 1.20Marcus Alves Grando2005-10-022-3/+3
| | | | | | | | | PR: 86786 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: lars@balker.org (maintainer), pav (mentor) Notes: svn path=/head/; revision=143974
* Update to 2.08Sergey Skvortsov2005-09-303-12/+34
| | | | Notes: svn path=/head/; revision=143863
* Update to 1.03Sergey Skvortsov2005-09-303-6/+3
| | | | Notes: svn path=/head/; revision=143860
* Update to 5.0.13 rc release:Alex Dupre2005-09-2918-30/+60
| | | | | | | | | - Add knob to enable Archive Storage Engine [1] Submitted by: Justin Bastedo <justin.bastedo@gmail.com> via grog [1] Notes: svn path=/head/; revision=143802
* * update to 0.07Sergey Skvortsov2005-09-293-6/+4
| | | | | | | | | * change maintainer to perl@ Changes: http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes Notes: svn path=/head/; revision=143791
* Mark as work-in-progressPalle Girgensohn2005-09-287-0/+14
| | | | Notes: svn path=/head/; revision=143732
* - backout previous commitYen-Ming Lee2005-09-271-1/+0
| | | | Notes: svn path=/head/; revision=143635
* - fix plistYen-Ming Lee2005-09-271-0/+1
| | | | Notes: svn path=/head/; revision=143629
* Update to 3.0.8Sergey Skvortsov2005-09-263-6/+5
| | | | | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.8/Changes Notes: svn path=/head/; revision=143592
* Update to 3.2.7 [1]Marcus Alves Grando2005-09-264-10/+10
| | | | | | | | | | | Take MAINTAINER PR: 86288 Submitted by: Robin Breathe <robin@isometry.net> [1] Approved by: pav (mentor), green (maintainer) Notes: svn path=/head/; revision=143584
* Update to 1.36. Assign maintainer to perl@.Anton Berezin2005-09-232-4/+4
| | | | Notes: svn path=/head/; revision=143405
* Update to 1.15. Require perl from ports. Assign maintainer to perl@.Anton Berezin2005-09-222-13/+9
| | | | Notes: svn path=/head/; revision=143324
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-212-2/+2
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-2118-18/+18
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Unbroken 4.xMarcus Alves Grando2005-09-212-10/+34
| | | | | | | | | | | Fix MASTER_SITES PR: ports/86377 Submitted by: Pawel Pekala <c0rn@gazeta.pl> Approved by: pav (mentor) Notes: svn path=/head/; revision=143285
* Add build and run dependency from twistedCore directly untillVsevolod Stakhov2005-09-211-1/+2
| | | | | | | | | | USE_TWISTED_RUN and USE_TWISTED_BUILD will be implemented in bsd.python.mk. Reported by: krismail Notes: svn path=/head/; revision=143273
* - databases/p5-Cache-Memcached does not depend on memcachedYen-Ming Lee2005-09-211-2/+1
| | | | | | | | PR: 84749 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> Notes: svn path=/head/; revision=143255
* New port.Michael Landin2005-09-207-0/+84
| | | | | | | Ksqlanalyzer is a MSSQL database client for KDE. Notes: svn path=/head/; revision=143223
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-207-7/+7
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* o New port - ksqlshell is a simple environment for managingMichael Landin2005-09-196-0/+706
| | | | | | | data (MySQL, PostgreSQL) for KDE. Notes: svn path=/head/; revision=143167
* - Define APACHE_COMPATClement Laforet2005-09-192-0/+2
| | | | | | | | | | | It fixed INDEX build with next exp-build patchset and prepare a smooth migration to bsd.apache.mk It's a no-op for now. Approved by: portmgr (self) Notes: svn path=/head/; revision=143148
* Fix typo in IGNORE message: "Intall" -> "Install"Max Khon2005-09-192-2/+2
| | | | Notes: svn path=/head/; revision=143137
* Add py-tada - Twisted Asynchronous Database API.Vsevolod Stakhov2005-09-195-0/+86
| | | | | | | | PR: 86322 Submitted by: Clive Crous <clive@darkarts.co.za> Notes: svn path=/head/; revision=143133
* - Update to 2.6.4 pl1Pav Lucistnik2005-09-184-10/+10
| | | | | | | | PR: ports/86301 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=143102
* Update to 3.1.2 (maintenance bugfix release)Volker Stolz2005-09-182-4/+3
| | | | | | | | PR: ports/86210 Submitted by: maintainer Notes: svn path=/head/; revision=143069
* - Add -L option to enable fast local insertsPav Lucistnik2005-09-172-6/+159
| | | | | | | | | | PR: ports/64305 Submitted by: Travis Whitton <twhitton@ppb-envlabs.com> Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian Notes: svn path=/head/; revision=143010
* Update to 2.42Lars Thegler2005-09-173-36/+11
| | | | Notes: svn path=/head/; revision=143001