Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) | Felipe Pena | 2010-12-10 | 1 | -1/+1 |
| | | | | | patch by: gyp at balabit dot hu | ||||
* | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -1/+1 |
| | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4) | Felipe Pena | 2010-04-21 | 2 | -0/+5 |
| | | | | | # Just in this branch, as config.m4 in the 5_3 branch states that 7.4+ is required | ||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | |||||
* | - Updated pdo_pgsql tests to be 8.5+ friendly | Matteo Beccati | 2009-12-25 | 2 | -4/+8 |
| | |||||
* | - Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5) | Matteo Beccati | 2009-12-25 | 1 | -0/+20 |
| | | | | | # Affects 5.2 only, no need to MFB | ||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -5/+5 |
| | | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there. | ||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -5/+5 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted ↵ | Matteo Beccati | 2009-11-04 | 4 | -3/+39 |
| | | | | | | | | transaction). # Removed usage of the memory address when generating prepared statemend names # as uniqueness can't be enforced. Used a statment counter instead. | ||||
* | - Reverting previous fix for bug #49985 | Matteo Beccati | 2009-11-04 | 1 | -17/+3 |
| | | | | | # Unmerged changes from revision 289924 | ||||
* | - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction). | Ilia Alshanetsky | 2009-10-26 | 1 | -3/+17 |
| | |||||
* | - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared ↵ | Matteo Beccati | 2009-10-07 | 4 | -7/+161 |
| | | | | | | | statements if v3 proto available) # original patch by Mark Kirkwood | ||||
* | MFH | Matteo Beccati | 2009-09-03 | 2 | -8/+18 |
| | | | | | | | - Fixed bug #48060 (pdo_pgsql - large objects are returned as empty) # Backported from 5.3.0, per gripe from Konstantin Ryabitsev # Permission granted by Ilia | ||||
* | MFH: Typo | Kalle Sommer Nielsen | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before ↵ | Felipe Pena | 2009-02-11 | 1 | -2/+34 |
| | | | | execute() on PgSQL) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
| | |||||
* | - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵ | Felipe Pena | 2008-10-23 | 1 | -0/+59 |
| | | | | with pgsql) | ||||
* | - MFB: Fixed compiler warnings | Felipe Pena | 2008-10-12 | 1 | -0/+4 |
| | |||||
* | - New tests | Felipe Pena | 2008-10-12 | 2 | -0/+172 |
| | |||||
* | MFH: | Felipe Pena | 2008-10-11 | 1 | -2/+8 |
| | | | | | | - Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB) - Fixed bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob) | ||||
* | MFB: Better fix for bug #44189 | Ilia Alshanetsky | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| | |||||
* | MFB: fixed test | Ilia Alshanetsky | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when | Ilia Alshanetsky | 2007-12-04 | 1 | -4/+4 |
| | | | | | password is not available) | ||||
* | MFB: Fixed bug #43457 (Prepared statement with incorrect parms doens't | Ilia Alshanetsky | 2007-12-02 | 2 | -2/+3 |
| | | | | | throw exception with pdo_pgsql driver) | ||||
* | MFB: Adjusted fix for bug #42978 | Ilia Alshanetsky | 2007-11-20 | 1 | -0/+5 |
| | |||||
* | MFH: Fix some lib vs $PHP_LIBDIR issues | Jani Taskinen | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | MFH | Jani Taskinen | 2007-07-11 | 1 | -4/+1 |
| | |||||
* | MFH:- Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present) | Jani Taskinen | 2007-07-09 | 1 | -2/+4 |
| | |||||
* | MFH | Jani Taskinen | 2007-07-09 | 1 | -5/+5 |
| | |||||
* | Added support for ATTR_TIMEOUT inside pdo_pgsql driver. | Ilia Alshanetsky | 2007-06-28 | 1 | -9/+12 |
| | | | | | | Fixed a bug inside PDO's "use persistent" connection detection mechanism that would trigger connections on "" and "0" values | ||||
* | Added persistent connection status checker to pdo_pgsql | Ilia Alshanetsky | 2007-06-27 | 1 | -1/+12 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | Separate parm zval. | Ilia Alshanetsky | 2007-04-17 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 5 | -5/+5 |
| | |||||
* | Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). | Ilia Alshanetsky | 2006-12-18 | 1 | -1/+6 |
| | |||||
* | Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory | Ilia Alshanetsky | 2006-11-29 | 1 | -1/+1 |
| | | | | | corruption on Windows in pgsql and pdo_pgsql extensions). | ||||
* | Fixed bug #39656 (crash when calling fetch() on a PDO statment object | Ilia Alshanetsky | 2006-11-28 | 1 | -1/+1 |
| | | | | | after closeCursor()). | ||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2006-11-16 | 1 | -1/+2 |
| | |||||
* | Sync with Unix build | Edin Kadribasic | 2006-10-11 | 1 | -1/+1 |
| | |||||
* | Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for | Ilia Alshanetsky | 2006-10-06 | 2 | -4/+7 |
| | | | | | binary strings. | ||||
* | Added PQescapeStringConn support to windows too | Edin Kadribasic | 2006-10-05 | 1 | -1/+1 |
| | |||||
* | Added support for character sets in PDO quote() method for PostgreSQL | Ilia Alshanetsky | 2006-10-04 | 2 | -2/+14 |
| | | | | | 8.1.4 and higher. | ||||
* | Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements). | Ilia Alshanetsky | 2006-09-19 | 2 | -4/+9 |
| | | | | | | | Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors). Fixed test for bug #38253 not to use faulty SQL that generates errors in PostgreSQL | ||||
* | Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). | Ilia Alshanetsky | 2006-08-01 | 1 | -4/+4 |
| | |||||
* | Remove pecl includes (Steph), except pdo_odbc which will remain broke | Edin Kadribasic | 2006-05-11 | 1 | -1/+0 |
| | |||||
* | Fixed memory leaks when working with cursors in PDO PostgreSQL driver. | Ilia Alshanetsky | 2006-05-08 | 2 | -0/+4 |
| | |||||
* | set min pdo dep to 1.0.3, which will be the new pecl release | Wez Furlong | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | prep for pecl release | Wez Furlong | 2006-05-02 | 1 | -3/+11 |
| |