summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-131-1/+1
* Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
* Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-192-0/+10
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-021-3/+5
|\
| * Clean up leftover test filesMatteo Beccati2013-06-021-3/+5
* | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-06-021-4/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-311-1/+1
|\ \ | |/
| * Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)Remi Collet2013-05-311-1/+1
| * Happy New Year~Xinchen Hui2013-01-015-5/+5
* | Happy New YearXinchen Hui2013-01-015-5/+5
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-10-302-1/+64
|\ \ | |/
| * Bug #62593 Updated to account for INOUT parametersWill Fitch2012-10-301-1/+2
| * Bug #62593 Updated test to verify bindParam doesn't change original valueWill Fitch2012-10-301-1/+3
| * Bug #62593 Updated to always treat zval by valueWill Fitch2012-10-302-4/+9
| * Bug #62593 Added test for changeWill Fitch2012-10-301-0/+44
| * Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native fo...Will Fitch2012-10-301-1/+12
| * - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-082-1/+23
| * - Year++Felipe Pena2012-01-015-5/+5
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Drop C++ style commentsFelipe Pena2011-06-101-2/+2
| * Removed test for functionality available in 5.4+Ilia Alshanetsky2011-05-311-66/+0
| * Removed unnecessary rinit/rshutdownIlia Alshanetsky2011-05-312-22/+2
| * Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| * Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
| * Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).Adam Harvey2011-03-221-1/+2
| * - Year++Felipe Pena2011-01-015-5/+5
| * - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)Felipe Pena2010-12-101-1/+1
| * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
| * Removed the in_transaction handler for 5.3 to avoid BC break due to structure...Ilia Alshanetsky2010-06-151-10/+0
| * Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-104-1/+91
| * Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-103-0/+882
* | - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-082-1/+23
* | - Year++Felipe Pena2012-01-015-5/+5
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Drop C++ style commentsFelipe Pena2011-06-101-2/+2
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | Removed unnecessary rinit/rshutdownIlia Alshanetsky2011-05-312-22/+2
* | Cache the PDO include pathRasmus Lerdorf2011-05-151-5/+5
* | Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).Adam Harvey2011-03-221-1/+2
* | - Year++Felipe Pena2011-01-015-5/+5
* | - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)Felipe Pena2010-12-101-1/+1
* | - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-1/+1
* | Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-104-1/+91
* | Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-103-0/+882
|/
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
* - Updated pdo_pgsql tests to be 8.5+ friendlyMatteo Beccati2009-12-252-4/+8
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5