Age | Commit message (Collapse) | Author | Files | Lines |
|
This release contains mainly an update of autoconf/automake,
code cleanups and minor fixes
|
|
|
|
warning, too.
|
|
|
|
the security vulnerability reported in PMASA-2005-4.
Addresses PR pkg/31561 by Zafer Aydogan.
|
|
files too and the copying itself has to be done before configure, not
before build.
|
|
|
|
Bump revision of client to annotate PLIST change.
Based on patch from reed@.
|
|
|
|
|
|
|
|
object-oriented interface to various databases. PDO comes bundled
with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.
|
|
Main changes since 0.61 besides general bug fixes:
* BCP support for db-lib and ct-lib
* many ODBC fixes
* added support for TDS 8.0
* iconv changes (better collation, improve error reporting)
|
|
|
|
such as TLS support.
Patch provided by Stoned Elipot in private e-mail.
|
|
thus were before 2005Q3.
|
|
|
|
the PECL distro site rather than PHP's default.
Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
|
|
|
|
values for mysql_user, mysql_group and mysql_datadir options.
Bump PKGREVISION.
|
|
|
|
|
|
2005 September 24 (3.2.7)
* GROUP BY now considers NULLs to be equal again, as it should
* Now compiles on Solaris and OpenBSD and other Unix variants that lack the
fdatasync() function
* Now compiles on MSVC++6 again
* Fix uninitialized variables causing malfunctions for various obscure queries
* Correctly compute a LEFT OUTER JOINs that is constrained on the left table only
2005 September 17 (3.2.6)
* Fix a bug that can cause database corruption if a VACUUM (or autovacuum) fails
and is rolled back on a database that is larger than 1GiB
* LIKE optiization now works for columns with COLLATE NOCASE
* ORDER BY and GROUP BY now use bounded memory
* Added support for COUNT(DISTINCT expr)
* Change the way SUM() handles NULL values in order to comply with the SQL standard
* Use fdatasync() instead of fsync() where possible in order to speed up commits
slightly
* Use of the CROSS keyword in a join turns off the table reordering optimization
* Added the experimental and undocumented EXPLAIN QUERY PLAN capability
* Use the unicode API in windows
2005 August 27 (3.2.5)
* Fix a bug effecting DELETE and UPDATE statements that changed more than 40960
rows.
* Change the makefile so that it no longer requires GNUmake extensions
* Fix the --enable-threadsafe option on the configure script
* Fix a code generator bug that occurs when the left-hand side of an IN operator is
constant and the right-hand side is a SELECT statement
* The PRAGMA synchronous=off statement now disables syncing of the master journal
file in addition to the normal rollback journals
2005 August 24 (3.2.4)
* Fix a bug introduced in the previous release that can cause a segfault while
generating code for complex WHERE clauses.
* Allow floating point literals to begin or end with a decimal point.
2005 August 21 (3.2.3)
* Added support for the CAST operator
* Tcl interface allows BLOB values to be transferred to user-defined functions
* Added the "transaction" method to the Tcl interface
* Allow the DEFAULT value of a column to call functions that have constant operands
* Added the ANALYZE command for gathering statistics on indices and using those
statistics when picking an index in the optimizer
* Remove the limit (formerly 100) on the number of terms in the WHERE clause
* The right-hand side of the IN operator can now be a list of expressions instead
of just a list of constants
* Rework the optimizer so that it is able to make better use of indices
* The order of tables in a join is adjusted automatically to make better use of
indices
* The IN operator is now a candidate for optimization even if the left-hand side is
not the left-most term of the index. Multiple IN operators can be used with the
same index.
* WHERE clause expressions using BETWEEN and OR are now candidates for optimization
* Added the "case_sensitive_like" pragma and the SQLITE_CASE_SENSITIVE_LIKE
compile-time option to set its default value to "on".
* Use indices to help with GLOB expressions and LIKE expressions too when the
case_sensitive_like pragma is enabled
* Added support for grave-accent quoting for compatibility with MySQL
* Improved test coverage
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
|
|
Functionality added or changed:
* Added the mysql_get_client_version C API function to the embedded
server library. (It was present in the regular client library but
inadvertently omitted from the embedded library.)
Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html
for more information.
|
|
Lots of changes, please see
http://dev.mysql.com/doc/mysql/en/news-4-1-14.html
for more information.
|
|
|
|
'CPPFLAGS=...' overriding its value. Fixes PR pkg/30030 by Idar Tollefsen.
Allowed by agc@ during freeze.
|
|
|
|
and referrals are used together (http://secunia.com/advisories/15906/)
mostly from Adrian Portelli, tested by me
(The most recent version 242 kills the system completely if the LDAP
server is not running -- endless connection retries.)
|
|
|
|
of "ldopts" used to link in the embedded perl interpreter. This fixes
PR pkg/31293.
The PostgreSQL configure code tries to be extra-clever with only using
its own logic for determining which directories to add to the rpath.
However, we don't really need PostgreSQL's configure to do this since
the Perl config already provides the full set of flags for linking,
including the appropriate rpath flags, and the rpaths flags determined
by Perl (at least in pkgsrc) are guaranteed to match the ones needed
PostgreSQL to link the plperl.so module.
Bump the PKGREVISION of databases/postgresql80-plperl to 1.
|
|
(definition is identical on PHP4), so that this compiles with PHP5
allow the package to build with PHP5 too, bump package revision
|
|
|
|
|
|
(XXX could be made on Linux and Solaris too)
|
|
|
|
- Use ${ECHO} instead of echo.
|
|
so prevent interactions with bash and gawk packages or tools wrappers
Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
|
|
|
|
|
|
|
|
changes:
-Added support for client/server-side certificates.
-Improved visual feedback when bad filenames are entered.
-Bugfixes
-Updated translations
|
|
changes:
1) it fixes crashes with empty/near-empty databases
2) it fixes a few performance bottlenecks, most notably for larger
databases
|
|
changes:
-import improvements (eg from webpages)
-bugfixes
-keyboard shortcuts added
-UI improvements
|
|
changes:
* Addition of a spelling checker if python-gnome-extras is installed
* Thumbnails are generated for objects other than images if an appropriate
thumbnailer is found the the GCONF database.
* Enhanced Descendant Chart report that allows better control over the
formatting of the report
* Added support for new %n format in addition to $n, which will cause the
line to be removed if a text match is not made.
* Bug fixes, bug fixes, bug fixes, and bug fixes.
|
|
Important changes from PyGreSQL 3.6.2 to PyGreSQL 3.7
- Fixes to quoting function.
- Use Python datetime if mxDatetime is not available.
- Add checks for valid database connection to methods.
- Improved namespace support, handle search_path correctly.
- Removed old dust and unnessesary imports, added docstrings.
- Internal sql statements as one-liners, smoothed out ugly code.
- Major improvements in classic pg module.
|
|
|