summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fixed bug #28374 (Possible unterminated loop insideIlia Alshanetsky2004-05-121-1/+1
| | | | | _php_pgsql_trim_message()).
* MFH: Fixed possible crash inside pg_copy_(to|from) function if delimiter isIlia Alshanetsky2004-04-221-4/+4
| | | | | more then 1 character long.
* MFH: Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
|
* MFH: Fixed bug #27007 (missing connection closure when connect fails inIlia Alshanetsky2004-01-291-0/+3
| | | | | pgsql)
* MFH: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).Ilia Alshanetsky2004-01-111-2/+8
|
* MFH: Make test work with PostgreSQL 7.4Ilia Alshanetsky2003-12-231-2/+2
|
* MFH: Missing bit for bug #26625.Ilia Alshanetsky2003-12-221-3/+2
|
* MFH: Fixed Bug #26625 (pg_convert sets NULL incorrectly for character dataIlia Alshanetsky2003-12-161-1/+1
| | | | | types).
* Standard header file locationsEdin Kadribasic2003-12-111-4/+4
|
* Nuke unused local varsEdin Kadribasic2003-12-111-7/+0
|
* Update error/warning messagesMarcus Boerger2003-12-061-127/+140
|
* MFH: Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-4/+0
|
* MFH: Fixed bug #25963 (PostgreSQL error message include \n characters).Ilia Alshanetsky2003-11-251-14/+40
|
* MFH: Bugfix #25404Marcus Boerger2003-09-061-1/+3
|
* MFH : str is string not a longAndrey Hristov2003-08-281-1/+2
|
* Fixed format errors & warning.Ilia Alshanetsky2003-08-281-9/+9
|
* MFH: Fixed bug #25109 (Possible crash when fetching field names in pgsql)Ilia Alshanetsky2003-08-281-1/+4
|
* MFH: Fixed bug #25093 (Various leaks due to non-freed queries)Ilia Alshanetsky2003-08-141-2/+7
|
* MFH: memory leak fixIlia Alshanetsky2003-08-051-0/+1
|
* MFH: The value might be a null pointerMarcus Boerger2003-07-221-3/+7
|
* MFH: Do not test postgres settingsMarcus Boerger2003-06-301-2/+2
|
* MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping())Ilia Alshanetsky2003-06-221-1/+3
|
* Fix the fixMarcus Boerger2003-05-311-1/+1
|
* Use ZE1 notation as expected resultMarcus Boerger2003-05-311-1/+1
|
* MFH: Synch latest fixesMarcus Boerger2003-05-3150-687/+575
|
* MFHIlia Alshanetsky2003-04-251-3/+3
|
* MFH: fix some segfaults in some pg_lo_* functionsJay Smith2003-04-171-1/+17
|
* @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)Jay Smith2003-04-022-1/+5
| | | | | MFH
* MFHJay Smith2003-04-011-2/+2
|
* MFHfoobar2003-03-101-27/+16
|
* - No C++ comments! (Patch by Magnus)Derick Rethans2003-03-091-1/+1
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-10/+15
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but ↵foobar2003-02-201-1/+1
| | | | returns false)
* MFHYasuo Ohgaki2003-02-091-1/+1
|
* MFHYasuo Ohgaki2003-02-091-7/+17
|
* MFHIlia Alshanetsky2003-02-041-9/+4
|
* - MFH: Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch byDerick Rethans2003-01-041-2/+2
| | | | | Floyd <floyd@studiodust.com>)
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - Fix typoDerick Rethans2002-12-211-2/+2
|
* MFH (memory leak).Ilia Alshanetsky2002-12-161-1/+2
|
* MFHYasuo Ohgaki2002-11-291-1/+1
|
* MFHYasuo Ohgaki2002-11-261-11/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-141-0/+37
|
* Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed upYasuo Ohgaki2002-11-121-6/+9
| | | | | | | from 50 sec to 5 sec. (sscanf is too slow at least under my linux, I might write better function that unescape values later) Use emalloc/erealloc for bundled PQescapeBytea(php_pgsql_escape_bytea)
* Fix compile warning.Ilia Alshanetsky2002-11-051-1/+3
|
* fix compiler warningMarcus Boerger2002-10-241-1/+1
|
* - Style polizei =)Derick Rethans2002-10-191-109/+109
|
* Revert invalid patch. It seems the real problem is in php errorYasuo Ohgaki2002-10-191-5/+3
| | | | | | | | | function(s). It exits with return code -1 when php_error_docref() is called. There is custom error handler and without custom error handler, it is working.
* Skip field when there is obvious error.Yasuo Ohgaki2002-10-191-1/+3
| | | | | Fixed freeing of wrong zval.
* Fixed typo.Yasuo Ohgaki2002-10-191-5/+5
|