summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Removed HAVE_PQEXECPARAMS which was left out during the previous commitMatteo Beccati2009-04-301-16/+0
* - Changed PDO_PGSQL configure script to require libpq 7.4Matteo Beccati2009-04-301-13/+6
* - MFB: fix build when pqprepare does not existPierre Joye2009-04-011-0/+2
* MFB:Matteo Beccati2009-03-281-2/+2
* MFB:Matteo Beccati2009-03-281-47/+244
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect whenIlia Alshanetsky2007-12-041-4/+4
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Fixed bug #39845 (Persistent connections generate a warning inIlia Alshanetsky2006-12-181-1/+6
* Fix ZTS buildHannes Magnusson2006-12-161-1/+1
* MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-1/+1
* MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possibleIlia Alshanetsky2006-10-061-4/+6
* MFB: Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-041-2/+13
* MFB:Ilia Alshanetsky2006-09-191-0/+1
* MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-081-0/+3
* MFB: Fixed buildEdin Kadribasic2006-03-141-1/+2
* MFB51: Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number ofIlia Alshanetsky2006-01-291-9/+12
* bump year and license versionfoobar2006-01-011-3/+3
* - MFB Get rid of warningsMarcus Boerger2005-12-201-1/+8
* zts fixesWez Furlong2005-08-121-1/+1
* - 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
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-081-1/+59
* Use PQexecParams() when available, use original case in all other instances.Ilia Alshanetsky2005-07-071-3/+13
* Leave it up to the user to decide if to escape the sequence name or not.Ilia Alshanetsky2005-07-071-5/+0
* Faster sequence id retrieval.Ilia Alshanetsky2005-07-071-6/+7
* Only check for InvalidOid when not looking up a sequenceEdin Kadribasic2005-07-011-4/+3
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-011-12/+2
* Added support for fetching current value of a sequence when theEdin Kadribasic2005-07-011-3/+32
* Silence warnings.Ilia Alshanetsky2005-06-301-1/+1
* Make exec() return FALSE on error as do other drivers.Ilia Alshanetsky2005-06-281-2/+2
* Fixed double-free bug.Ilia Alshanetsky2005-06-281-1/+0
* fixed oid retrieval.Ilia Alshanetsky2005-06-281-1/+1
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-1/+1
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-131-8/+15
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-3/+7
* - Shutup noticesMarcus Boerger2005-02-201-0/+8
* Simplify code and fix compiler warning.Ilia Alshanetsky2005-02-121-5/+2
* Finalized pgsql LOB support using native pgsql bytea type.Edin Kadribasic2005-02-061-6/+22
* Decode pgsql LOB objects (bytea type) on fetchEdin Kadribasic2005-02-051-1/+1
* Use the created connection string.Ilia Alshanetsky2005-02-031-1/+1
* Add support for fetching meta dataEdin Kadribasic2005-01-231-2/+3
* Eliminate unused parameter.Wez Furlong2005-01-211-8/+1