summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed test skip conditions.Ilia Alshanetsky2005-06-211-1/+6
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* - Unify the "configure --help" textsfoobar2005-05-291-3/+2
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+51
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+68
* Various compiler warning fixes.Ilia Alshanetsky2005-05-182-2/+1
* Removed define checks that break the build.Ilia Alshanetsky2005-05-172-6/+0
* Sync with config.m4Edin Kadribasic2005-05-161-0/+1
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-134-18/+43
* No c++ comments in C codefoobar2005-04-191-2/+2
* - Add new testMarcus Boerger2005-03-241-0/+21
* - Use a replacement for PQunescapeBytea so that linking against a pre-7.3Christopher Kings-Lynne2005-03-231-1/+105
* - Add new testsMarcus Boerger2005-03-211-0/+61
* - Interface name was changedMarcus Boerger2005-03-191-1/+1
* - Update testsMarcus Boerger2005-03-132-0/+2
* - Fix fetching bound vars & testsMarcus Boerger2005-03-103-10/+26
* - Update testsMarcus Boerger2005-03-101-1/+1
* - Fix test nameMarcus Boerger2005-03-101-1/+1
* More tests.Magnus M��tt�2005-03-093-0/+115
* - Add new testsMarcus Boerger2005-03-071-0/+52
* - Add new testsMarcus Boerger2005-03-071-0/+135
* - Add new testsMarcus Boerger2005-03-071-0/+22
* - Add testsMarcus Boerger2005-03-042-1/+117
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
* - Add new testMarcus Boerger2005-02-271-0/+77