summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #64609 (pg_convert enum type support)Matteo Beccati2013-06-021-5/+36
|
* Happy New Year~Xinchen Hui2013-01-011-1/+1
|
* Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)Yasuo Ohgaki2012-03-291-0/+4
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).Ilia Alshanetsky2011-11-151-0/+18
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-0/+8
| | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* - Fixed bug #47199 (pg_delete() fails on NULL)Felipe Pena2010-11-061-6/+10
| | | | | patch by: ewgraf at gmail dot com
* Fix typos s/connnection/connectionRaphael Geissert2010-05-011-4/+4
|
* - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵Felipe Pena2010-04-201-6/+2
| | | | | | | argument) Patch by: cbandy at jbandy dot com
* - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)Felipe Pena2010-04-201-2/+5
|
* - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string ↵Felipe Pena2010-04-201-2/+2
| | | | | | | literal) Patch by: cbandy at jbandy dot com
* Fix build (see r296062)Hannes Magnusson2010-03-111-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixe buildIlia Alshanetsky2009-11-271-1/+1
|
* Fixed bug #50195 (pg_copy_to() fails when table name contains schema).Ilia Alshanetsky2009-11-251-1/+5
|
* Fixed compiler warningsIlia Alshanetsky2009-11-021-7/+11
|
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-1/+1
|
* Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a stringIlia Alshanetsky2009-03-121-1/+1
| | | | | literal)
* - MFH: Fixed bug #47048 (Segfault with new pg_meta_data)Felipe Pena2009-01-181-1/+1
|
* Improved parameter handlingIlia Alshanetsky2009-01-131-3/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-2/+2
| | | | using array_map)
* - 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
|