summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19C extensions are not supported on py3k.obache1-3/+3
2013-09-19sync with Makefile (MySQL-5.0 had been dropped).obache1-2/+2
2013-09-18Update "phpmyadmin" package to version 4.0.6.tron4-196/+261
The major changes since version 3.5.* are: - HTML frames are gone. - The navigation panel now presents a tree. - Javascript now required - Documentation has a new look. - Many bug fixes and smaller new features This update also fixes the security vulnerability reported in PMASA-2013-10. Approved by Thomas Klausner.
2013-09-17Update mysqlcc to 1.0.2.obache6-96/+21
No changelog, but at least, buildable with recent MySQL. while here: * removed OpenSSL related stuffs, no reason is found. * set LICENSE=gnu-gpl-v2 (or later). * drop needless definitions.
2013-09-13Update ruby-mysql2 package to 0.3.13.taca3-29/+13
Exact changes aren't available. Please refer change log in github.
2013-09-13Update ruby-hiera to 1.2.0.taca3-8/+14
Exact changes aren't available. Please refer change log in github.
2013-09-13Update ruby-cassandra to 0.22.0.taca3-7/+19
v0.22.0 - Add new composite API to resolve ambiguity between unpacking a composite and packing a composite with one element (issue #196, courtesy @kevinkehl) - Breaking change: schema change methods no longer catch exceptions internally. They work the same as everything else. v0.21.0 - Add 1.2 libs to gem v0.19.0 - Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99) - Speed improvement to native composite column extension (issue #186, courtesy @muirmanders) - Fix OrderedHash iterator return values (issue #185, courtesy @fester) - Native support for dynamic composite decoding (issue #184, courtesy @muirmanders) v0.18.0 - Cassandra 1.2 support (issue #175, courtesy @brainopia) - drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia) - Easier flush_batch interface (issue #182, courtesy @brianopia) - Support for removing multiple columns (issue #183, courtesy @brianopia)
2013-09-13MySQL had been removed, so try to remove mysql version restriction.obache1-3/+3
Bump PKGREVISION. But this version is known that it is incompatible with 5.1 (and later?) API, so maeked as BROKEN.
2013-09-13MySQL-5.0 had been removed, so try to allow any version of MySQL.obache1-3/+3
Bump PKGREVISION.
2013-09-13MySQL-5.0 had been removed, so change to accenpt any MySQL version.obache1-3/+3
Bump PKGREVISION.
2013-09-13Add innotopfhajny1-1/+2
2013-09-13Import databases/innotop.fhajny3-0/+32
MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open tables, replication status, buffer information, row operations, logs, I/O operations, load graph, and more. You can monitor many servers at once with innotop.
2013-09-12Removed databases/mysql5-{client,server}adam57-3658/+1
2013-09-11Disable hidden symbols on SunOS, for some reason this part of the codejperkin2-1/+26
hides strlen(), causing linker failure later.
2013-09-11Update ruby-pg to 0.16.0.taca3-8/+11
== v0.16.0 [2013-07-22] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Avoid warnings about uninitialized instance variables. - Use a more standard method of adding library and include directories. This fixes build on AIX (Github #7) and Solaris (#164). - Cancel the running query, if a thread is about to be killed (e.g. by CTRL-C). - Fix GVL issue with wait_for_notify/notifies and notice callbacks. - Set proper encoding on the string returned by quote_ident, escape_literal and escape_identifier (#163). - Use nil as PG::Error#result in case of a NULL-result from libpq (#166). - Recalculate the timeout of conn#wait_for_notify and conn#block in case of socket events that require re-runs of select(). Documentation fixes: - Fix non working example for PGresult#error_field. Enhancements: - Add unique exception classes for each PostgreSQL error type (#5). - Return result of the block in conn#transaction instead of nil (#158). - Allow 'rake compile' and 'rake gem' on non mercurial repos. - Add support for PG_DIAG_*_NAME error fields of PostgreSQL-9.3 (#161).
2013-09-11Update ruby-sequel to 4.2.0.taca3-20/+23
Changes from 3.48.0 are too many to write here, please refer CHANGELOG file.
2013-09-11add -lgssapi for SunOS with option gssapirichard1-1/+2
2013-09-11extract from CHANGELOG:richard9-133/+62
pgAdmin III Changelog ===================== Notes ----- This is the pgAdmin III changelog. Items are marked with the initials of the developer responsible for them, and the version of pgAdmin that the change will first appear in. For convenience, changes during Beta and RC phases may include an RCx or Bx suffix on the version number, but for simplicity these will not normally be retained. A name in square braces [Joe Bloggs] indicates that the change was written by Joe. The initialed developer was responsible for reviewing the changes in these cases. Names shown as "per Joe Bloggs", indicate that Joe reported the problem and may have provided help debugging it, but did not actually provide the change. Key to developers ----------------- - DP Dave Page - AP Andreas Pflug - JMP Jean-Michel Poure - HS Hiroshi Saito - AHP Adam H. Pendleton - MP Marc Persuy - DAP Darko Prenosil - FGP Florian G. Pflug - MH Magnus Hagander - GL Guillaume Lelarge - AV Ashesh Vashi Changes ------- Date Dev Ver Change details ---------- --- ------ -------------- 2013-09-06 DP 1.18.1 Fix a memory leak in the Event Trigger code [Dinesh Kumar]. 2013-08-20 AV 1.18.0 Fix a layout bug in the graphical explain renderer that could render nodes on top of each other. 2013-08-06 DP 1.18.0 Fix Slony's DDL Script support [Akshay Joshi]. 2013-07-26 DP 1.18.0 Add support for Event Triggers in 9.3+ [Dinesh Kumar]. 2013-07-22 DP 1.18.0 Avoid using a Help cache file that needs to be world writeable, and ensure sed is happy when post-processing helpfiles. 2013-07-22 DP 1.18.0 Fix the help path on the import dialogue and improve the error handling [Akshay Joshi]. 2013-07-22 DP 1.18.0 Fix path the the Search Objects help doc [Dhiraj Chawla]. 2013-07-18 GL 1.18.0 Fix UTF-8 display for guru hints [Marek Cernocky]. 2013-07-08 DP 1.18.0 Prevent a crash when creating a stored procedure in PPAS [Dinesh Kumar]. 2013-06-19 GL 1.18.0 Disable the Favourites menu items if there is no favourites file path (per a comment from Michael Shapiro). 2013-06-18 GL 1.18.0 Make No the default button on the Truncate confirmation dialog (per request from Humberto Cereser Ibanez). 2013-06-18 DP 1.18.0 Support Materialized Views [Neel Patel]. 2013-06-07 DP 1.18.0 Avoid a possible crash on Linux when using the "Script" options of the Query Tool [aditsu]. 2013-05-26 DP 1.18.0 Fix comments on constraints [Thom Brown]. 2013-05-26 DP 1.18.0 Fix schema prefixes in cast definitions in the browser. 2013-05-26 DP 1.18.0 Treat sequences as first class objects in the Grant Wizard. Support USAGE and remove obsolete RULE permissions [Dhiraj Chawla]. 2013-05-26 DP 1.18.0 Set the default backup type to "Custom". 2013-05-21 DP 1.18.0 Improve the copy handling on the Edit Grid so that it works more consistently and predictably. 2013-05-20 DP 1.18.0 Fix comments on columns. 2013-05-20 DP 1.18.0 Remove the "Apply" buttons from the function, view package and external table dialogues. Their use is discouraged, and the code is fragile, complex and very buggy. 2013-05-20 DP 1.18.0 Fix a crash that could occur if the browser fails to detect that an object has been changed by another session. 2013-05-17 DP 1.18.0 Change the default SQL box font to a slightly smaller size on GTK based platforms. 2013-05-17 DP 1.18.0 Don't prompt the user for a password if they're using a client certificate. 2013-05-17 DP 1.18.0 Ensure global backups use the mintenance database to avoid access issue with postgres or template1. 2013-05-17 DP 1.18.0 Fix SSL certificate authentication. 2013-05-08 DP 1.18.0 Fix renaming and schema changes for stored procedures in PPAS [Dinesh Kumar]. 2013-05-02 DP 1.18.0 Add SSH tunnelling support to allow connections to be made to hosts via an SSH server [Akshay Joshi]. 2013-05-02 DP 1.18.0 Display the index validity in the properties list for indexes and index-based constraints [Gabrielle Roth]. 2013-04-29 DP 1.18.0 Add an option to include column headers when copying from the query tool results [Jasmin Dizdarevic]. 2013-04-29 DP 1.18.0 Allow the decimal mark displayed by the query tool to be configured as the thousands separator can [Jasmin Dizdarevic]. 2013-04-25 DP 1.18.0 Ensure the Query Tool's maximum column length setting is honoured. 2013-04-22 DP 1.18.0 Handle default privileges to PUBLIC correctly. [Dhiraj Chawla]. 2013-03-24 GL 1.18.0 Add tab option in the Import dialog. Per a request from Jeff Janes. 2013-03-17 GL 1.18.0 Add smallserial handling. Per a request from Matthew Syphus. 2013-03-01 DP 1.18.0 Fix the editing of pg_hba.conf files [Dhiraj Chawla]. 2013-02-25 DP 1.18.0 Fix the display of extension owner names. 2013-02-23 GL 1.18.0 Add a title to the backup and restore windows. Per request from Bastiaan Olij. 2013-02-22 DP 1.18.0 Fix a bug that could cause a NOTICE to be displayed when rendering FTS Configurations in the tree. 2013-02-07 DP 1.18.0 Don't try to display dependents or dependencies for pgAgent jobs, schedules or steps. 2013-02-06 DP 1.18.0 Fix the handling of expiry times when modifying roles. 2013-02-04 DP 1.18.0 Prevent foreign keys being recreated unnecessarily when modifying tables [Michael Banck] 2013-01-24 DP 1.18.0 Prevent Cmd+S adding characters to the Query Tool when the Save button is disabled. 2013-01-18 DP 1.18.0 Fix handling of Greenplum partitions [Lubomir Petrov] 2013-01-06 GL 1.18.0 Add -V/--version CLI option. 2013-01-06 GL 1.18.0 Add actions menu to the serverstatus tool. 2013-01-06 GL 1.18.0 Fix the database SQL when reseting a configuration parameter. Per a report from Bartosz Dmytrak. 2013-01-04 GL 1.18.0 Refresh the toolbar buttons when a list has been updated. Per a report from Evan Martin. 2013-01-04 GL 1.18.0 Fix the "NO INHERIT" query. Report from Thomas Joseph. 2012-12-24 GL 1.18.0 Display default privs. Report from Nathan Alden. 2012-12-24 GL 1.18.0 Sort references by schema name and relation name in dlgForeignKey. Report from Michal Kozusznik. 2012-12-24 GL 1.18.0 Fix the change of the superuser attribute. Report from Michal Kozusznik. 2012-12-18 DP 1.18.0 Prevent a crash when using Cmd-A on a file loaded into the Query Tool when opened with Cmd-E on Mac. 2012-12-07 DP 1.18.0 Fix the queries used to get object comments to allow for duplicate OIDs that may be present following use of pg_upgrade. 2012-12-03 DP 1.16.1 Prevent a crash that could happen if further changes were made on a dialogue after using the Apply button. [Akshay Joshi] 2012-11-29 GL 1.16.1 Save new comments on already existing columns when editing a table. Per a report from Jeff Janes. 2012-11-29 GL 1.16.1 Fix the query editor behaviour when executing COPY TO stdout and COPY FROM stdin [Heikki Linnakangas] 2012-11-28 AV 1.16.1 Date picker controls returns a full timestamp by default, which can cause inadvertent date changes on jobs and role validty dates. Ignore the time part. 2012-11-26 MH 1.16.1 Fix query for database descriptions 2012-11-15 DP 1.16.1 Avoid querying the catalogs for toast table settings for every table in the database. This gives a huge performance gain with large schemas. 2012-11-08 DP 1.16.1 Prevent a crash when refreshing a node which has a child with an open dialogue [Dhiraj Chawla] 2012-11-08 DP 1.16.1 Fix dropping/renaming of indexes [Akshay Joshi] 2012-11-08 DP 1.16.1 Avoid updating the GQB model on every key press in the query tool [Dhiraj Chawla] 2012-11-02 DP 1.16.1 Fix a crash that can occur when renaming objects. [Ashesh Vashi/Sachin Srivastava] 2012-11-01 DP 1.16.1 Fix dropping of constraints [Akshay Joshi] 2012-10-31 DP 1.16.1 Fix the "blocked by" column in the server status dialogue on 9.2 servers [Sachin Srivastava] 2012-10-11 DP 1.16.1 Prevent a crash if the query tool is closed whilst a file is loading [Akshay Joshi] 2012-10-09 AV 1.16.1 Fix setting of comments on PPAS procedures. 2012-10-08 DP 1.16.1 Don't autosize the search results columns if no results are found [Akshay Joshi] 2012-10-08 AV 1.16.1 Prevent a crash if opening a second config file in the editor. 2012-10-08 DP 1.16.1 Prevent the SSL options combo box displaying duplicate options if the server dialogue is reopened [Akshay Joshi] 2012-09-14 GL 1.16.1 Fix trigger query when connected to PostgreSQL 8.2 or lower, per a report from Jon Roberts. 2012-09-12 GL 1.16.1 Fix message when executing an empty query, per Marc Mamin. 2012-09-06 DP 1.18.0 Detect serial/bigserial columns from pg_depend, rather than guessing [Quan Zongliang]. 2012-09-05 DP 1.18.0 Display the next expected value for a sequence in the property list [Quan Zongliang]. 2012-07-11 MH 1.18.0 Add optional thousands separator to the query tool results grid. 2012-07-11 MH 1.18.0 Right-justify numeric values in the query tool results
2013-09-11Update ruby-activerecord32 to 3.2.14.taca1-4/+4
## Rails 3.2.14 (Jul 22, 2013) ## * Do not re-create destroyed association when saving the parent object. Fixes #11450. *Paul Nikitochkin* * Do not shallow the original exception in `exec_cache` on PostgreSQL adapter. Fixes #11260. *Rafael Mendona Frana* * Fix `ActiveRecord::Store` incorrectly tracking changes of its attributes. Fixes #10373. *Janko Marohni* * Fix a bug that prevented the use of the default STI inheritance column (ActiveRecord::Base.inheritance_column = 'some_column'.) *chapmajs + Takehiro Adachi* * Fix mysql2 adapter raises the correct exception when executing a query on a closed connection. *Yves Senn* * Fixes bug where `Company.new.contract_ids` would incorrectly load all non-associated contracts. Example: company = Company.new # Company has many :contracts # before company.contract_ids # => SELECT ... WHERE `contracts`.`company_id` IS NULL # after company.contract_ids # => [] *Jared Armstrong* * Fix the `:primary_key` option for `has_many` associations. Fixes #10693. *Yves Senn* * fixes bug introduced by #3329. Now, when autosaving associations, deletions happen before inserts and saves. This prevents a 'duplicate unique value' database error that would occur if a record being created had the same value on a unique indexed field as that of a record being destroyed. Backport of #10417 *Johnny Holton* * Fix that under some conditions, Active Record could produce invalid SQL of the sort: "SELECT DISTINCT DISTINCT". Backport of #6792. *Ben Woosley* * Require `ActiveRecord::Base` in railtie hooks for rake_tasks, console and runner to avoid circular constant loading issues. Backport #7695. Fixes #7683 and #882 *Ben Holley* * Maintain context for joins within ActiveRecord::Relation merges. Backport #10164. *Neeraj Singh + Andrew Horner* * Make sure the `EXPLAIN` command is never triggered by a `select_db` call. *Daniel Schierbeck* * Revert changes on `pluck` that was ignoring the select clause when the relation already has one. This caused a regression since it changed the behavior in a stable release. Fixes #9777. *Rafael Mendona Frana* * Confirm a record has not already been destroyed before decrementing counter cache. *Ben Tucker* * Default values for PostgreSQL bigint types now get parsed and dumped to the schema correctly. Backport #10098. *Erik Peterson* * Removed warning when `auto_explain_threshold_in_seconds` is set and the connection adapter doesn't support explain. This is causing a regression since the Active Record Railtie is trying to connect to the development database in the application boot. *Rafael Mendona Frana* * Do not reset `inheritance_column` when it's set explicitly. Backport of #5327. *kennyj + Fred Wu* * Fix a problem wrong exception is occured when raising no translatable exception in PostgreSQL. *kennyj* * Resets the postgres search path in the structure.sql after the structure is dumped in order to find schema_migrations table when multiples schemas are used. Fixes #9796. *Juan M. Cuello + Dembskiy Alexander* * Reload the association target if it's stale. `@stale_state` should be nil when a model isn't saved. Fixes #7526. *Larry Lv* * Don't read CSV files during execution of `db:fixtures:load`. CSV support for fixtures was removed some time ago but the task was still loading them, even though later the code was looking for the related yaml file instead. *kennyj*
2013-09-11Spelling.wiz1-2/+2
2013-09-11Update to soci 3.2.2:joerg10-133/+75
- Fix uninitialized indicators in conversion_into_type and conversion_use_type specialisations - Fixed placeholder matching for PostgreSQL-style casts with ORM - Fixed memory leaking in use binding in case of bind/unbind sequence - Fixed sscanf formatter for MinGW/MSVC in backends - Fixed partial placeholder name matching for ORM cases - Added test for use of indicators with rowset<row> - Added test for get_affected_rows after bulk operations Add options for selecting MySQL/PostgreSQL/SQLite backends, defaulting to PostgreSQL.
2013-09-11Changes 2.2.0:adam3-18/+16
* Shared Libraries are now named so as to allow having multiple versions of Slony installed simultaneously on a database cluster * Let DDL for EXECUTE SCRIPT to be specified inline * Added a RESUBSCRIBE NODE command to reshape clusters. * The FAILOVER process has been reworked to be more reliable. * Major "protocol" change; rather than constructing cursors to query logged updates, version 2.2 now uses the COPY protocol to stream data into log tables on subscribers.
2013-09-10Added databases/postgresql93 version 9.3.0adam1-1/+16
2013-09-10Major enhancements in PostgreSQL 9.3 include:adam72-0/+4366
* Add materialized views * Make simple views auto-updatable * Add many features for the JSON data type, including operators and functions to extract elements from JSON values * Implement SQL-standard LATERAL option for FROM-clause subqueries and function calls * Allow foreign data wrappers to support writes (inserts/updates/deletes) on foreign tables * Add a Postgres foreign data wrapper to allow access to other Postgres servers * Add support for event triggers * Add optional ability to checksum data pages and report corruption * Prevent non-key-field row updates from blocking foreign key checks * Greatly reduce System V shared memory requirements
2013-09-09Finish git rename from scmgit to git.wiz1-2/+3
2013-09-09--[ Redis 2.6.16 ] Release date: 28 Aug 2013fhajny2-6/+6
UPGRADE URGENCY: MODERATE. * [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors were trapped only in the case the saving child failed, so the fork() error was no trapped as no child is created at all. * [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is significantly better with large values (>= a few kbytes) and will be able to store two times the amount of data compared to Redis 2.6.15 when values are in that range. * [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed by the Redis scripting engine. * [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to SDS allocation more easily.
2013-09-09Update couchdb to 1.4.0.fhajny4-44/+55
CouchDB 1.4.0 * We now support Erlang/OTP R16B and R16B01; the minimum required version is R14B. * User document role values must now be strings. Other types of values will be refused when saving the user document. * COUCHDB-1684: Support for server-wide changes feed reporting on creation, updates and deletion of databases. * COUCHDB-1139: it's possible to apply list functions to _all_docs view. * Automatic loading of CouchDB plugins. * COUCHDB-1634: Reduce PBKDF2 work factor. * Allow storing pre-hashed admin passwords via _config API. * COUCHDB-1772: Prevent invalid JSON output when using all_or_nothing _bulk_docs API. * Add a configurable whitelist of user document properties. * COUCHDB-1852: Support Last-Event-ID header in EventSource changes feeds. * Much improved documentation, including an expanded description of validate_doc_update functions and a description of how CouchDB handles JSON number values. * COUCHDB-1632: Ignore epilogues in multipart/related MIME attachments. * Split up replicator_db tests into multiple independent tests. CouchDB 1.3.1 * Tolerate missing source and target fields in _replicator docs (COUCHDB-1788). * Don't log about missing .compact files. * Fix bug in WARN level logging from 1.3.0 (COUCHDB-1794). * Fix the -S option to couchjs to increase memory limits (COUCHDB-1792). * Improve documentation: better structure, improve language, less duplication. * Improvements to test suite and VPATH build system.
2013-09-08Changes 3.8.0.2:adam7-23/+23
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell. Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint. Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.
2013-09-05Update to 1.65:wiz2-8/+6
1.65 Wed Jul 3 16:40:48 PDT 2013 Ruslan Zakirov: * Bug fix for DateTimeInterval extraction on Pg 1.64 Mon Jul 1 10:20:43 PDT 2013 No changes since 1.63_03. Simply a non-dev release of everything since 1.63. 1.63_03 Fri Jun 14 13:11:01 PDT 2013 Ruslan Zakirov: * warn when rollback and commit are mixed * Handle->NullsOrder * skip timezone tests on SQLite when tzinfo is not there * skip tests if mysql can not do timezones * DISTINCT argument in Join method * DISTINCT argument in Join and NewAlias Thomas Sibley: * Reset the iterator position whenever a search is run * Return the correct record from ->Last instead of the first record * Document the caveat of using GotoItem with a non-zero N 1.63_02 Wed Apr 17 18:47:31 MSK 2013 * _Set now can take undef as argument to mean default or NULL. Still may result in error if default is not defined and no_nulls is true for the column. If old behaviour is required set $record->{'no_undefs_in_set'} to true value. * FUNCTION argument is now allowed in Limit. Code to combine FUNCTION, ALIAS and FIELD was refactored and unified in one place - CombineFunctionWithField method. Used in Column, GroupBy and Limit. This change should be backwards compatible. * Handle->DateTimeIntervalFunction 1.63_01 Wed Mar 27 13:02:35 PDT 2013 * IN and NOT IN operators in ->Limit method * Add an AdditionalColumn method to collections * Add an AS parameter to Column method in collections * Consistent query generation by sorting hash keys/values 1.63 Fri Sep 14 2012 01:19:38 GMT+0400 (MSK) * joins_are_distinct hint to indicate that distinct is not required for the current set of joins. 1.62 Mon Mar 26 09:31:05 UTC 2012 * Bind values were ignored in SimpleUpdateFromSelect
2013-09-05Update to 0.40:wiz2-8/+6
0.40 Sat Dec 17 17:03:51 PST 2011 - doc: sql_update_schema link to sql_add_column misspelled - Pg: fix mapping for DOUBLE PRECISION type to avoid needless alter cols - mysql: implement altering column types & lengths
2013-09-05Update to 0.07036:wiz2-6/+6
0.07036 2013-07-08 - Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706) - Fix MySQL enums with empty strings and leading/trailing quotes (RT#86091) - Fix "table" parameter in col_accessor_map callback (RT#84050) - Fix ordering issues in Pg loader
2013-09-05Update to 0.10:wiz2-7/+6
0.10 31 July 2012 * add missing deps in Makefile.PL
2013-09-05Update to 2.018002:wiz2-6/+6
2.018002 2013-07-30 18:45:10 CST6CDT - ::Helper::ResultSet correctly uses all Helpers (reported by moltar) Note that some deprecated helpers were removed from ::ResultSet, so check your code to see if you use the as_virtual_view method. If you do, replace it with as_subselect_rs and you'll be fine. - Fix return precedence in test (Reini Urban)
2013-09-05Update to 1.001020:wiz2-11/+10
1.001020 - Bumped some dependencies to stop cpan tester fails. 1.001019 - Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
2013-09-05Update to 1.1.2:wiz2-10/+10
1.1.2 5 August 2011 15:47:00 - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso) 1.1.1 30 March 2011 12:17:00 - use 5.8.1 instead of 5.6.1 (and correctly) - bump DBIx::Class dependency (RT#66601)
2013-09-05Update to 0.05:wiz2-7/+6
0.05 29 July 2013 - add option to avoid automatic deployment (Phil Hallows)
2013-09-03Update to 2.0009wen3-7/+20
(No changelog upstream)
2013-09-02Revbump after cairo updateadam13-25/+26
2013-08-31Changes 5.18.1:adam1-2/+1
* B has been upgraded from 1.42 to 1.42_01, fixing bugs related to lexical subroutines. * Digest::SHA has been upgraded from 5.84 to 5.84_01, fixing a crashing bug. * Module::CoreList has been upgraded from 2.89 to 2.96. * Starting in v5.18.0, a construct like /[#](?{})/x would have its # incorrectly interpreted as a comment. The code block would be skipped, unparsed. This has been corrected. * A number of memory leaks related to the new, experimental regexp bracketed character class feature have been plugged. * The OP allocation code now returns correctly aligned memory in all cases for struct pmop. Previously it could return memory only aligned to a 4-byte boundary, which is not correct for an ithreads build with 64 bit IVs on some 32 bit platforms. Notably, this caused the build to fail completely on sparc GNU/Linux. * The debugger's man command been fixed. It was broken in the v5.18.0 release. The man command is aliased to the names doc and perldoc - all now work again. * @_ is now correctly visible in the debugger, fixing a regression introduced in v5.18.0's debugger. * Fixed a small number of regexp constructions that could either fail to match or crash perl when the string being matched against was allocated above the 2GB line on 32-bit systems. * Perl v5.16 inadvertently introduced a bug whereby calls to XSUBs that were not visible at compile time were treated as lvalues and could be assigned to, even when the subroutine was not an lvalue sub. This has been fixed. * Perl v5.18 inadvertently introduced a bug whereby dual-vars (i.e. variables with both string and numeric values, such as $! ) where the truthness of the variable was determined by the numeric value rather than the string value. * Perl v5.18 inadvertently introduced a bug whereby interpolating mixed up- and down-graded UTF-8 strings in a regex could result in malformed UTF-8 in the pattern: specifically if a downgraded character in the range \x80..\xff followed a UTF-8 string * Lexical constants (my sub a() { 42 }) no longer crash when inlined. * Parameter prototypes attached to lexical subroutines are now respected when compiling sub calls without parentheses. Previously, the prototypes were honoured only for calls with parentheses. * Syntax errors in lexical subroutines in combination with calls to the same subroutines no longer cause crashes at compile time. * The dtrace sub-entry probe now works with lexical subs, instead of crashing * Undefining an inlinable lexical subroutine (my sub foo() { 42 } undef &foo) would result in a crash if warnings were turned on. * Deep recursion warnings no longer crash lexical subroutines.
2013-08-31Changes 3.8.0.1:adam7-26/+31
Add support for partial indexes Cut-over to the next generation query planner for faster and better query plans. The EXPLAIN QUERY PLAN output no longer shows an estimate of the number of rows generated by each loop in a join. Added the FTS4 notindexed option, allowing non-indexed columns in an FTS4 table. Added the SQLITE_STMTSTATUS_VM_STEP option to sqlite3_stmt_status(). Added the cache_spill pragma. Added the query_only pragma. Added the defer_foreign_keys pragma and the sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS,...) C-language interface. Added the "percentile()" function as a loadable extension in the ext/misc subdirectory of the source tree. Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option. Add the sqlite3_cancel_auto_extension(X) interface. A running SELECT statement that lacks a FROM clause (or any other statement that never reads or writes from any database file) will not prevent a read transaction from closing. Add the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time option. Setting this option to 0 disables automatic indices by default. Issue an SQLITE_WARNING_AUTOINDEX warning on the SQLITE_CONFIG_LOG whenever the query planner uses an automatic index. Added the SQLITE_FTS3_MAX_EXPR_DEPTH compile-time option. Added an optional 5th parameter defining the collating sequence to the next_char() extension SQL function. The SQLITE_BUSY_SNAPSHOT extended error code is returned in WAL mode when a read transaction cannot be upgraded to a write transaction because the read is on an older snapshot. Enhancements to the sqlite3_analyzer utility program to provide size information separately for each individual index of a table, in addition to the aggregate size. Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of application-defined SQL functions if the function is called by a SELECT statement that does not access any database table. Disable the use of posix_fallocate() on all (unix) systems unless the HAVE_POSIX_FALLOCATE compile-time option is used. Update the ".import" command in the command-line shell to support multi-line fields and correct RFC-4180 quoting and to issue warning and/or error messages if the input text is not strictly RFC-4180 compliant. Bug fix: In the unicode61 tokenizer of FTS4, treat all private code points as identifier symbols. Bug fix: Bare identifiers in ORDER BY clauses bind more tightly to output column names, but identifiers in expressions bind more tightly to input column names. Identifiers in GROUP BY clauses always prefer output column names, however. Bug fixes: Multiple problems in the legacy query optimizer were fixed by the move to NGQP.
2013-08-31Always create symbolic links avoid to use ".so" macro and stop uglytaca2-13/+11
messages from daily (or weekly). Rebuilding man page index: man-gpl-tmp2/mysql_client_test.1: No such file or directory man-gpl-tmp2/mysqltest.1: No such file or directory Bump PKGREVISION.
2013-08-30Don't try to use gethostbyname_r on NetBSD.joerg1-1/+7
2013-08-30Support C++11. Bump revision.joerg4-3/+44
2013-08-27Merge get_next_sequence_value support for PostgreSQL from upstream.joerg4-2/+46
Bump revision.
2013-08-27Fix bash script.joerg1-1/+3
2013-08-26Changes in 2.6.15:fhajny2-7/+7
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to the expired keys collection algorithm, or if you use the ZUNIONSTORE command. * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. WARNING: redis-benchmark released with 2.6.15 features non backward compatible change in the way the random arguments are specified, use the --help option for more information.
2013-08-23Update to 0.12wen2-7/+6
Upstream changes: 0.12 03 Dec 2012 * fix RT https://rt.cpan.org/Ticket/Display.html?id=81079 SQL::Abstrct order_by syntax
2013-08-23Update to 0.28wen2-7/+7
Upstream changes: 0.23 31 Oct 2012 * add find_related() method 0.24 5 Nov 2012 * add tests for CatalystX::CRUD::Controller::REST 0.25 5 Nov 2012 * fix skip test count for t/02-rest 0.26 28 Jan 2013 * wrap RDBO::Iterator in CXC::Iterator for search_related() and iterator_related() methods. 0.27 31 Jan 2013 * explicitly require JSON dependency for Helpers 0.28 22 July 2013 * do not attempt to sort related objects till column name api can be figured out r14454
2013-08-23Update to 0.55wen2-7/+6
Upstream changes: 0.53 31 Oct 2012 * add list_related and view_related primarily for REST support 0.54 5 Nov 2012 * add Results->serialize() method * refactor some Controller methods into a Role class * Model::File->fetch() now returns undef if file does not exist. Add Model::File->prep_new_object(). * add new required method to Object class: is_new() * add Model->put_related method 0.55 28 Jan 2013 * add Iterator->serialize() method.
2013-08-23Update to 0.61wen2-7/+6
Upstream changes: 0.61 2013-06-19 12:48:34 - Fix test failure caused by hash randomisation in perl 5.17 (RT#82917) 0.60 2012-06-12 16:27:00 - Add per_request_schema hook to PerRequestSchema trait and docs - Additional paranoia in types as it's possible for loading code to clobber $_