summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2010-01-30DESTDIR supportjoerg3-2/+24
2010-01-29DESTDIR supportjoerg5-9/+17
2010-01-29DESTDIR readyjoerg1-1/+3
2010-01-29Prepare for DESTDIRjoerg1-2/+2
2010-01-29DESTDIR supportjoerg1-1/+3
2010-01-29DESTDIR supportjoerg1-3/+5
2010-01-29DESTDIR support.joerg1-4/+3
2010-01-29Drop libXt, just pick it up the normal way.joerg1-3/+3
2010-01-29DESTDIR supportjoerg11-21/+42
2010-01-26Updating databases/p5-DBIx-DBSchema from 0.36nb1 to 0.38sno2-8/+9
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 0.38 Thu Jan 14 15:26:13 PST 2010 - Bump version number for ->quoted_default availability & default reverse-engineering changes 0.37 unreleased - Patch from Slavin Rezic <srezic@cpan.org> to prevent quoting around numeric defaults in Pg. - Pg: use default_db_schema when adding SERIAL columns instead of hardcoding "public". - Pg: Initial support for handling changes to a column's type or size. - Case sensitivity fix for Slavin's patch to prevent quoting around numeric defaults in Pg. - Column default values: refactor handling, improve Pg reverse engineering and implement schema changes.
2010-01-26Updating databases/p5-DBIx-Class-Fixtures from 1.001003nb1 to 1.001009sno2-8/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.001009 - Force operations to work inside a transaction so with_deferred_fks actually works. 1.001008 - Man, I should test better. 1.001007 - Should use Schema->source(), not ->resultset(). 1.001006 - Schema->resultset() throws an exception, not return undef, when it can't find a moniker. 1.001005 - Fixed problem where rules containing an override of has_many weren't applied correctly. 1.001004 - Fixed problem where descending a has_many to something with two belongs_to relationships wouldn't get the second belongs_to.
2010-01-26Update "phpmyadmin" package to version 2.11.10.tron2-6/+6
Changes since version 2.11.9.6: - [core] safer handling of temporary files with open_basedir (thanks to Thijs Kinkhorst) - [core] do not automatically set and create TempDir, it might lead to security issue (thanks to Thijs Kinkhorst) - [setup] avoid usage of (un)serialize, what might be unsafe in some cases This fixes the security vulnerabilities reported in PMASA-2010-1, PMASA-2010-2 and PMASA-2010-3.
2010-01-26Updating databases/p5-DBIx-Class from 0.08114 to 0.08115sno2-9/+9
pkgsrc changes: - Adjusting dependencies according to META.yml Upstream changes: 0.08115 2009-12-10 09:02:00 (CST) - Real limit/offset support for MSSQL server (via Row_Number) - Fix distinct => 1 with non-selecting order_by (the columns in order_by also need to be aded to the resulting group_by) - Do not attempt to deploy FK constraints pointing to a View - Fix count/objects from search_related on limited resultset - Stop propagating distinct => 1 over search_related chains - Make sure populate() inherits the resultset conditions just like create() does - Make get_inflated_columns behave identically to get_columns wrt +select/+as (RT#46953) - Fix problems with scalarrefs under InflateColumn (RT#51559) - Throw exception on delete/update of PK-less resultsets - Refactored Sybase storage driver into a central ::DBI::Sybase dispatcher, and a sybase-specific ::DBI::Sybase::ASE - Fixed an atrocious DBD::ADO bind-value bug - Cookbook/Intro POD improvements
2010-01-25Changes 1.10.1:adam5-103/+267
* Replace Alt-F4 with Ctrl-Q and Ctrl-W. * Prevent a crash if the edit grid is closed whilst it is loading data. * Don't attempt to remove rows in the edit grid if the user presses the delete key when the delete button is disabled. * Only offer valid server encodings for new databases. * Fix font dialogue on Snow Leopard. * Fix an issue with the ordering of the mappings in a text search configuration. * Fix a potential crash bug in the object browser. * Reverse engineer empty (not NULL) ACLs correctly. * Fix Greenplum support for column oriented partitions. * Ensure function variables get reset if the function is modified. * Fix cluster creation for Slony 2.0. * Reverse engineer function defaults values correctly. * Fix a potential crash in the edit grid. * Fix domain creation/modification for domains in non-default schemas. * Reverse engineer language privileges correctly. * Get rid of "No SQL query was generated." message dialog when no tables are selected in the GQB. * Hints files should be encoded in UTF-8. * Include comments on procedures in the reverse engineered SQL.
2010-01-24Added LICENSE information.heinz1-1/+2
2010-01-22Added support for gssapi and krb5 authentication as optionsadam6-16/+54
2010-01-21Added postgresql-postgis version 1.4.1adam1-1/+2
2010-01-21PostGIS adds support for geographic objects to the PostgreSQL object-relationaladam8-0/+267
database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. PostGIS/PostgreSQL includes the following functionality: * Simple Features as defined by the OpenGIS Consortium (OGC) * Support for Well-Known Text and Well-Known Binary representations of GIS objects * Fast spatial indexing using GiST * Geospatial analysis functions * PostgreSQL JDBC extension objects corresponding to the geometries * Support for OGC access functions as defined by the Simple Features Specification
2010-01-21Changes 8.3.9nb2:adam6-25/+90
* Make pgxs.mk and Makefile.shlib compatible with PostgreSQL 8.4.x * Ready for PostGIS
2010-01-20Update to 2.16.0:wiz2-6/+6
2.16.0 Released December 17, 2009 - Put in a test for high-bit characters in bytea handling. [Bryce Nesbitt] (see also CPAN bug #39390) - Better SQLSTATE code on connection failure (CPAN bug #52863) [Chris Travers with help from Andrew Gierth] - Fixed POD escapes (CPAN bug #51856) [FWIE@cpan.org]
2010-01-20Update to 0.41:wiz2-7/+6
0.41 8th January 2010 * Silence "UNIVERSAL->import is deprecated" in perl 5.11 RT# 53518 0.40 7th January 2010 * Added support for set_tx_max, log_set_config, set_lk_max_lockers, set_lk_max_locks, set_lk_max_objects via the Env constructor. Parameter names are TxMax, LogConfig, MaxLockers, MaxLocks & MaxObjects respectively. RT# 50456 * seq->seq->close doesn't compile on win32. RT# 49474
2010-01-18update to 3.1.3drochner4-15/+18
Contains translation updates, crash fixes, bug fixes, and minor updates.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz13-26/+26
2010-01-18Changes 3.6.22:adam5-15/+14
* Fix bugs that can (rarely) lead to incorrect query results when the CAST or OR operators are used in the WHERE clause of a query. * Continuing enhancements and improvements to FTS3. * Other miscellanous bug fixes.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz51-71/+102
2010-01-17Update ruby-tokyotyrant to 1.13.obache2-7/+7
2010-01-17Update p5-tokyotyrant to 1.16.obache2-7/+7
2010-01-17Update tokyotyrant to 1.1.39.obache4-19/+20
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com> * ttutil.c (ttservstart): error handler for the accept call was added. * ttserver.c (proc): the system connection limit is now reset. - Release: 1.1.39 2009-11-05 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_mc_append, do_mc_prepend): new functions. - Release: 1.1.38 2009-10-20 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_stat): "fatal" attribute was added. * ttutil.c (ttwaitsock): new function. * ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case. * tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed. - Release: 1.1.37 2009-10-06 Mikio Hirabayashi <hirarin@gmail.com> * scrext.c (serv_strstr): new function. * ttserver.c (main, proc): "-mul" option was added. - Release: 1.1.36 2009-09-18 Mikio Hirabayashi <hirarin@gmail.com> * tculog.c (tculogadbputshl, tculogadbputshlproc): new functions. * scrext.c (iterrec): a bug related to handling the return value was fixed. * ttserver.c (do_http_post): "tcadbmisc" is now supported. * ttserver.c (do_stat, do_mc_stats): counts of command execution are now output. * tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions. - Release: 1.1.35 2009-08-04 Mikio Hirabayashi <hirarin@gmail.com> * tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced. * tcrdb.c (tcrdbreconnect): delay mecahism was added. * tculog.c (tculrdnew): a bug related to timestamp detection was fixed. * tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added. * ttserver.c (do_log): a bug of buffer overrun was fixed. - Release: 1.1.34
2010-01-17Bump PKGREVISION from tokyocabinet shlib bump.obache4-8/+8
2010-01-17Update tokyocabinet to 1.4.41.obache5-17/+18
2009-12-07 Mikio Hirabayashi <hirarin@gmail.com> * tctdb.c (tctdbidxputtoken, tctdbidxputqgram): domain overflow checking was added. - Release: 1.4.41 2009-11-24 Mikio Hirabayashi <hirarin@gmail.com> * tchdb.c (tchdbputimpl): efficiency of using the free block pool was improved. * tchdb.c (tchdboptimizeimpl): the behaviour in no lock mode was modified. - Release: 1.4.40 2009-11-11 Mikio Hirabayashi <hirarin@gmail.com> * tcutil.h (TCALIGNOF, tcgeneric_t): new macros. * tcutil.h (TCALIGNPAD): the alignment is now calculated by the generic union. * myconf.h (_alignof, _issigned, _maxof): new macros. - Release: 1.4.39 2009-11-09 Mikio Hirabayashi <hirarin@gmail.com> * tcutil.c (tcsysinfo): FreeBSD and Mac OS X are now supported. * tcutil.c (tcmpoolclear): new function. * tchdb.c (tchdbputproc): a potential bug of memory aligment violation was fixed. * tcbdb.c (tcbdbputproc): a potential bug of memory aligment violation was fixed. * tcfdb.c (tcfdbputproc): a potential bug of memory aligment violation was fixed. - Release: 1.4.38 2009-10-27 Mikio Hirabayashi <hirarin@gmail.com> * tctdb.c (tctdbcacheclear, tctdbcacheclearimpl): new functions. * tcadb.c (tcadbmisc): "getpart", "cacheclear", and "regex" functions were added. - Release: 1.4.37 2009-10-26 Mikio Hirabayashi <hirarin@gmail.com> * tcutil.c (tcwwwformdecode2): a bug related to multiple cookie handling was fixed. * tcadb.c (tcadbmisc): the "error" functions were added. - Release: 1.4.36 2009-10-06 Mikio Hirabayashi <hirarin@gmail.com> * tchdb.c (tchdbseekwrite): a bug related to emulation of the UBC was fixed. * tchdb.c (tchdbvanishimpl): potential memory leak was removed. * tcfdb.c (tcfdbvanishimpl): potential memory leak was removed. * tcadb.c (tcadbsetskelmulti, tcadbmulnew, tcadbmuldel): new functions. * tcadb.c (tcadbmisc): "range" sub function for B+ tree was added. * tcamgr.c (setskeltran): new function. * tcamttest.c: new file. - Release: 1.4.35 2009-09-11 Mikio Hirabayashi <hirarin@gmail.com> * myconf.h: a macro for environment without "nanl" was added. * tctdbmetasearch (tctdbmetasearch): a bug related to the limit parameters was fixed. - Release: 1.4.34 2009-08-31 Mikio Hirabayashi <hirarin@gmail.com> * tcutil.h, tchdb.h, tcbdb.h, tcfdb.h, tctdb.h, tcadb.h: including stdbool.h was wrapped. * tcutil.c (tccmpdecimal): accuracy was improved and now real number is supported. * tctdb.c (tctdbqrycondmatch): accuracy of decimal operators was improved. - Release: 1.4.33
2010-01-16Set or updated LICENSEheinz1-1/+2
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz6-25/+6
2010-01-16Updating databases/p5-ORLite from 1.28nb1 to 1.31sno2-9/+9
pkgsrc changes: - Adjusting dependencies according to META.yml - Adding license definition - Changing module type to Module::Install Upstream changes: 1.31 Sat 2 Jan 2010 - Adding explicit versioned-use lines to the generated code (in case the generated code is used independantly to its creation) 1.30 Sat 2 Jan 2010 - Switching to a production release, CPAN Testers looks ok - Update DBD::SQLite dependency to 1.27. Some of the metadata pragmas have changed, and we don't want to have to support both the old and new versions. - ORLite will now correctly use RaiseError => 1, PrintError => 0 when itself introspecting the schema, so a corrupted SQLite database won't result in silent failure and the larger parent application won't crash in unpredictable ways. 1.29_03 Thu 1 Oct 2009 - Reverse the prune deletion order - Apply recursive delete flag 1.29_02 Tue 29 Sep 2009 - Changed ->load to use selectrow_hashref - Allow ->load calls for multiple-columns primary keys - All connections now explicitly RaiseError => 1 for correctness - All connections now explicitly PrintError => 0 to avoid spewing stuff to STDOUT/STDERR unexpectedly in embedded scenarios. - Remove most explicit error handling and allow the native DBI errors to cascade upwards instead. 1.29_01 Mon 28 Sep 2009 - Adding first experimental implementation of ->load
2010-01-16DBI meanwhile has 3 digit minor version - adjust buildlink3.mksno1-2/+2
2010-01-16Updating databases/p5-DBD-SQLite from 1.25 to 1.29.sno2-9/+10
pkgsrc changes: - Correcting license to ${PERL5_LICENSE} - Updating dependencies - database/sqlite3 isn't used anymore - only the bundled sqlite Upstream changes: 1.29 Fri 8 Jan 2010 - Updated to SQLite 3.6.22 (DUNCAND) 1.28_02 Sun 3 Jan 2010 - Now empty (or comment only) statements won't cause segv or "not an error" errors. Spotted by TOKUHIROM. (ISHIGAKI) - Resolved #52573: previous fix always turned on the AutoCommit flag; it goes along with the behavior of the internal library but broke compat. (ISHIGAKI) - Removed the SQLITE_CORE and SQLITE_PRT_SZ flags at the recommendation of the SQLite mailing list. (ADAMK) 1.28_01 Tue 22 Dec 2009 - Updated to SQLite 3.6.21 (ISHIGAKI) - silence warnings on HP-UX (HMBRAND) - Resolved #52573: Manual Transaction handling seems to be broken (hopefully) (ISHIGAKI) 1.27 Mon 23 Nov 2009 - Switching to a production version 1.26_07 Sun 15 Nov 2009 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Foreign keys support is once again disabled by default. It seems to have a greater impact than we expected and it actually broke things. This feature probably will be enabled by default by the sqlite team in the future, and eventually you'll need to cope with it, but right now we agreed with some discussion to give you more time to be prepared. If you use referential stuff in your schema (which sqlite ignores now) should do extensive testing to ensure that they will work when you issue "PRAGMA foreign_keys = ON". (ISHIGAKI) - Updated to SQLite 3.6.20 (DUNCAND) - Resolved #50935: there remained old "unicode" attribute usage in the pod, spotted by ASHLEY. (ISHIGAKI) 1.26_06 Wed 28 Oct 2009 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Removed undocumented (and most probably unused) reset method from a statement handle (which was only accessible via func().) Simply use "$sth->finish" instead. (ISHIGAKI) - Now DBD::SQLite supports foreign key constraints by default. Long-ignored foreign keys (typically written for other DB engines) will start working. If you don't want this feature, issue a pragma to disable foreign keys. (ISHIGAKI) - Renamed "unicode" attribute to "sqlite_unicode" for integrity. Old "unicode" attribute is still accessible but will be deprecated in the near future. (ISHIGAKI) - You can see file/line info while tracing even if you compile with a non-gcc compiler. (ISHIGAKI) - Major code refactoring. (ISHIGAKI) - Pod reorganized, and some of the missing bits (including pragma) are added. (ISHIGAKI) 1.26_05 Thu 15 Oct 2009 - Updated to SQLite 3.6.19 (ISHIGAKI) 1.26_04 Tue 6 Oct 2009 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Resolved #49716: Fixed $dbh->column_info to work according to the spec in DBI and added support for attached databases. (VLYON) - Fixed $sth->primary_key_info to work according to the spec in DBI and changed the tests in t/27_metadata.t to reflect this. (VLYON) - Tweaked not to hide a real error by a "not an error" issued by another sqlite3 function between the failed sqlite3 function and the sqlite_error to report. Note that this change makes some failures issue two relevant errors at a time. (ISHIGAKI) - Updated to SQLite 3.6.18 (DUNCAND) - Resolved #48393: previous effort was not enough; BegunWork should also be handled properly (ISHIGAKI) - Replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) (ISHIGAKI) - Tweaked t/08_busy.t not to fail just because it is tested under a very, very slow (virtual) machine. (ISHIGAKI) - Added a code to look for a compiler from Module::Install::Can. (ISHIGAKI) - Added documentation and an 'Escape' attribute for $sth->table_info. (VLYON) 1.26_03 Wed 12 Aug 2009 - Updated to SQLite 3.6.17 (ISHIGAKI) - Switched to use :memory: for most of the tests (ISHIGAKI) - Fixed a memory leak when prepare should fail (ISHIGAKI) - Added support for commit/rollback/update hooks (DAMI) - Added support for set_authorizer (DAMI) - Added support for collation_needed(), and reorganised driver API for user-defined collations (DAMI) - Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI) - Added support in t/lib/Test.pm for checking both versions of driver-private methods ("func" / "sqlite_*") (DAMI) - Removed unused and obsolete "list_tables" from SQLite.xs (DAMI) - Added a default implementation for the REGEXP infix operator (DAMI) - Renamed several internal sqlite3_ functions to sqlite_ for clarity (ISHIGAKI) - Accept empty filename at connect (sqlite will open a tempfile) (DAMI) - Documented the connect() method (DAMI) - Replaced imp_dbh->in_tran with sqlite3_get_autocommit(), hoping this would fix the annoying rollback issues, including #48393 (ISHIGAKI) - META.yml requires is now generated instead of being derived from the (incorrect) PREREQ_PM values by ExtUtils::MakeMaker (ADAMK) 1.26_02 Fri 19 Jun 2009 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Resolved #46831: table_info schema is incorrect and doesn't work with attached databases (VLYON/ISHIGAKI) - Updated to SQLite 3.6.15 (DUNCAND) - Resolved #44882: Use of $h->func() should be deprecated and replaced with calls to driver-private 'installed methods' (ISHIGAKI) - Added access to Online Backup functionality. (TJC) - Added enable_load_extension pod (ISHIGAKI) - Now private methods/functions return true after successful calls (#44871) (ISHIGAKI) - Removed all of the "croak"s (#44871) (ISHIGAKI) 1.26_01 Tue 5 May 2009 - Added ORDINAL_POSITION support for $dbh->column_info (ADAMK) - Applied several fixes from GFUJI to clean up code (#45578) (ISHIGAKI) - Skipped some of the unicode path tests under cygwin (#45166) (JDHEDDEN) - Added some explanation and workarounds for a SQL that compares a return value of a function with a numeric bind value (ISHIGAKI)
2010-01-16Added LDAP authentication as an optionadam2-3/+11
2010-01-16Added LDAP authentication as an optionadam2-3/+11
2010-01-11Match 3.6.20 behaviour & build threadsafe. Fix PR/42515 & issues with ↵abs1-2/+3
firefox. Bump PKGREVISION
2010-01-08Use the modern DES API.joerg2-1/+64
2009-12-23Explicitly request patches to be applied.joerg1-1/+3
2009-12-23MAKE_JOBS_SAFE=no.obache1-1/+4
2009-12-21Update ruby-ldap package to 0.9.9.taca2-8/+8
This is a leaf package and this update solve the build problem with recent OpenLDAP. * pkgsrc change: Switch to use rubyforge.org from sourceforge.net. Thu Jun 11 06:51:30 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.9 * Fixed LDAP::VERSION. Thanks to Kouhei Sutou * Gem Packaging Support. Thanks to S. Potter [mbbx6spp] Tue Apr 21 14:46:38 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * LDAP_OPT_X_TLS_PROTOCOL changed to LDAP_OPT_X_TLS_PROTOCOL_MIN (more information in ITS#5655). Thanks to Milos Jakubicek. Wed Apr 15 11:38:06 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * Fixed regular expression in LDAP::Schema.attr()
2009-12-19Introduce PKG_OPTIONS for database/tokyocabinet to select compression supportobache8-17/+77
(zlib/bzip2/lzo/lzma and enabled by default for former two). LZO and LZMA supports are exclusive, optional and should be selected by user's use-case (priority of data compression ratio, compression speed, or so on). Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib conflicts with archivers/xz. It means if tokyocabinet is installed with lzma, failed to install xz, and result in failure of "make extract" for packages using .lzma/.xz distfiles. This issue also resolved by optionify lzma support and disabled by default. This changes also make tokyocabinet ABI changes, so bump PKGREVISION and recursive bump. OKed to commit in freeze by wiz@.
2009-12-16Changes 8.2.15:adam6-17/+50
* Protect against indirect security threats caused by index functions changing session-local state * Reject SSL certificates containing an embedded null byte in the common name (CN) field * Fix possible crash during backend-startup-time cache initialization * Prevent signals from interrupting VACUUM at unsafe times * Fix possible crash due to integer overflow in hash table size calculation * Fix very rare crash in inet/cidr comparisons * Ensure that shared tuple-level locks held by prepared transactions are not ignored * Fix premature drop of temporary files used for a cursor that is accessed within a subtransaction * Fix incorrect logic for GiST index page splits, when the split depends on a non-first column of the index * Don't error out if recycling or removing an old WAL file fails at the end of checkpoint * Ensure WAL files aren't repeatedly archived on Windows * Fix PAM password processing to be more robust * Fix processing of ownership dependencies during CREATE OR REPLACE FUNCTION * Fix bug with calling plperl from plperlu or vice versa * Fix session-lifespan memory leak when a PL/Perl function is redefined * Ensure that Perl arrays are properly converted to PostgreSQL arrays when returned by a set-returning PL/Perl function * More...
2009-12-16sync w/ base pkgdrochner3-9/+8
2009-12-16update to 3.6.21drochner2-7/+6
changes: -SQL output resulting from sqlite3_trace() is now modified to include the values of bound parameters -Performance optimizations targetting a specific use case from a single high-profile user -FTS3 extension has undergone a major rework and cleanup -fixed the SQLITE_SECURE_DELETE compile-time option -Improvements to "dot-command" handling in the Command Line Interface -Other minor bug fixes and documentation enhancements
2009-12-16Changes 8.3.9:adam6-16/+48
* Protect against indirect security threats caused by index functions changing session-local state * Reject SSL certificates containing an embedded null byte in the common name (CN) field * Fix possible crash during backend-startup-time cache initialization * Avoid crash on empty thesaurus dictionary * Prevent signals from interrupting VACUUM at unsafe times * Fix possible crash due to integer overflow in hash table size calculation * Fix very rare crash in inet/cidr comparisons * Ensure that shared tuple-level locks held by prepared transactions are not ignored * Fix premature drop of temporary files used for a cursor that is accessed within a subtransaction * Fix memory leak in syslogger process when rotating to a new CSV logfile * Fix Windows permission-downgrade logic * Fix incorrect logic for GiST index page splits, when the split depends on a non-first column of the index * Don't error out if recycling or removing an old WAL file fails at the end of checkpoint * Ensure WAL files aren't repeatedly archived on Windows * Fix PAM password processing to be more robust * Raise the maximum authentication token (Kerberos ticket) size in GSSAPI and SSPI authentication methods * More...
2009-12-16Changes 8.4.2:adam6-15/+19
* Protect against indirect security threats caused by index functions changing session-local state * Reject SSL certificates containing an embedded null byte in the common name (CN) field * Fix hash index corruption * Fix possible crash during backend-startup-time cache initialization * Avoid crash on empty thesaurus dictionary * Prevent signals from interrupting VACUUM at unsafe times * Fix possible crash due to integer overflow in hash table size calculation * Fix crash if a DROP is attempted on an internally-dependent object * Fix very rare crash in inet/cidr comparisons * Ensure that shared tuple-level locks held by prepared transactions are not ignored * Fix premature drop of temporary files used for a cursor that is accessed within a subtransaction * Fix memory leak in syslogger process when rotating to a new CSV logfile * Fix memory leak in postmaster when re-parsing "pg_hba.conf" * Fix Windows permission-downgrade logic * Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries * Fix bug with a WITH RECURSIVE query immediately inside another one * Fix concurrency bug in hash indexes * Fix incorrect logic for GiST index page splits, when the split depends on a non-first column of the index * Fix wrong search results for a multi-column GIN index with fastupdate enabled * More...
2009-12-15Adding the pgxs makefiles using post-install which other packagesfhajny2-3/+33
like PostGIS build against.
2009-12-15Recursive bump for libltdljoerg7-10/+14