summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-8/+2
* Fixed bug #40371Edin Kadribasic2007-02-191-1/+1
* PQfreemem checksIlia Alshanetsky2007-02-182-1/+2
* MFHAntony Dovgal2007-01-111-8/+10
* Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect toIlia Alshanetsky2007-01-071-0/+10
* %f -> %FIlia Alshanetsky2007-01-051-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-292-6/+36
* Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
* Fix testHannes Magnusson2006-12-121-1/+1
* Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-4/+5
* Fixed bug #36812 (pg_execute() modifies input array).Ilia Alshanetsky2006-11-131-3/+4
* Sync with Unix buildEdin Kadribasic2006-10-111-1/+1
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-062-6/+25
* - nuke unused variableHannes Magnusson2006-10-051-6/+6
* Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-051-1/+1
* Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-042-6/+23
* 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-153-2/+7
* 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-072-0/+91
* - 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-132-1/+50
* MFH: fix #36606 (pg_query_params() changes arguments type to string)Antony Dovgal2006-03-051-2/+2
* MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)foobar2006-01-051-1/+3
* bump year and license versionfoobar2006-01-012-6/+6
* - MFH Fix testsMarcus Boerger2005-12-313-4/+6
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+6
* fixed test for ZTSIlia Alshanetsky2005-12-181-1/+1
* 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-072-2/+59
* - Fix parameter parsingMarcus Boerger2005-11-061-3/+9
* MFH: Fixed bug #33167 (Possible crash inside pg_fetch_array()).Ilia Alshanetsky2005-10-111-10/+6
* - MFH Make test check for PlPgSQL before using itMarcus Boerger2005-10-091-16/+19
* - MFH Add new testMarcus Boerger2005-10-091-0/+51
* Use free() instead of PQfreemem() to maintain compabitibility with olderEdin Kadribasic2005-08-161-2/+2
* - Bumber up yearfoobar2005-08-032-2/+2
* revert fix that did not fix anythingfoobar2005-07-221-1/+1
* fix build with older postgresqlYasuo Ohgaki2005-07-221-1/+1
* Added pg_fetch_all_columns() function to fetch all values of a column fromIlia Alshanetsky2005-07-082-0/+43
* 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
* fixes for #33251Wez Furlong2005-06-051-1/+1