summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pdo_pgsql.c
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
|
* Removed unnecessary rinit/rshutdownIlia Alshanetsky2011-05-311-20/+2
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-101-0/+6
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared ↵Matteo Beccati2009-10-071-1/+1
| | | | | | | statements if v3 proto available) # original patch by Mark Kirkwood
* MFH:Matteo Beccati2009-03-281-0/+5
| | | | | - Added missing #undefs, fixing compile warnings
* 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
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Be more verbose in phpinfo() outputEdin Kadribasic2006-03-141-0/+10
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* switch to package2.xmlWez Furlong2005-12-041-1/+1
|
* Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().Wez Furlong2005-11-291-1/+1
|
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
|
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
|
* use the right macro for theseWez Furlong2005-10-011-1/+1
|
* Remove pointless PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
|
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
|
* update package.xml files and version numbers, in anticipation of a big bunch ↵Wez Furlong2005-09-111-1/+1
| | | | of releases.
* - Bumber up yearfoobar2005-08-031-1/+1
|
* prep for PECL releaseWez Furlong2005-07-271-1/+1
|
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-201-0/+1
| | | | | | | | | | | | | | | | to true, forces the driver to use PDO's own emulated prepared statement support. Why would you want that, considering that native prepared statements are supposed to be the best thing ever? "Often postgresql will have to plan the query without knowing the parameters - and it will choose a bad plan. In some cases it will plan based on the first parameters you send. " Ugh. So now we have a way to let you decide that you know better than the pgsql query planner.
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+15
| | | | | | # PDO is a PECL extension and at the moment is still meant to compile on # both PHP 5.0 and PHP 5.1.
* No c++ comments in C codefoobar2005-04-191-2/+2
|
* prep for releaseWez Furlong2005-02-091-1/+1
|
* PostgreSQL PDO driver.Edin Kadribasic2004-05-201-0/+113