summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix copy/paste error in testMatteo Beccati2015-06-131-1/+1
* Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)Matteo Beccati2015-06-122-2/+46
* Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-122-31/+91
* rework that test to allow delta for rounding errorsAnatol Belski2015-06-111-1/+2
* improve testAnatol Belski2015-06-111-1/+1
* fix memory leak in pdo_pgsql closeCursor (bug 69752)Philip Hofstetter2015-06-102-1/+61
* fix testAnatol Belski2015-03-141-0/+1
* Bump yearXinchen Hui2015-01-155-5/+5
* Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-102-0/+107
* Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
* Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-012-1/+67
* fix ZTS buildAnatol Belski2014-10-311-1/+1
* Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-312-10/+52
* Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-05-211-8/+27
|\
| * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-2/+2
|\ \ | |/
| * fix test bug62479.phptStanislav Malyshev2014-01-251-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-182-2/+85
|\ \ | |/
| * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-182-2/+85
| * Bump yearXinchen Hui2014-01-035-5/+5
* | Bump yearXinchen Hui2014-01-035-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-212-5/+5
|\ \ | |/
| * Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-0/+71
|\ \ | |/
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-0/+71
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
|/
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* 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