| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | be aware of PDO_ATTR_EMULATE_PREPARES | Wez Furlong | 2006-04-09 | 1 | -3/+13 |
| | | |||||
| * | 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. | ||||
| * | fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined) | Antony Dovgal | 2006-03-17 | 2 | -1/+24 |
| | | |||||
| * | Be more verbose in phpinfo() output | Edin Kadribasic | 2006-03-14 | 2 | -0/+15 |
| | | |||||
| * | Fixed build | Edin Kadribasic | 2006-03-13 | 1 | -1/+2 |
| | | |||||
| * | - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes). | Derick Rethans | 2006-02-13 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows | Ilia Alshanetsky | 2006-01-29 | 1 | -9/+12 |
| | | | | | | affected by the operation). | ||||
| * | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| | | |||||
| * | - MFH Fix tests | Marcus Boerger | 2005-12-31 | 1 | -0/+1 |
| | | |||||
| * | - Get rid of compiler warnings (both postgres an dphp use these defines) | Marcus Boerger | 2005-12-20 | 1 | -0/+5 |
| | | |||||
| * | Fixed compiler warning | Ilia Alshanetsky | 2005-12-17 | 1 | -0/+3 |
| | | |||||
| * | Retry on failed prepare resulting from duplicate statement name. | Ilia Alshanetsky | 2005-12-17 | 2 | -5/+26 |
| | | |||||
| * | - Fix TSRM | Marcus Boerger | 2005-12-06 | 1 | -1/+1 |
| | | |||||
| * | MFH: nuke php3 legacy | foobar | 2005-12-06 | 2 | -3/+3 |
| | | |||||
| * | switch to package2.xml | Wez Furlong | 2005-12-04 | 3 | -66/+80 |
| | | |||||
| * | Fixed memory leaks | Ilia Alshanetsky | 2005-12-01 | 2 | -1/+5 |
| | | |||||
| * | Fixed memory leak | Ilia Alshanetsky | 2005-11-30 | 2 | -2/+5 |
| | | |||||
| * | Fixed compiler warnings | Ilia Alshanetsky | 2005-11-29 | 1 | -3/+1 |
| | | |||||
| * | proto fixups | Wez Furlong | 2005-11-29 | 1 | -14/+21 |
| | | |||||
| * | Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink(). | Wez Furlong | 2005-11-29 | 9 | -22/+361 |
| | | |||||
| * | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 2 | -4/+4 |
| | | |||||
| * | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
| | | |||||
| * | Addresses #35338. | Wez Furlong | 2005-11-25 | 4 | -44/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | Postgres client API is pretty poor, so we have zero idea about the actual parameter types in a statement. We now defer the preparation of a statement until the first call to execute is made. At that point, we have the parameters defined by the calling script, so we can use the typing specified there when we perform the prepare. For PDO_PARAM_LOB parameters, we set the binary formatting flag. We can't just set this flag for all parameters, because its meaning is not "string data, counted length" but "data is in native format". If this flag is set for a numeric column and we send the number 1 formatted as a string, then we will get an "insufficient data left in message" error message, because the library was expecting sizeof(int4) bytes but only saw 1 byte for "1". This is infuriating because we have no way to determine the datatypes for parameters, and the type we explicitly set has to match the type in the database. The only choice we're left with is telling postgres to deduce the type; we still have no idea what type was deduced. | ||||
| * | prep for PECL release | Wez Furlong | 2005-11-01 | 1 | -9/+10 |
| | | |||||
| * | Fixed test for ZTS builds | Ilia Alshanetsky | 2005-10-18 | 1 | -3/+3 |
| | | |||||
| * | use the right macro for these | Wez Furlong | 2005-10-01 | 1 | -1/+1 |
| | | |||||
| * | Refs #34630 | Wez Furlong | 2005-09-24 | 1 | -0/+16 |
| | | |||||
| * | Fixed test | Ilia Alshanetsky | 2005-09-22 | 1 | -1/+0 |
| | | |||||
| * | Remove pointless PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| | | |||||
| * | MFH: Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 2 | -15/+15 |
| | | |||||
| * | update package.xml files and version numbers, in anticipation of a big bunch ↵ | Wez Furlong | 2005-09-11 | 2 | -4/+4 |
| | | | | | of releases. | ||||
| * | if a php bolean makes it as far as the parameter callback, it must really need | Wez Furlong | 2005-09-10 | 2 | -0/+154 |
| | | | | | | | | to be boolean; express is as native pgsql 't' or 'f'. Add a test case for Bug #33876, which is a partially bogus bug. | ||||
| * | Don't crash on invalid parameter #34203 (Wez) | Edin Kadribasic | 2005-09-03 | 1 | -9/+11 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 4 | -4/+4 |
| | | |||||
