summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pdo_pgsql.c
Commit message (Collapse)AuthorAgeFilesLines
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ↵foobar2005-11-251-2/+2
| | | | extensions
* MFB: remove PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
|
* Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
|
* - 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