summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2015-03-19Add buildlink3.mk. The new version of mysql-workbench needs this.rodent1-0/+14
2015-03-18Update "phpmyadmin" package to version 4.3.12. Changes since version 4.3.9:tron2-6/+6
- bug #4746 Right-aligned columns have left-aligned header - bug #4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8 values - bug Undefined index savedsearcheswork - bug #4788 Inline edit of DATE fields with NULL, NULL checkbox is under datepicker - bug #4790 DROP TABLE/VIEW IF EXISTS are not tracked - bug Compatibility with central columns of version 4.4 - bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore - bug #4789 Views aren't dropped when copying a database - bug #4784 Incomplete bookmark saving - bug #4786 SELECT width on relations page - bug [security] Risk of BREACH attack, see PMASA-2015-1 - bug #4774 SQL links are completely wrong - bug #4768 MariaDB: version mismatch - bug #4777 Some images are missing in Designer for original theme - bug #4767 Drizzle: undefined index in mysql_charsets.inc.php - bug #4753 Normal field and multi-line field have different margins - bug #4760 Cannot re-import settings from local storage - bug #4778 SQL error when database list is sorted by additional columns - bug #4780 Notice when timestamp column does not have default value - bug Undefined index navwork - bug #4744 Opening console scroll down the page - bug Remove extra column heading in view structure page - bug Add missing confirmation when deleting central columns - bug Undefined index DisableIS - bug #4763 Database export with more than 512 tables fails - bug #4769 Previously set column aliases are destroyed if returned to the same table - bug #4752 Incorrect page after creating table - bug #4771 Central Columns not working, showing error
2015-03-18Build for PostgreSQL 9.4 too.jperkin2-4/+4
2015-03-17Use fully-specified relative paths.jperkin1-4/+4
2015-03-16Honour LDFLAGS, fixes build on cwrappers with non-builtins.jperkin2-1/+17
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu7-14/+14
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Remove php-sqlite which supported by php53 only.taca2-20/+0
2015-03-15Remove pear-MDB2_Driver_sqlite package which supported by php53 only.taca4-40/+0
2015-03-15Remove pear-MDB2_Driver_sqlite and php-sqlite.taca1-3/+1
2015-03-15Release 0.9.9 is a large maintenance release featuring 30 changes, mostly ↵adam3-7/+11
bug fixes. A handful of modest feature adds are also present, including new Core features for SQLite, Postgresql, and new API features to provide better control of transaction isolation level when using the ORM.
2015-03-14needs groff nrofftnn1-2/+2
2015-03-14bl3bump from geography/proj ABI changegdt4-6/+8
2015-03-12needs to link with pthreadstnn1-1/+2
2015-03-09Updated py-elasticsearch to version 1.4.0imil2-6/+6
Changelog 1.4.0 (2015-02-11) Using insecure SSL configuration (verify_cert=False) raises a warning reindex accepts a query parameter enable reindex helper to accept any kwargs for underlying bulk and scan calls when doing an initial sniff (via sniff_on_start) ignore special sniff timeout option to treat TransportError as normal failure in bulk helpers fixed an issue with sniffing when only a single host was passed in 1.3.0 (2014-12-31) Timeout now doesn't trigger a retry by default (can be overriden by setting retry_on_timeout=True) Introduced new parameter retry_on_status (defaulting to (503, 504, )) controls which http status code should lead to a retry. Implemented url parsing according to RFC-1738 Added support for proper SSL certificate handling Required parameters are now checked for non-empty values ConnectionPool now checks if any connections were defined DummyConnectionPool introduced when no load balancing is needed (only one connection defined) Fixed a race condition in ConnectionPool
2015-03-08Explictly allow build with ruby21-base.taca1-1/+2
2015-03-08Update ruby-sequel to 4.20.0.taca3-7/+8
=== 4.20.0 (2015-03-03) * Restore the use of AUTOINCREMENT on SQLite (jeremyevans) (#965) * Duplicate the associations hash when duplicating a model object (jeremyevans) * Correctly apply association limit when eager loading with an eager block using default limit strategy on some databases (jeremyevans) * Fix eager loading when using the :window_function limit strategy with an eager block and cascaded associations (jeremyevans) * Add support for set_column_type :auto_increment=>true to add AUTO_INCREMENT to existing column on MySQL (jeremyevans) (#959) * Add support for overridding the :instance_specific association option (jeremyevans) * Recognize MSSQL bit type as boolean in the schema_dumper (jeremyevans) * Skip eager loading queries if there are no matching keys (jeremyevans) (#952) * Dataset#paged_each now returns an enumerator if not passed a block (jeremyevans) * Use to_json :root option with string value as the JSON object key in the json_serializer plugin (jeremyevans) * Allow create_enum in the pg_enum extension be reversible in migrations (celsworth) (#951) * Have swift adapter respect database and application timezone settings (asppsa, jeremyevans) (#946) * Don't have the static cache plugin attempt to validate objects (jeremyevans) * Make freeze not validate objects if their errors are already frozen (jeremyevans) * Only use prepared statements for associations if caching association metadata (jeremyevans) * Set parent association when loading descendants in the rcte_tree plugin (jeremyevans) * Add Database#transaction :before_retry option, specifying a proc to call before retrying (uhoh-itsmaciek) (#941)
2015-03-08Add ALTERNATIVES file which should be commited with previous update.taca1-0/+1
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca11-11/+22
2015-03-08Update to 2.025001wen2-6/+6
Upstream changes: 2.025001 2015-02-28 09:53:36-06:00 America/Chicago - fix ::RS::Errors test on Windows 2.025000 2015-02-20 22:50:47-06:00 America/Chicago - Add ::Helper::ResultSet::Errors to help when calling Result methods on an RS
2015-03-08Update to 1.001028wen2-6/+6
Upstream changes: 1.001028 2015-01-05 00:40:41+00:00 Europe/London - releasing as stable 1.001027_02 2014-12-30 19:50:50+00:00 Europe/London - changed tests to use portable directory management 1.001027_01 2014-12-26 17:06:08+00:00 Europe/London - Fix fixture filenames to be compatible with ntfs systems - mrf++
2015-03-08Update to 4.031wen2-8/+9
Remove unneeded DEPENDS Upstream changes: 2015-03-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.031) * Added LICENSE * Reworked installation documentation in POD. * Allow use of bracketed IPv6 addresses in connection string (RT70640), fix by Tim Mullin @ cPanel). * Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY). * Environment variable DBD_MYSQL_CONFIG actually works now. * Makefile.PL now correcly handles MariaDB's mysql_config. * Correct attribution to David Dick #86030: PATCH: adding statistics_info support * Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY. * Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github). * Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions. * Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test. 2015-03-02 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_02) * Reworked installation documentation in POD. * Allow use of bracketed IPv6 addresses in connection string (RT70640), fix by Tim Mullin @ cPanel). * Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY). * Environment variable DBD_MYSQL_CONFIG actually works now. * Makefile.PL now correcly handles MariaDB's mysql_config. 2015-01-27 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_01) * Correct attribution to David Dick #86030: PATCH: adding statistics_info support * Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY. * Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github). * Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions. * Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test. 2014-12-08 Patrick Galbraith (aka CaptTofu) and community (4.029) * Added fix to tests to create test database if not exists (contstant failure on Travis) (CaptTofu) * Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller<at>cpan<dot>org * Statistics Info Milanrm <sorm<at>is4u<dot>cz> for work on statistics_info * Fix for RT 97625, use after free(), Reini Urban rurban<at>cpan<dot>org 2014-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.028) * Fixed bug in mysql.xs where dbh was being used as error code * RT #97570: fix wrong salloc free in mysql_st_internal_execute - (Reini Urban, cPanel) * Fix RT #97625 use-after-free in mysql_dr_error, and #86153 - (Reini Urban, cPanel) * find mysql.h for MariaDB on Win32 (Graham Ollis) * Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2015-03-02Changes 3.8.8.3:adam7-22/+24
Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell.
2015-03-01fixup some pkglint stuff and add a missing .h to PLISTmspo2-6/+7
2015-03-01initial import of lmdbmspo1-1/+2
2015-03-01initial pkg for LMDBmspo4-0/+48
2015-03-01Update ruby-sqlite3 to 1.3.10.taca2-7/+6
1.3.10 / 2014-10-30 Enhancements: * Windows: build against SQLite 3.8.7.1. Closes #134, #135 [Hubro]
2015-03-01Add pkg_alternatives support.taca3-4/+6
Bump PKGREVISION.
2015-02-23Update elasticsearch to 1.4.4fhajny3-20/+20
Changes in 1.4.4 ================ - Introduce TimedPrioritizedRunnable base class to all commands that go into InternalClusterService.updateTasksExecutor - Ensure that we don't pass negative timeInQueue to writeVLong - Aggregations: Prevent negative intervals in date_histogram - Packaging: Add antlr and asm dependencies Changes in 1.4.3 ================ - Disable dynamic Groovy scripting by marking Groovy as not sandboxed. Aggs: - Add standard error bounds to extended_stats - nested agg needs to reset root doc between segments. - Fix handling of multiple buckets being emitted for the same parent doc - id in nested aggregation - In reverse nested aggregation, fix handling of the same child doc id being processed multiple times. - The parent filter of the nested aggregator isn't resolved correctly all the time - post collection the children agg should also invoke that phase on its wrapped child aggs. - Validate the aggregation order on unmapped terms in terms agg. Allocation: - Weight deltas must be absolute deltas Core: - don't throttle recovery indexing operations - Fix Store.checkIntegrity() for lucene 3.x index files. - Don't verify adler32 for lucene 3.x terms dict/terms index. - Mapping update task back references already closed index shard - Disable auto gen id optimization - Verify the index state of concrete indices after alias resolution - ignore_unavailable shouldn't ignore closed indices - Terms filter lookup caching should cache values, not filters. Discovery: - publishing timeout to log at WARN and indicate pending nodes - check index uuid when merging incoming cluster state into the local one Engine: - back port fix to a potential dead lock when failing engine during COMMIT_TRANSLOG flush Geo: - Update GeoPolygonFilter to handle polygons crossing the dateline - GeoPolygonFilter not properly handling dateline and pole crossing - Removing unnecessary orientation enumerators - Add optional left/right parameter to GeoJSON - Feature/Fix for OGC compliant polygons failing with ambiguity - Correct bounding box logic for GeometryCollection type - Throw helpful exception for Polygons with holes outside of shell - GIS envelope validation Indices API: - Fix to make GET Index API consistent with docs - Fix wrong search stats groups Internal: - ClusterInfoService should wipe local cache upon unknown exceptions - Log when upgrade starts and stops - promptly cleanup updateTask timeout handler - Avoid unnecessary utf8 conversion when creating ScriptDocValues for a string field. Logging: - improve logging messages added in - Better timeout logging on stalled recovery and exception - add logging around gateway shard allocation Mapping: - Throw StrictDynamicMappingException exception - Include currentFieldName into ObjectMapper errors - Explicit _timestamp default null is set to now - Using default=null for _timestamp field creates a index loss on restart - Reencode transformed result with same xcontent - serialize doc values settings for _timestamp - Mapping With a null Default Timestamp Causes NullPointerException on Merge Nodes Stats: - Fix open file descriptors count on Windows Parent/child: - Fix concurrency issues of the _parent field data. Percolator: - Support encoded body as query string param consistently - Fixed bug when using multi percolate api with routing Plugins: - Installation failed when directories are on different file systems - NPE when plugins dir is inaccessible Query cache: - Remove query-cache serialization optimization. - Queries are never cached when date math expressions are used (including exact dates) Query DSL: - Expose max_determinized_states in regexp query, filter Recovery: - add a timeout to local mapping change check - flush immediately after a remote recovery finishes (unless there are ongoing ones) REST: - Add fielddata_fields to the REST spec Scripting: - Make script.groovy.sandbox.method_blacklist_patch truly append-only - Make groovy sandbox method blacklist dynamically additive - Add explainable script again - Disallow method pointer expressions in Groovy scripting - Make _score in groovy scripts comparable Search: - Make sure that named filters/ queries defined in a wrapped query/filters aren't lost - Fix paging on strings sorted in ascending order. - Function score and optional weight : avg score is wrong Settings: - Reset TieredMP settings only if the value actually changed - cluster.routing.allocation.disk.threshold_enabled accepts wrong values Snapshot status api: - make sure headers are handed over to inner nodes request Stats: - Relax restrictions on filesystem size reporting in DiskUsage Tribe node: - remove closed indices from cluster state Upgrade: - Change wait_for_completion to default to true - Fix version check in bytes to upgrade that spans major versions Windows: - makes elasticsearch.bat more friendly to automated processes
2015-02-20Update 1.43 to 1.45, but Changes after 1.43 is not known.mef2-7/+6
2015-02-19Don't use newer instructions because the build machine is new.joerg3-9/+24
Bump revision.
2015-02-19Update to 3.5.1:wiz2-6/+6
Version 3.5.1 Released February 17, 2015 (git commit 6c3457ee20c19ae492d29c490af6800e7e6a0774) - Prevent core dump if the second argument to the quote() method is anything but a hashref [Greg Sabino Mullane] (CPAN bug #101980) - Better "support" for SQL_ASCII servers in the tests. Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER in tests. [Greg Sabino Mullane] - Fix client_encoding detection on pre-9.1 servers [Dagfinn Ilmari Mannsåker] - Fix operator existence check in tests on pre-8.3 servers [Dagfinn Ilmari Mannsåker] - Documentation fix [Stuart A Johnston] - Fix pg_switch_prepared database handle documentation [Dagfinn Ilmari Mannsåker]
2015-02-19Fix PLIST on non-x86_64 platforms.jperkin1-2/+2
2015-02-19Fix dependency to ruby-arel30.taca1-2/+3
Bump PKGREVISION.
2015-02-18Fix path to ruby-arel dependency now that it has moved. Fixes pbulk.jperkin1-2/+2
2015-02-18Update "phpmyadmin" package to version 4.3.9. Changes since version 4.3.6:tron2-6/+6
- bug #4728 Incorrect headings in routine editor - bug #4730 Notice while browsing tables when phpmyadmin pma database exists, but not all the tables - bug #4729 Display original field when using "Relational display column" option and display column is empty - bug #4734 Default values for binary fields do not support binary values - bug #4736 Changing display options breaks query highlighting - bug Undefined index submit_type - bug #4738 Header lose align when scrolling in Firefox - bug #4741 in ./libraries/Advisor.class.php#184 vsprintf(): Too few arguments - bug #4743 Unable to move cursor with keyboard in filter rows box - bug Incorrect link in doc - bug #4745 Tracking does not handle views properly - bug #4706 Schema export doesn't handle dots in db/table name - bug #3935 Table Header not displayed correct (Safari 5.0.5 Mac) - bug #4750 Disable renaming referenced columns - bug #4748 Column name center-aligned instead of left-aligned in Relations - bug Undefined constant PMA_DRIZZLE - bug #4712 Wrongly positioned date-picker while Grid-Editing - bug #4714 Forced ORDER BY for own sql statements - bug #4721 Undefined property: stdClass::$version - bug #4719 'only_db' not working - bug #4700 Error text: Internal Server Error - bug #4722 Incorrect width table summary when favorite tables is disabled - bug #4710 Nav tree error after filtering the tables - bug #4716 Collapse all in navigation panel is sometimes broken - bug #4724 Cannot navigate in filtered table list - bug #4717 Database navigation menu broken when resolution/screen is changing - bug #4727 Collation column missing in database list when DisableIS is true - bug Undefined index central_columnswork - bug Undefined index favorite_tables - bug #4694 js error on marking table as favorite in Safari (in private mode) - bug #4695 Changing $cfg['DefaultTabTable'] doesn't update link and title - bug Undefined index menuswork - bug Undefined index navwork - bug Undefined index central_columnswork - bug #4697 Server Status refresh not behaving as expected - bug Null argument in array_multisort() - bug #4699 Navigation panel should not hide icons based on 'TableNavigationLinksMode' - bug #4703 Unsaved schema page exported as pdf.pdf - bug #4707 Call to undefined method PMA_Schema_PDF::dieSchema() - bug #4702 URL is non RFC-2396 compatible in get_scripts.js.php
2015-02-17Update ruby-mysql2 to 0.3.18.taca3-8/+8
Changes are not available. Frmo commit log, * Fix msec is not passed when calling db_timezone by rb_funcall(). * match callbacks_run inside event loop. Other changes are Windows and cross build improvements.x
2015-02-17Update ruby-do_postgres to 0.10.15.taca2-8/+7
## 0.10.15 2015-02-15 * Ruby 2.2 support * Windows support on 2.1.x and 2.2.x
2015-02-17Update ruby-do_mysql to 0.10.15.taca2-7/+7
## 0.10.15 2015-02-15 * Ruby 2.2 support * utf8mb4 support on do\_mysql * Windows support on 2.1.x and 2.2.x
2015-02-17Update ruby-do_mysql to 0.10.15.taca2-7/+7
## 0.10.15 2015-02-15 * Ruby 2.2 support * utf8mb4 support on do_mysql * Windows support on 2.1.x and 2.2.x
2015-02-17Update ruby-data_objects to 0.10.15.taca2-6/+6
## 0.10.15 2015-02-15 * Ruby 2.2 support * Double after free fix in do\_postgres * utf8mb4 support on do\_mysql * Windows support on 2.1.x and 2.2.x
2015-02-17Ensure we use libevent from pkgsrc or native instead of the bundled one.jperkin1-1/+4
2015-02-17Update ruby-arel to 6.0.0.taca3-66/+17
=== 6.0.0 / 2014-11-25 * Enhancements * Remove deprecated `Arel::Expression` * Remove deprecated `Arel::SqlLiteral` * Remove deprecated `SelectManager#joins` * Remove deprecated `SelectManager#to_a` * Remove deprecated `Arel::Sql::Engine` * Remove deprecated `Arel::InnerJoin` constant * Remove deprecated `Arel::OuterJoin` constant == 5.0.0 / 2013-12-04 * Enhancements * Remove deprecated code * Bug Fixes * Fix serializing a relation when calling `to_yaml` === 4.0.2 / 2014-02-05 * Bug Fixes * Fix `SqlLiteral` YAML serialization * PostgreSQL bugfix for invalid SQL in subqueries == 4.0.1 / 2013-10-22 * Enhancements * Cache visitor dispatch on a per-visitor basis * Improve performance of #uniq across a large number of nodes * Bug Fixes * Make visitors threadsafe by removing @last_column * Support `columns_for_distinct` with Oracle adapter
2015-02-17Update to 2.6:wiz2-7/+7
What's new in psycopg 2.6 ------------------------- New features: - Added support for large objects larger than 2GB. Many thanks to Blake Rouse and the MAAS Team for the feature development. - Python `time` objects with a tzinfo specified and PostgreSQL :sql:`timetz` data are converted into each other (:ticket:`#272`). Bug fixes: - Json apapter's `!str()` returns the adapted content instead of the `!repr()` (:ticket:`#191`).