| Commit message (Expand) | Author | Age | Files | Lines |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT | Nikita Popov | 2015-04-24 | 1 | -2/+1 |
* | | optimize structs | Anatol Belski | 2015-04-15 | 1 | -6/+6 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -6/+6 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | | Made a little clean up | Xinchen Hui | 2014-05-15 | 1 | -2/+2 |
|/ |
|
* | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams | Matteo Beccati | 2014-03-11 | 1 | -0/+2 |
* | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT | Matteo Beccati | 2014-03-11 | 1 | -3/+2 |
* | Drop PDO support for extremely old libpq versions | Matteo Beccati | 2014-03-11 | 1 | -5/+1 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Refactored custom PDO_pgsql methods to trigger errors/exceptions | Matteo Beccati | 2013-06-05 | 1 | -3/+5 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Added inTransaction() method to PDO, with specialized support for Postgres | Ilia Alshanetsky | 2010-06-10 | 1 | -0/+7 |
* | 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 tran... | Matteo Beccati | 2009-11-04 | 1 | -0/+1 |
* | - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements... | Matteo Beccati | 2009-10-07 | 1 | -0/+7 |
* | MFH | Matteo Beccati | 2009-05-12 | 1 | -1/+1 |
* | MFH: | Matteo Beccati | 2009-04-30 | 1 | -4/+0 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | Retry on failed prepare resulting from duplicate statement name. | Ilia Alshanetsky | 2005-12-17 | 1 | -0/+1 |
* | Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink(). | Wez Furlong | 2005-11-29 | 1 | -5/+16 |
* | Addresses #35338. | Wez Furlong | 2005-11-25 | 1 | -0/+2 |
* | Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set | Wez Furlong | 2005-07-20 | 1 | -0/+4 |
* | Add early support for native prepared statements in pgsql. | Wez Furlong | 2005-07-08 | 1 | -1/+7 |
* | Fold PQresultErrorField() into a macro | Edin Kadribasic | 2005-07-01 | 1 | -0/+7 |
* | Removed define checks that break the build. | Ilia Alshanetsky | 2005-05-17 | 1 | -3/+0 |
* | patch by Christopher Kings-Lynne, slightly modified | Wez Furlong | 2005-05-13 | 1 | -3/+5 |
* | Adjust for the new get_col api | Edin Kadribasic | 2005-02-06 | 1 | -2/+0 |
* | Decode pgsql LOB objects (bytea type) on fetch | Edin Kadribasic | 2005-02-05 | 1 | -0/+2 |
* | Store pgsql_type, intval and boolav per column | Edin Kadribasic | 2005-01-23 | 1 | -1/+4 |
* | Take a blind stab at implementing scrollable cursors for pgsql. | Wez Furlong | 2005-01-13 | 1 | -0/+1 |
* | Last insert id (oids) support. | Ilia Alshanetsky | 2004-05-20 | 1 | -0/+1 |
* | Make doer() work. | Ilia Alshanetsky | 2004-05-20 | 1 | -5/+11 |
* | PostgreSQL PDO driver. | Edin Kadribasic | 2004-05-20 | 1 | -0/+73 |