summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements wi...Felipe Pena2008-10-231-0/+59
* - Fixed compiler warningsFelipe Pena2008-10-121-0/+5
* - Complete the fix for #46274, and testsFelipe Pena2008-10-122-0/+172
* - Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB)Felipe Pena2008-10-111-2/+8
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-6/+7
* - really check for the dependency, libs and header and don't enable the ext i...Pierre Joye2008-06-221-1/+1
* Better fix for bug #44189Ilia Alshanetsky2008-02-261-0/+3
* Simplify codeIlia Alshanetsky2008-01-291-5/+3
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* Fixed testIlia Alshanetsky2007-12-041-1/+1
* Fixed bug #43493 (pdo_pgsql does not send username on connect when passwordIlia Alshanetsky2007-12-041-4/+4
* Fixed bug #43457 (Prepared statement with incorrect parms doens'tIlia Alshanetsky2007-12-022-2/+3
* Adjusted fix for bug #42978Ilia Alshanetsky2007-11-201-0/+5
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-4/+4
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-1/+1
* MFHJani Taskinen2007-07-111-4/+1
* MFH:- Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present)Jani Taskinen2007-07-091-2/+4
* MFHJani Taskinen2007-07-091-5/+5
* 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
* fix test namesAntony Dovgal2007-05-071-1/+1
* Separate parm zval.Ilia Alshanetsky2007-04-171-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* 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
* Fixed bug #39656 (crash when calling fetch() on a PDO statment objectIlia Alshanetsky2006-11-281-1/+1
* Fixed compiler warningsIlia Alshanetsky2006-11-161-1/+2
* Sync with Unix buildEdin Kadribasic2006-10-111-1/+1
* Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible forIlia Alshanetsky2006-10-062-4/+7
* Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-051-1/+1
* Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-042-2/+14
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-192-4/+9
* Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).Ilia Alshanetsky2006-08-011-4/+4
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
* Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-082-0/+4
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-1/+1
* prep for pecl releaseWez Furlong2006-05-021-3/+11
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
* The fix for #35332 caused #35671 (and thus PECL #6504).Wez Furlong2006-03-271-1/+5
* fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)Antony Dovgal2006-03-172-1/+24
* Be more verbose in phpinfo() outputEdin Kadribasic2006-03-142-0/+15
* 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-015-15/+15
* - MFH Fix testsMarcus Boerger2005-12-311-0/+1
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+5
* Fixed compiler warningIlia Alshanetsky2005-12-171-0/+3
* Retry on failed prepare resulting from duplicate statement name.Ilia Alshanetsky2005-12-172-5/+26