summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-5851/+0
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-061-5/+23
* - nuke unused variableHannes Magnusson2006-10-051-6/+6
* Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-041-6/+22
* pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "W...Hannes Magnusson2006-10-031-3/+3
* Added a check for PQftable() functionIlia Alshanetsky2006-09-151-1/+5
* fix leak in pg_copy_to() when invalid resource was passedAntony Dovgal2006-09-061-2/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+10
* - Update after api changesMarcus Boerger2006-05-101-3/+3
* MFH: Added pg_field_table() as per req: #36750Edin Kadribasic2006-05-071-0/+90
* - MFH Fix potenbtioal SEGVMarcus Boerger2006-04-101-1/+2
* reenable pg_execute E_WARNINGYasuo Ohgaki2006-03-281-0/+1
* remove pg_execute() E_WARNING error when query plan is not definedYasuo Ohgaki2006-03-271-1/+0
* - bug #36625 fixMarcus Boerger2006-03-131-1/+1
* MFH: fix #36606 (pg_query_params() changes arguments type to string)Antony Dovgal2006-03-051-2/+2
* 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/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-8/+8
* - MFH Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-071-2/+2
* - Fix parameter parsingMarcus Boerger2005-11-061-3/+9
* MFH: Fixed bug #33167 (Possible crash inside pg_fetch_array()).Ilia Alshanetsky2005-10-111-10/+6
* Use free() instead of PQfreemem() to maintain compabitibility with olderEdin Kadribasic2005-08-161-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Added pg_fetch_all_columns() function to fetch all values of a column fromIlia Alshanetsky2005-07-081-0/+42
* Properly detect when the copy command failsEdin Kadribasic2005-07-051-0/+8
* - Fixed memory corruption in pg_copy_from() in case the as_null parameter wasDerick Rethans2005-07-051-1/+5
* use & and check for the right value of result_typeAntony Dovgal2005-05-101-2/+7
* fix #32904 (pg_get_notify() ignores result_type parameter)Antony Dovgal2005-05-101-2/+2
* Prevent double free.Ilia Alshanetsky2005-05-031-2/+5
* disable pg_cmdtuples() too, if there is no pg_affected_rows()Antony Dovgal2005-04-131-0/+2
* - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was notDerick Rethans2005-04-131-0/+4
* (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.Christopher Kings-Lynne2005-03-251-1/+9
* Slightly safer code.Ilia Alshanetsky2005-03-251-1/+1
* Tweak some #if's to be more orthogonal.Christopher Kings-Lynne2005-03-221-5/+107
* - Fixed a warning (might also be an error with some exotic compiler)foobar2005-03-201-1/+1
* Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.Christopher Kings-Lynne2005-03-201-2/+9
* Another oversight - make sure constants related to pg_result_error_field are ...Christopher Kings-Lynne2005-03-191-0/+2
* Minor oversight in #if for an internal functionChristopher Kings-Lynne2005-03-191-1/+1
* Added several new functions to support the PostgreSQL v3 protocolChristopher Kings-Lynne2005-03-191-1/+711
* ws fixEdin Kadribasic2005-02-141-1/+1
* Added pg_field_type_oid() functionEdin Kadribasic2005-02-141-0/+30
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* Fixed bug #28374 (Possible unterminated loop insideIlia Alshanetsky2004-05-121-1/+1
* Fixed possible crash inside pg_copy_(to|from) function if delimiter is moreIlia Alshanetsky2004-04-221-4/+4
* Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
* Keep BC of pg_fetch_objectMarcus Boerger2004-03-151-9/+8
* Bugfix #27597 pg_fetch_array not returning false .Marcus Boerger2004-03-151-3/+7
* Wordsize fixesArd Biesheuvel2004-02-251-3/+4
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1