Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Added unicode support to ext/pgsql | Matteo Beccati | 2009-12-30 | 1 | -221/+303 |
| | | | | | # Also fixed a few typos and compiler warnings | ||||
* | Fixe build | Ilia Alshanetsky | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50195 (pg_copy_to() fails when table name contains schema). | Ilia Alshanetsky | 2009-11-25 | 1 | -1/+5 |
| | |||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2009-11-02 | 1 | -7/+11 |
| | |||||
* | Fix compiler warnings, and some unicode stuff | Kalle Sommer Nielsen | 2009-05-19 | 1 | -9/+11 |
| | |||||
* | Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string | Ilia Alshanetsky | 2009-03-12 | 1 | -1/+1 |
| | | | | | literal) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #47048 (Segfault with new pg_meta_data) | Felipe Pena | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | MFB: Improved parameter handling | Ilia Alshanetsky | 2009-01-13 | 1 | -3/+3 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | using array_map) | ||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -82/+0 |
| | |||||
* | - Fixed compiler warning | Felipe Pena | 2008-11-03 | 1 | -1/+2 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+82 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -82/+0 |
| | |||||
* | - Fixed: | Felipe Pena | 2008-10-16 | 1 | -7/+27 |
| | | | | | | | | | | | | | . 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 Pena | 2008-10-15 | 1 | -1/+3 |
| | |||||
* | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) | Felipe Pena | 2008-10-13 | 1 | -4/+3 |
| | | | | | Patch by Tony | ||||
* | MFB: use proper macro | Ilia Alshanetsky | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to | Ilia Alshanetsky | 2008-10-01 | 1 | -52/+55 |
| | | | | | strings). | ||||
* | - Fixed some wrong format parameters | Felipe Pena | 2008-09-08 | 1 | -2/+2 |
| | |||||
* | - Nuketh C++ comments from C files. | Jani Taskinen | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed uninitialized data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | MFB + Unicode: | Hartmut Holzgraefe | 2008-07-23 | 1 | -26/+122 |
| | | | | | | added support for object ids in pg_lo_create() and pg_lo_import() where available (based on code provided by Tatsuo Ishii) | ||||
* | - MFB: Added arginfo | Felipe Pena | 2008-07-02 | 1 | -107/+642 |
| | |||||
* | - MFB: New parameter parsing API | Felipe Pena | 2008-06-30 | 1 | -476/+353 |
| | | | | | - Fixed tests | ||||
* | MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) | Ilia Alshanetsky | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2007-11-29 | 1 | -0/+3 |
| | |||||
* | MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) | Ilia Alshanetsky | 2007-11-22 | 1 | -10/+8 |
| | |||||
* | MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' | Ilia Alshanetsky | 2007-11-13 | 1 | -1/+3 |
| | | | | | to strings) | ||||
* | MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for | Ilia Alshanetsky | 2007-10-03 | 1 | -2/+9 |
| | | | | | insertion) | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Fixed typo in function name | Ilia Alshanetsky | 2007-09-05 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL | Ilia Alshanetsky | 2007-09-05 | 1 | -0/+4 |
| | | | | | <7.4) | ||||
* | MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug) | Ilia Alshanetsky | 2007-09-05 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42368 (Incorrect error message displayed by pg_escape_string) | Ilia Alshanetsky | 2007-08-21 | 1 | -10/+28 |
| | |||||
* | - Moved the old regex functions to it's own extension: ereg | Jani Taskinen | 2007-07-15 | 1 | -0/+1 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-29 | 1 | -8/+2 |
| | |||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | |||||
* | make sure the string is non-empty and use strlcpy() & strlcat() | Antony Dovgal | 2007-01-11 | 1 | -8/+10 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 1 | -6/+6 |
| | | | | | timestamp fields). | ||||
* | MFB: Added buffer length checks | Ilia Alshanetsky | 2006-12-28 | 1 | -1/+1 |
| | |||||
* | MFB: safety checks | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory | Ilia Alshanetsky | 2006-11-29 | 1 | -2/+3 |
| | | | | | corruption on Windows in pgsql and pdo_pgsql extensions). | ||||
* | MFB: Fixed bug #36812 (pg_execute() modifies input array). | Ilia Alshanetsky | 2006-11-13 | 1 | -3/+4 |
| | |||||
* | MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. | Ilia Alshanetsky | 2006-10-06 | 1 | -5/+23 |
| | |||||
* | MFB: | Hannes Magnusson | 2006-10-05 | 1 | -6/+6 |
| | | | | | | | - nuke unused variable - "prefer" two arguments - only print "wrong parameter count" once |