| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFB: ext/pgsql/tests/80_bug14383.phpt | Ilia Alshanetsky | 2009-04-06 | 1 | -0/+15 |
| | | |||||
| * | Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string | Ilia Alshanetsky | 2009-03-12 | 1 | -1/+1 |
| | | | | | | literal) | ||||
| * | - add path for libpq (other are kept) | Pierre Joye | 2009-03-09 | 1 | -1/+1 |
| | | |||||
| * | - MFH: Fix test | Felipe Pena | 2009-01-30 | 1 | -2/+4 |
| | | |||||
| * | - MFH: Fixed bug #47048 (Segfault with new pg_meta_data) | Felipe Pena | 2009-01-18 | 1 | -1/+1 |
| | | |||||
| * | Improved parameter handling | Ilia Alshanetsky | 2009-01-13 | 1 | -3/+3 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | | |||||
| * | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | | using array_map) | ||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -82/+0 |
| | | |||||
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+82 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -82/+0 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-10-16 | 6 | -7/+357 |
| | | | | | | | | | | | | | | | - 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 Pena | 2008-10-15 | 1 | -1/+3 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-10-13 | 2 | -4/+46 |
| | | | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony | ||||
| * | use proper macro | Ilia Alshanetsky | 2008-10-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #46206 (pg_query_params/pg_execute convert passed values to | Ilia Alshanetsky | 2008-10-01 | 1 | -52/+55 |
| | | | | | | strings). | ||||
| * | Fixed unused var warning | Ilia Alshanetsky | 2008-09-10 | 1 | -1/+2 |
| | | |||||
| * | - Fixed some wrong format parameters | Felipe Pena | 2008-09-08 | 1 | -2/+2 |
| | | |||||
| * | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed uninitialised data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | | |||||
| * | MFH: corrected library search path order in tests | Hartmut Holzgraefe | 2008-07-23 | 1 | -1/+1 |
| | | |||||
| * | splitted test cases for lo_create and lo_import, added version aware | Hartmut Holzgraefe | 2008-07-23 | 2 | -30/+55 |
| | | | | | | SKIP tests | ||||
| * | added support for object ids in pg_lo_create() and pg_lo_import() where ↵ | Hartmut Holzgraefe | 2008-07-23 | 3 | -26/+172 |
| | | | | | | | | available (based on code provided by Tatsuo Ishii) | ||||
| * | - Added arginfo | Felipe Pena | 2008-07-02 | 1 | -107/+642 |
| | | |||||
| * | - Fixed test | Felipe Pena | 2008-06-30 | 1 | -1/+1 |
| | | |||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-29 | 1 | -475/+352 |
| | | |||||
| * | Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) | Ilia Alshanetsky | 2008-05-19 | 1 | -1/+1 |
| | | |||||
| * | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -1/+5 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | | |||||
| * | Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch | Ilia Alshanetsky | 2007-11-22 | 1 | -8/+10 |
| | | | | | | by andy at petdance dot com | ||||
| * | Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' | Ilia Alshanetsky | 2007-11-13 | 1 | -1/+3 |
| | | | | | | to strings) | ||||
| * | MFH:- Moved the old regex functions to own extension: ereg | Jani Taskinen | 2007-10-05 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) | Ilia Alshanetsky | 2007-10-03 | 2 | -2/+43 |
| | | |||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | | |||||
| * | MFH: fixed typo in function name | Ilia Alshanetsky | 2007-09-05 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #42506 (php_pgsql_convert() timezone parse bug) | Ilia Alshanetsky | 2007-09-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #42368 (Incorrect error message displayed by pg_escape_string). | Ilia Alshanetsky | 2007-08-22 | 1 | -10/+28 |
| | | |||||
| * | MFH | Jani Taskinen | 2007-07-11 | 1 | -4/+1 |
| | | |||||
| * | Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4) | Ilia Alshanetsky | 2007-07-02 | 1 | -0/+4 |
| | | |||||
| * | fix test names | Antony Dovgal | 2007-05-07 | 3 | -4/+4 |
| | | |||||
| * | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | | |||||
| * | Simplify code by converting emalloc() + sprintf() to spprintf() | Ilia Alshanetsky | 2007-02-23 | 1 | -8/+2 |
| | | |||||
| * | Fixed bug #40371 | Edin Kadribasic | 2007-02-19 | 1 | -1/+1 |
| | | |||||
| * | PQfreemem checks | Ilia Alshanetsky | 2007-02-18 | 2 | -1/+2 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-01-11 | 1 | -8/+10 |
| | | |||||
| * | Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+10 |
| | | | | | | establish a new connection). | ||||
| * | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -2/+2 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | | |||||
| * | Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 2 | -6/+36 |
| | | | | | | timestamp fields). | ||||
| * | Added buffer length checks | Ilia Alshanetsky | 2006-12-28 | 1 | -1/+1 |
| | | |||||
