summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_statement.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* - Reverting previous fix for bug #49985 Matteo Beccati2009-11-041-17/+3
* - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).Ilia Alshanetsky2009-10-261-3/+17
* TypoKalle Sommer Nielsen2009-05-251-1/+1
* - Fixed bug #48188Matteo Beccati2009-05-121-0/+10
* - Changed PDO_PGSQL configure script to require libpq 7.4Matteo Beccati2009-04-301-106/+10
* - Reverted previous fix for bug #46274 and properly fixed itMatteo Beccati2009-04-231-2/+8
* MFB:Matteo Beccati2009-03-281-14/+34
* MFB:Matteo Beccati2009-03-281-24/+179
* - 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
* - Removed unused variablesFelipe Pena2008-08-151-4/+0
* MFB: Better fix for bug #44189Ilia Alshanetsky2008-02-261-0/+3
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fixed bug #43457 (Prepared statement with incorrect parms doens'tIlia Alshanetsky2007-12-021-1/+1
* MFBIlia Alshanetsky2007-05-281-0/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment objectIlia Alshanetsky2006-11-281-1/+1
* MFB: fixed compiler warningsIlia Alshanetsky2006-11-161-1/+2
* - Drop some uncompletley synched code, makes it work at leastMarcus Boerger2006-10-311-8/+0
* MFB:Ilia Alshanetsky2006-09-191-4/+8
* MFB: Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).Ilia Alshanetsky2006-08-011-3/+3
* MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-081-0/+1
* MFB: fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are def...Antony Dovgal2006-03-171-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Make PDO use class constantsIlia Alshanetsky2005-09-201-0/+2
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-0/+4
* MFBEdin Kadribasic2005-09-031-9/+11
* - Bumber up yearfoobar2005-08-031-1/+1
* Added cursor closer handler.Ilia Alshanetsky2005-07-091-1/+7
* fix leakWez Furlong2005-07-081-0/+5
* Fix PECL #4753Wez Furlong2005-07-081-2/+2
* rewrite original names to our preferred formatWez Furlong2005-07-081-2/+13
* Some of us don't have PostgreSQL 8.0 :)Ilia Alshanetsky2005-07-081-1/+2
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-081-0/+76
* probable fix for PECL bug #4546Wez Furlong2005-07-031-1/+1
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-011-13/+2
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-1/+0
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-131-7/+21
* - Use a replacement for PQunescapeBytea so that linking against a pre-7.3Christopher Kings-Lynne2005-03-231-1/+105
* - Fix fetching bound vars & testsMarcus Boerger2005-03-101-6/+6
* Fixed bug #3478: handling of 64bit return values on 32bit machineEdin Kadribasic2005-02-151-0/+2
* fix pointer indirection (and thus leak)Wez Furlong2005-02-071-1/+1
* Adjust for the new get_col apiEdin Kadribasic2005-02-061-22/+8
* Decode pgsql LOB objects (bytea type) on fetchEdin Kadribasic2005-02-051-0/+28
* Removed unused variebles.Edin Kadribasic2005-02-051-6/+7
* Get OID of the last inserted rowEdin Kadribasic2005-02-041-0/+1
* Add support for fetching meta dataEdin Kadribasic2005-01-231-1/+51
* Store pgsql_type, intval and boolav per columnEdin Kadribasic2005-01-231-8/+7