summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-015-15/+15
* - MFH Fix testsMarcus Boerger2005-12-311-0/+1
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+5
* Fixed compiler warningIlia Alshanetsky2005-12-171-0/+3
* Retry on failed prepare resulting from duplicate statement name.Ilia Alshanetsky2005-12-172-5/+26
* - Fix TSRMMarcus Boerger2005-12-061-1/+1
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
* switch to package2.xmlWez Furlong2005-12-043-66/+80
* Fixed memory leaksIlia Alshanetsky2005-12-012-1/+5
* Fixed memory leakIlia Alshanetsky2005-11-302-2/+5
* Fixed compiler warningsIlia Alshanetsky2005-11-291-3/+1
* proto fixupsWez Furlong2005-11-291-14/+21
* Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().Wez Furlong2005-11-299-22/+361
* set to 1.0 stable.Wez Furlong2005-11-262-4/+4
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* Addresses #35338.Wez Furlong2005-11-254-44/+48
* prep for PECL releaseWez Furlong2005-11-011-9/+10
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-3/+3
* use the right macro for theseWez Furlong2005-10-011-1/+1
* Refs #34630Wez Furlong2005-09-241-0/+16
* Fixed testIlia Alshanetsky2005-09-221-1/+0
* Remove pointless PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-202-15/+15
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-112-4/+4
* if a php bolean makes it as far as the parameter callback, it must really needWez Furlong2005-09-102-0/+154
* Don't crash on invalid parameter #34203 (Wez)Edin Kadribasic2005-09-031-9/+11
* - Bumber up yearfoobar2005-08-034-4/+4
* Yes, I can't count the months, and no, I'm not related to Ilia.Wez Furlong2005-07-271-2/+2
* prep for PECL releaseWez Furlong2005-07-273-6/+33
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-203-46/+54
* Added cursor closer handler.Ilia Alshanetsky2005-07-092-1/+9
* 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-084-2/+145
* using new testsWez Furlong2005-07-0729-1746/+0
* adopt new testsWez Furlong2005-07-071-0/+23
* Use PQexecParams() when available, use original case in all other instances.Ilia Alshanetsky2005-07-072-3/+14
* 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
* probable fix for PECL bug #4546Wez Furlong2005-07-031-1/+1
* Only check for InvalidOid when not looking up a sequenceEdin Kadribasic2005-07-011-4/+3
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-013-25/+11
* 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
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+15