summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #62479: Some chars not parsed in passwords"Will Fitch2014-01-191-29/+2
* Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-181-2/+29
* 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
* 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
* - Fixed bug #44861 (scrollable cursor don't work with pgsql)Matteo Beccati2009-03-281-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43493 (pdo_pgsql does not send username on connect when passwordIlia Alshanetsky2007-12-041-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* Added support for ATTR_TIMEOUT inside pdo_pgsql driver.Ilia Alshanetsky2007-06-281-9/+12
* Added persistent connection status checker to pdo_pgsqlIlia Alshanetsky2007-06-271-1/+12
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).Ilia Alshanetsky2006-12-181-1/+6
* Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-1/+1
* Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible forIlia Alshanetsky2006-10-061-4/+6
* Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-041-2/+13
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-191-0/+1
* Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-081-0/+3
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
* Fixed buildEdin Kadribasic2006-03-131-1/+2
* - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).Derick Rethans2006-02-131-1/+1
* Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rowsIlia Alshanetsky2006-01-291-9/+12
* bump year and license versionfoobar2006-01-011-3/+3
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+5
* - Fix TSRMMarcus Boerger2005-12-061-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* Fixed memory leaksIlia Alshanetsky2005-12-011-1/+1
* Fixed memory leakIlia Alshanetsky2005-11-301-1/+1
* Fixed compiler warningsIlia Alshanetsky2005-11-291-3/+1
* proto fixupsWez Furlong2005-11-291-14/+21
* Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().Wez Furlong2005-11-291-3/+198
* Addresses #35338.Wez Furlong2005-11-251-34/+9
* - Bumber up yearfoobar2005-08-031-1/+1
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-201-46/+49
* Added cursor closer handler.Ilia Alshanetsky2005-07-091-0/+2