Commit graph

5839 commits

Author SHA1 Message Date
jperkin
9ee5b4fbe2 Disable hidden symbols on SunOS, for some reason this part of the code
hides strlen(), causing linker failure later.
2013-09-11 16:11:44 +00:00
taca
067982e134 Update ruby-pg to 0.16.0.
== 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-11 15:18:55 +00:00
taca
07259ad249 Update ruby-sequel to 4.2.0.
Changes from 3.48.0 are too many to write here, please refer CHANGELOG
file.
2013-09-11 15:16:55 +00:00
richard
c5537537ad add -lgssapi for SunOS with option gssapi 2013-09-11 14:07:05 +00:00
richard
965bb2730e extract from CHANGELOG:
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-11 13:39:35 +00:00
taca
7d1e4f5b74 Update ruby-activerecord32 to 3.2.14.
## 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 Mendon«®a Fran«®a*

*   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 Mendon«®a Fran«®a*

*   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 Mendon«®a Fran«®a*

*   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-11 13:33:11 +00:00
wiz
c95dfb5f28 Spelling. 2013-09-11 12:37:00 +00:00
joerg
a7a9fd46ca Update to soci 3.2.2:
- 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-11 12:22:33 +00:00
adam
7828aeb86a Changes 2.2.0:
* 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-11 06:45:47 +00:00
adam
f4dd376ce6 Added databases/postgresql93 version 9.3.0 2013-09-10 15:35:30 +00:00
adam
5b31a204aa Major enhancements in PostgreSQL 9.3 include:
* 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-10 15:32:32 +00:00
wiz
6ba0de1f29 Finish git rename from scmgit to git. 2013-09-09 14:07:58 +00:00
fhajny
84a9b74f71 --[ Redis 2.6.16 ] Release date: 28 Aug 2013
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-09 14:05:03 +00:00
fhajny
d8c5e1287c Update couchdb to 1.4.0.
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-09 13:39:10 +00:00
adam
5f279deed9 Changes 3.8.0.2:
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-08 06:28:43 +00:00
wiz
539e80563e Update to 1.65:
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-05 18:33:28 +00:00
wiz
aa7031f348 Update to 0.40:
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-05 18:31:43 +00:00
wiz
4c789f9639 Update to 0.07036:
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-05 18:30:40 +00:00
wiz
35e2fa22e2 Update to 0.10:
0.10    31 July 2012
        * add missing deps in Makefile.PL
2013-09-05 18:29:00 +00:00
wiz
42dceb7897 Update to 2.018002:
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-05 18:27:42 +00:00
wiz
53d820e44a Update to 1.001020:
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-05 18:26:05 +00:00
wiz
a4d77e2c6d Update to 1.1.2:
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-05 18:05:19 +00:00
wiz
b5d245d747 Update to 0.05:
0.05    29 July 2013
        - add option to avoid automatic deployment (Phil Hallows)
2013-09-05 17:57:54 +00:00
wen
47e04b7177 Update to 2.0009
(No changelog upstream)
2013-09-03 14:46:32 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
adam
498438e3b7 Changes 5.18.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-31 15:28:32 +00:00
adam
cd05de260d Changes 3.8.0.1:
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-31 11:07:33 +00:00
taca
22d082da22 Always create symbolic links avoid to use ".so" macro and stop ugly
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-31 02:08:32 +00:00
joerg
e40c7f86d7 Don't try to use gethostbyname_r on NetBSD. 2013-08-30 22:33:46 +00:00
joerg
114d3d4af1 Support C++11. Bump revision. 2013-08-30 10:19:37 +00:00
joerg
39646a57d2 Merge get_next_sequence_value support for PostgreSQL from upstream.
Bump revision.
2013-08-27 22:28:05 +00:00
joerg
fbc9194a0f Fix bash script. 2013-08-27 15:42:06 +00:00
fhajny
e30d5cfa79 Changes in 2.6.15:
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-26 10:10:08 +00:00
wen
29e1b65b48 Update to 0.12
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-23 06:46:13 +00:00
wen
0b07fffbcc Update to 0.28
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-23 01:46:25 +00:00
wen
5933c659c7 Update to 0.55
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-23 00:56:03 +00:00
wen
2abec0c7af Update to 0.61
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 $_
2013-08-23 00:45:52 +00:00
ryoon
c409512663 Fix editline build.
Convert to use mk/readline.buildlink3.mk.

No objection on pkgsrc-users@.
2013-08-22 12:28:08 +00:00
christos
b26c9c79f6 don't use gethostbyname_r unless there is a prototype in scope. 2013-08-22 11:09:46 +00:00
wiz
dcd0a8f068 Remove Digest-SHA dependency, this module comes with perl since 5.9.3,
as obache pointed out.
Ride update.
2013-08-21 11:25:04 +00:00
wiz
2e5eecf867 Fix dependencies after update. 2013-08-21 09:24:57 +00:00
wiz
7389ba7e2a Update to 4.11, provided by Nicolas Thauvin <nico@orgrim.net> on
pkgsrc-users.

Changes since 4.10:

  * Turn down module cleanup verbosity
  * Add check for rogue postmasters.
  * Add pseudo-branch targets HEAD_PLUS_LATEST and HEAD_PLUS_LATEST2.
  * Use Digest::SHA instead of Digest::SHA1.
  * Make directory handling more robust in git code.
  * Move web transaction into a module procedure.
  * Switch to using the porcelain format of git status.
  * Provide parameter for core file patterns.
  * Use a command file for gdb instead of the -ex option

The web transaction and Digest::SHA changes have allowed the removal of
a couple of long-standing uglinesses on the system. In almost all
cases, the config parameter "aux_path" and the separate
run_web_transaction.pl script are now redundant (the exception is older
2013-08-21 09:24:05 +00:00
adam
1708f241c1 Changes 2.4.13:
Lib/
* ldapobject.ReconnectLDAPObject._apply_last_bind() now sends
  anonymous simple bind request even if the calling application
  did not to provoke ldap.SERVER_DOWN in method reconnect()
* ldapobject.ReconnectLDAPObject.reconnect() now also catches
  ldap.TIMEOUT exception after reconnection attempt
* Several other fixes for ldapobject.ReconnectLDAPObject
2013-08-20 15:27:07 +00:00
adam
39dd4452c0 Changes 2.4.36:
Added back-meta target filter patterns (ITS 7609)
Added liblmdb mdb_txn_env to API (ITS 7660)
Fixed libldap CLDAP with uninit'd memory (ITS 7582)
Fixed libldap with UDP (ITS 7583)
Fixed libldap OpenSSL TLS versions (ITS 7645)
Fixed liblmdb MDB_PREV behavior (ITS 7556)
Fixed liblmdb transaction issues (ITS 7515)
Fixed liblmdb mdb_drop overflow page return (ITS 7561)
Fixed liblmdb nested split (ITS 7592)
Fixed liblmdb overflow page behavior (ITS 7620)
Fixed liblmdb race condition with read and write txns (ITS 7635)
Fixed liblmdb mdb_del behavior with MDB_DUPSORT and mdb_del (ITS 7658)
Fixed slapd cn=config with unknown schema elements (ITS 7608)
Fixed slapd cn=config with loglevel 0 (ITS 7611)
Fixed slapd slapi filterlist free behavior (ITS 7636)
Fixed slapd slapi control free behavior (ITS 7641)
Fixed slapd schema countryString as directoryString (ITS 7659)
Fixed slapd schema telephoneNumber as directoryString (ITS 7659)
Fixed slapd-bdb/hdb to wait for read locks in tool mode (ITS 6365)
Fixed slapd-mdb behavior with alias dereferencing (ITS 7577)
Fixed slapd-mdb modrdn and base-scoped searches (ITS 7604)
Fixed slapd-mdb refcount behavior (ITS 7628)
Fixed slapd-meta binding flag is set (ITS 7524)
Fixed slapd-meta with minimal config (ITS 7581)
Fixed slapd-meta missing results messages (ITS 7591)
Added slapd-meta TCP keepalive support (ITS 7513)
Fixed slapo-sssvlv double free (ITS 7588)
Fixed slaptest to list -Q option (ITS 7568)
Build Environment
	Fixed slapd-meta declaration warnings (ITS 7654)
Contrib
	Fixed nssov group enumeration bug (ITS 7569)
	Fixed autogroup when URI has no attrs (ITS 7580)
Documentation
	admin24 Update database backend notes (ITS 7590)
	ldap.conf(5) fixed typos (ITS 7568)
	ldapmodify(1) remove replog reference (ITS 7562)
	ldif(5) remove replog reference (ITS 7562)
	slapd-config(5) remove replog reference (ITS 7562)
	slapd.conf(5) remove replog reference (ITS 7562)
	slapd-config(5) document TLSProtocolMin (ITS 5655,ITS 7645)
	slapd.conf(5) document TLSProtocolMin
2013-08-20 15:26:27 +00:00
wen
3f5aff1993 Update to 0.09
Upstream changes:
0.09    13 Nov 2012
        * added fetch_count() method (fcahoon@msi.umn.edu)
        * support column alias names in primary_key_value()
2013-08-15 13:20:44 +00:00
wen
63edc78c57 Update to 0.04
Upstream changes:
0.04    18 Aug 2012
        * improve error message when ping() fails
2013-08-15 12:33:00 +00:00
wen
d729de43c7 Update to 0.806
Upstream changes:
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>

    * Updated iterator leak test to work on perl 5.17.* and later (RT 86000)

0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>

    * Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
      (Patch by Tom Adamo.)
    * Updated several Manager calls in bench.pl, adding the inject_results
      parameter.

0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.

0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>

    * Make char column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.
    * Correct length value in column overflow error messages.

0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>

    * Make varchar column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.

0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>

    * Correct tests to account for the Loader's init_db generation fix
      in 0.799 behavior (RT 79526)

0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>

    * Added column type mappings for varchar2, nvarchar, and nvarchar2.
      (Suggested by Chris Campise)
    * Fixed some typos in the Loader documentation (RT 78860)
    * Fixed a Loader bug that caused the base class's init_db method to
      be ignored (RT 78571)

0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed a typo in the Rose::DB::Object::Manager documentation.
    * Fixed a bug that caused save() not to throw an exception when
      a transaction could not be started (Reported by jdv79)
    * Converted some uses of each() to keys() to avoid iteration
      state bugs (RT 75773)
    * Corrected a broken POD link in the one-to-many relationship
      documentation.  (Reported by Nee)
2013-08-15 12:28:58 +00:00
wen
3a85c3e68c Update to 0.771
Upstream changes:
0.771 (08.04.2013) - John Siracusa <siracusa@gmail.com>

    * Documented the behavior of the dsn attribute when it has an explicit
      value and attributes that contribute to the dsn are also set (RT 87487)

0.770 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.769 (05.25.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed (more) test failures due to DBD::SQLite not being installed.

0.768 (05.12.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed test failures due to DBD::SQLite not being installed.

0.767 (05.01.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed some bugs that could cause connect_options not to be honored.
    * Fixed some incorrectly failing handle_error tests.
    * Updated Rose::DB::Oracle to honor NLS_*_FORMAT environment variables
      for dates.
2013-08-15 12:22:04 +00:00
wen
18ad1d7ee1 Update to 0.8
Add LICENSE

Upstream changes:
0.8 2012-08-30 00:00
    - Added DB2 version 9 (Colin.Raybould@googlemail.com) RT#55070
    - Fixed sqlrw command (olaf@wundersolutions.com) RT#28367
2013-08-15 12:16:17 +00:00
wen
98cd0d149c Update to 1.628
Upstream changes:
Changes in DBI 1.628 - 22nd July 2013

    Fixed missing fields on partial insert via DBI::DBD::SqlEngine
        engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack]
    Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger]
    Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack]
    Fixed exit op precedence in test RT#87029 [Reni Urban]

    Added support for finding tables in multiple directories
        via new DBD::File f_dir_search attribute [H.Merijn Brand]
    Enable compiling by C++ RT#84285 [Kurt Jaeger]

    Typo fixes in pod and comment [David Steinbrunner]
    Change DBI's docs to refer to git not svn [H.Merijn Brand]
    Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
    Fixed reference to $sth in selectall_arrayref docs RT#84873
    Spelling fixes [Ville Skyttä]
    Changed $VERSIONs to hardcoded strings [H.Merijn Brand]
2013-08-15 11:41:02 +00:00