summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Added unicode support to ext/pgsqlMatteo Beccati2009-12-3022-391/+490
| | | | | # Also fixed a few typos and compiler warnings
* - Updated ext/pgsql tests to work w/ PostgreSQL 8.5Matteo Beccati2009-12-2513-8/+271
| | | | | # tested w/ 8.5alpha3
* 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
|
* Fix compiler warnings, and some unicode stuffKalle Sommer Nielsen2009-05-191-9/+11
|
* - define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)Pierre Joye2009-05-111-1/+1
|
* MFB: Fixed testIlia Alshanetsky2009-04-061-0/+15
|
* Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a stringIlia Alshanetsky2009-03-121-1/+1
| | | | | literal)
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-102-2/+2
|
* - Fix testFelipe Pena2009-01-301-2/+4
|
* - Fixed bug #47048 (Segfault with new pg_meta_data)Felipe Pena2009-01-181-1/+1
|
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-131-3/+3
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-2/+2
| | | | using array_map)
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-82/+0
|
* - Fixed compiler warningFelipe Pena2008-11-031-1/+2
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+82
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-82/+0
|
* - Fixed:Felipe Pena2008-10-166-7/+357
| | | | | | | | | | | | | . 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
|
* - Fixed bug #37100 (data is returned truncated with BINARY CURSOR)Felipe Pena2008-10-132-4/+46
| | | | | Patch by Tony
* MFB: use proper macroIlia Alshanetsky2008-10-081-1/+1
|
* MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values toIlia Alshanetsky2008-10-011-52/+55
| | | | | strings).
* - Fixed some wrong format parametersFelipe Pena2008-09-081-2/+2
|
* - Nuketh C++ comments from C files.Jani Taskinen2008-08-031-1/+1
|
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
|
* corrected library search path order in testsHartmut Holzgraefe2008-07-231-1/+1
|
* MFB + Unicode:Hartmut Holzgraefe2008-07-234-26/+219
| | | | | | added support for object ids in pg_lo_create() and pg_lo_import() where available (based on code provided by Tatsuo Ishii)
* - MFB: Added arginfoFelipe Pena2008-07-021-107/+642
|
* - MFB: New parameter parsing APIFelipe Pena2008-06-303-480/+357
| | | | | - Fixed tests
* MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)Ilia Alshanetsky2008-05-191-1/+1
|
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-1/+5
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* fix buildAntony Dovgal2007-11-291-0/+3
|
* MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval)Ilia Alshanetsky2007-11-221-10/+8
|
* MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'Ilia Alshanetsky2007-11-131-1/+3
| | | | | to strings)
* MFB: Fixed bug #42783 (pg_insert() does not accept an empty list forIlia Alshanetsky2007-10-032-2/+43
| | | | | insertion)
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Fixed typo in function nameIlia Alshanetsky2007-09-051-1/+1
|
* MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQLIlia Alshanetsky2007-09-051-0/+4
| | | | | <7.4)
* MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug)Ilia Alshanetsky2007-09-051-1/+1
|
* Fixed bug #42368 (Incorrect error message displayed by pg_escape_string)Ilia Alshanetsky2007-08-211-10/+28
|
* - Moved the old regex functions to it's own extension: eregJani Taskinen2007-07-151-0/+1
|
* - Removed unused empty macro and nuked illegal use of $withvalJani Taskinen2007-07-111-4/+1
|
* MFBIlia Alshanetsky2007-05-291-8/+2
|
* fix test namesAntony Dovgal2007-05-073-4/+4
|
* - avoid sprintfMarcus Boerger2007-02-241-2/+2
|
* MFB: PQfreemem() checksAntony Dovgal2007-02-192-1/+2
|