summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql_int.h
Commit message (Expand)AuthorAgeFilesLines
* Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParamsMatteo Beccati2014-03-111-0/+2
* Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTMatteo Beccati2014-03-111-3/+2
* Drop PDO support for extremely old libpq versionsMatteo Beccati2014-03-111-5/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Refactored custom PDO_pgsql methods to trigger errors/exceptionsMatteo Beccati2013-06-051-3/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-101-0/+7
* 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-0/+1
* - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements...Matteo Beccati2009-10-071-0/+7
* MFHMatteo Beccati2009-05-121-1/+1
* MFH:Matteo Beccati2009-04-301-4/+0
* 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Retry on failed prepare resulting from duplicate statement name.Ilia Alshanetsky2005-12-171-0/+1
* Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().Wez Furlong2005-11-291-5/+16
* Addresses #35338.Wez Furlong2005-11-251-0/+2
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-201-0/+4
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-081-1/+7
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-011-0/+7
* Removed define checks that break the build.Ilia Alshanetsky2005-05-171-3/+0
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-131-3/+5
* Adjust for the new get_col apiEdin Kadribasic2005-02-061-2/+0
* Decode pgsql LOB objects (bytea type) on fetchEdin Kadribasic2005-02-051-0/+2
* Store pgsql_type, intval and boolav per columnEdin Kadribasic2005-01-231-1/+4
* Take a blind stab at implementing scrollable cursors for pgsql.Wez Furlong2005-01-131-0/+1
* Last insert id (oids) support.Ilia Alshanetsky2004-05-201-0/+1
* Make doer() work.Ilia Alshanetsky2004-05-201-5/+11
* PostgreSQL PDO driver.Edin Kadribasic2004-05-201-0/+73