summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-82/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+82
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-82/+0
|
* MFH:Felipe Pena2008-10-161-7/+27
| | | | | | | | | | | | | | - Fixed: . Memory leak in pg_delete() when using PGSQL_DML_STRING. . Bug #24679 (pg_insert problem!) . Bug #35996 (pg_meta_data should take the schema into account) . Bug #40808 (pg_insert problem) . Bug #42078 (pg_meta_data mix tables metadata from different schemas) - Improved: . Error messages - Added: . Tests
* - Fixed possible efree(NULL)Felipe Pena2008-10-151-1/+3
|
* MFH:Felipe Pena2008-10-131-4/+3
| | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony
* use proper macroIlia Alshanetsky2008-10-081-1/+1
|
* Fixed bug #46206 (pg_query_params/pg_execute convert passed values toIlia Alshanetsky2008-10-011-52/+55
| | | | | strings).
* Fixed unused var warningIlia Alshanetsky2008-09-101-1/+2
|
* - Fixed some wrong format parametersFelipe Pena2008-09-081-2/+2
|
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
|
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
|
* added support for object ids in pg_lo_create() and pg_lo_import() where ↵Hartmut Holzgraefe2008-07-231-26/+100
| | | | | | | available (based on code provided by Tatsuo Ishii)
* - Added arginfoFelipe Pena2008-07-021-107/+642
|
* - New parameter parsing APIFelipe Pena2008-06-291-475/+352
|
* Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)Ilia Alshanetsky2008-05-191-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patchIlia Alshanetsky2007-11-221-8/+10
| | | | | by andy at petdance dot com
* Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'Ilia Alshanetsky2007-11-131-1/+3
| | | | | to strings)
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-0/+1
|
* Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)Ilia Alshanetsky2007-10-031-2/+9
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: fixed typo in function nameIlia Alshanetsky2007-09-051-1/+1
|
* Fixed bug #42506 (php_pgsql_convert() timezone parse bug)Ilia Alshanetsky2007-09-031-1/+1
|
* Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).Ilia Alshanetsky2007-08-221-10/+28
|
* Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4)Ilia Alshanetsky2007-07-021-0/+4
|
* - 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
|
* MFHAntony Dovgal2007-01-111-8/+10
|
* Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect toIlia Alshanetsky2007-01-071-0/+10
| | | | | establish a new connection).
* %f -> %FIlia Alshanetsky2007-01-051-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-291-6/+6
| | | | | timestamp fields).
* Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
|
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
|
* Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-4/+5
| | | | | corruption on Windows in pgsql and pdo_pgsql extensions).
* Fixed bug #36812 (pg_execute() modifies input array).Ilia Alshanetsky2006-11-131-3/+4
|
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-061-5/+23
|
* - nuke unused variableHannes Magnusson2006-10-051-6/+6
| | | | | | - "prefer" two arguments - only print "wrong parameter count" once
* Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-041-6/+22
| | | | | 8.1.4 and higher.
* pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw ↵Hannes Magnusson2006-10-031-3/+3
| | | | "Wrong parameter count"
* 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
|