Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #70313 PDO statement fails to throw exception | Matteo Beccati | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-06-12 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote) Fixed bug #61574 - No MSI Conflicts: ext/pdo_pgsql/pgsql_driver.c | ||||
| * | Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps) | Matteo Beccati | 2015-06-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-06-10 | 1 | -1/+7 |
|\ \ | |/ | | | | | | | | | * PHP-5.5: updated NEWS fix memory leak in pdo_pgsql closeCursor (bug 69752) | ||||
| * | fix memory leak in pdo_pgsql closeCursor (bug 69752) | Philip Hofstetter | 2015-06-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | the parent PDO closeCursor method resets the pdo_stmt_t's executed flag which is used by the postgres driver as a flag to check whether to allocate memory for the column data or not. This means that after the parent closeCursor() has been called, the pdo_pgsql driver will allocate a new buffer for the columns, so the existing buffer should be freed when the cursor is being closed. | ||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 1 | -0/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) | Matteo Beccati | 2014-11-06 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-11-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: Fixed bug #66584 Segmentation fault on statement deallocation | ||||
| * | Fixed bug #66584 Segmentation fault on statement deallocation | Matteo Beccati | 2014-11-01 | 1 | -1/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams | Matteo Beccati | 2014-03-11 | 1 | -1/+11 |
| | | | | | | | | | | | | Faster than prepared statements when queries are run once. Slightly slower than PDO::ATTR_EMULATE_PREPARES but without the potential security implications of embedding parameters in the query itself. | ||||
* | | Drop PDO support for extremely old libpq versions | Matteo Beccati | 2014-03-11 | 1 | -43/+31 |
| | | | | | | | | | | | | | | | | configure will now fail if any of the following function is missing: * PQprepare * PQexecParams * PQescapeStringConn * PQescapeByteaConn | ||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Fixed other compiler warnings in PDO_PGSQL | Matteo Beccati | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed meta data retrieve when OID is larger than 2^31 | Yasuo Ohgaki | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Bug #62593 Updated to account for INOUT parameters | Will Fitch | 2012-10-30 | 1 | -1/+2 |
| | |||||
* | Bug #62593 Updated to always treat zval by value | Will Fitch | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native ↵ | Will Fitch | 2012-10-30 | 1 | -1/+12 |
| | | | | format in emulation mode | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - 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 | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted ↵ | Matteo Beccati | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | | 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 |
| | |||||
* | MFH: Typo | Kalle Sommer Nielsen | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | MFH | Matteo Beccati | 2009-05-12 | 1 | -0/+10 |
| | | | | | - Fixed bug #48188 | ||||
* | MFH: | Matteo Beccati | 2009-04-30 | 1 | -106/+10 |
| | | | | | | | | | | | | - Changed PDO_PGSQL configure script to require libpq 7.4 - Cleaned up usage of HAVE_PQ* defines - Fixed compiler warnings - Removed custom implementation of PQunescapeByte # Rationale: # - PDO_PGSQL couldn't even compile when using libpq 7.3 # - PostgreSQL 7.3 is unsupported since a long time # - Got consensus from pgsql devs on freenode | ||||
* | MFH: | Matteo Beccati | 2009-04-23 | 1 | -2/+8 |
| | | | | | | | | - Reverted previous fix for bug #46274 and properly fixed it - Fixed bug #48060 # Also added tests for pdo_oci as it's the only other driver currently # using streams: no regression found | ||||
* | - Fixed bug #44861 (scrollable cursor don't work with pgsql) | Matteo Beccati | 2009-03-28 | 1 | -14/+34 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed compiler warnings | Felipe Pena | 2008-10-12 | 1 | -0/+5 |
| | |||||
* | - Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB) | Felipe Pena | 2008-10-11 | 1 | -2/+8 |
| | | | | | - Fixed bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob) | ||||
* | Better fix for bug #44189 | Ilia Alshanetsky | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | Simplify code | Ilia Alshanetsky | 2008-01-29 | 1 | -5/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43457 (Prepared statement with incorrect parms doens't | Ilia Alshanetsky | 2007-12-02 | 1 | -1/+1 |
| | | | | | throw exception with pdo_pgsql driver) | ||||
* | Adjusted fix for bug #42978 | Ilia Alshanetsky | 2007-11-20 | 1 | -0/+5 |
| | |||||
* | Separate parm zval. | Ilia Alshanetsky | 2007-04-17 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements). | Ilia Alshanetsky | 2006-09-19 | 1 | -4/+8 |
| | | | | | | | 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 |
| | |||||
* | Fixed memory leaks when working with cursors in PDO PostgreSQL driver. | Ilia Alshanetsky | 2006-05-08 | 1 | -0/+1 |
| | |||||
* | The fix for #35332 caused #35671 (and thus PECL #6504). | Wez Furlong | 2006-03-27 | 1 | -1/+5 |
| | | | | | | Partially back out that fix and introduce an extra optional step for drivers to canonicalize the "name" that is used for registering parameters. |