summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-121-30/+27
* bump yearXinchen Hui2015-01-151-1/+1
* Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-051-0/+4
* Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-051-0/+9
|\
| * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-101-0/+8
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-10-311-1/+1
|\ \ | |/
| * fix ZTS buildAnatol Belski2014-10-311-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-311-10/+18
|\ \ | |/
| * Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-311-10/+18
* | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-171-0/+6
* | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParamsMatteo Beccati2014-03-111-2/+13
* | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTMatteo Beccati2014-03-111-2/+6
* | Drop PDO support for extremely old libpq versionsMatteo Beccati2014-03-111-32/+13
* | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-181-2/+29
|\ \ | |/
| * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-181-2/+29
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5'Matteo Beccati2013-08-211-4/+4
|\ \ | |/
| * Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-211-4/+4
* | Fixed signedness warningMatteo Beccati2013-06-071-1/+1
* | Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax)Matteo Beccati2013-06-071-8/+12
* | Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support)Matteo Beccati2013-06-051-0/+81
* | Refactored custom PDO_pgsql methods to trigger errors/exceptionsMatteo Beccati2013-06-051-26/+57
|/
* 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-011-1/+1
| * - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-081-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Drop C++ style commentsFelipe Pena2011-06-101-2/+2
| * - Year++Felipe Pena2011-01-011-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-101-1/+12
| * Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-101-0/+367
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTedGustavo André dos Santos Lopes2012-03-081-1/+1
* | - Year++Felipe Pena2012-01-011-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
* | - Year++Felipe Pena2011-01-011-1/+1
* | Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-101-1/+12
* | Added support for copy to/from array/file for pdo_pgsql extension. Ilia Alshanetsky2010-06-101-0/+367
|/
* 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-031-1/+1
* - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted tran...Matteo Beccati2009-11-041-2/+2
* - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements...Matteo Beccati2009-10-071-7/+19
* MFH:Matteo Beccati2009-04-301-16/+0
* MFH:Matteo Beccati2009-04-301-13/+6
* - fix build when pqprepare does not existPierre Joye2009-04-011-0/+2