summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-081-0/+3
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
* Fixed buildEdin Kadribasic2006-03-131-1/+2
* - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).Derick Rethans2006-02-131-1/+1
* Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rowsIlia Alshanetsky2006-01-291-9/+12
* bump year and license versionfoobar2006-01-011-3/+3
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+5
* - Fix TSRMMarcus Boerger2005-12-061-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* Fixed memory leaksIlia Alshanetsky2005-12-011-1/+1
* Fixed memory leakIlia Alshanetsky2005-11-301-1/+1
* 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-291-3/+198
* Addresses #35338.Wez Furlong2005-11-251-34/+9
* - Bumber up yearfoobar2005-08-031-1/+1
* Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when setWez Furlong2005-07-201-46/+49
* Added cursor closer handler.Ilia Alshanetsky2005-07-091-0/+2
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-081-1/+59
* Use PQexecParams() when available, use original case in all other instances.Ilia Alshanetsky2005-07-071-3/+13
* 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
* Only check for InvalidOid when not looking up a sequenceEdin Kadribasic2005-07-011-4/+3
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-011-12/+2
* 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
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-1/+1
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-131-8/+15
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-3/+7
* - Shutup noticesMarcus Boerger2005-02-201-0/+8
* Simplify code and fix compiler warning.Ilia Alshanetsky2005-02-121-5/+2
* Finalized pgsql LOB support using native pgsql bytea type.Edin Kadribasic2005-02-061-6/+22
* Decode pgsql LOB objects (bytea type) on fetchEdin Kadribasic2005-02-051-1/+1
* Use the created connection string.Ilia Alshanetsky2005-02-031-1/+1
* Add support for fetching meta dataEdin Kadribasic2005-01-231-2/+3
* Eliminate unused parameter.Wez Furlong2005-01-211-8/+1
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* Use PQescapeBytea() for quoting. Need to think how to add binary safeEdin Kadribasic2005-01-171-11/+5
* Take a blind stab at implementing scrollable cursors for pgsql.Wez Furlong2005-01-131-2/+20
* lame implementation of SQLSTATE error codesWez Furlong2005-01-071-8/+4
* Make handle error messages handle persistent situations better.Ilia Alshanetsky2004-09-231-5/+10
* more method table adjustments.Wez Furlong2004-09-231-1/+2
* Proper parameter separators for PostgreSQL connection initialization.Ilia Alshanetsky2004-07-291-4/+13
* - Trim error messagesMarcus Boerger2004-07-281-1/+15
* - Fix shutdown problemsMarcus Boerger2004-07-281-1/+7
* equivalent segv/shutdown fix for failed connectWez Furlong2004-07-281-0/+1
* Allow pgsql driver to accept login & password as separate parameters likeIlia Alshanetsky2004-07-201-1/+17