Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #64609 (pg_convert enum type support) | Matteo Beccati | 2013-06-02 | 2 | -5/+66 |
| | |||||
* | Fixed bug #62857 (bytea test failures) | Matteo Beccati | 2013-06-01 | 4 | -1/+7 |
| | | | | | | | | | | | Postgres 9.1+ test fixes. Tests were failing due to the default standard_conforming_strings GUC being changed to on. Also the pg_escape_bytea test was encoding the data before estabilishing a connection, thus falling back to the old escaping type which isn't properly handled by the backend when using a default configuration. I haven't updated the NEWS file as it's just test fixes. | ||||
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 6 | -0/+0 |
| | |||||
* | Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less) | Yasuo Ohgaki | 2012-03-29 | 1 | -0/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 2 | -0/+75 |
| | |||||
* | Fixed a few false positives on gcov for ext/pgsql | Matteo Beccati | 2011-08-30 | 6 | -7/+44 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -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 Pena | 2010-11-06 | 2 | -6/+77 |
| | | | | | patch by: ewgraf at gmail dot com | ||||
* | Fix typos s/connnection/connection | Raphael Geissert | 2010-05-01 | 1 | -4/+4 |
| | |||||
* | - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵ | Felipe Pena | 2010-04-20 | 1 | -6/+2 |
| | | | | | | | argument) Patch by: cbandy at jbandy dot com | ||||
* | - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) | Felipe Pena | 2010-04-20 | 1 | -2/+5 |
| | |||||
* | - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string ↵ | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | | | | | | literal) Patch by: cbandy at jbandy dot com | ||||
* | Fix build (see r296062) | Hannes Magnusson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Removed spurious high-ascii char from previous commmit | Matteo Beccati | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 | Matteo Beccati | 2009-12-25 | 11 | -6/+195 |
| | | | | | # tested w/ 8.5alpha3 | ||||
* | 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 |
| | |||||
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) | Pierre Joye | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| |