Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Implement Request #47570 libpq's PG_VERSION should be exported to userland | Yasuo Ohgaki | 2012-04-17 | 1 | -0/+6 |
| | |||||
* | Merge branch 'PHP-5.4' | Yasuo Ohgaki | 2012-03-29 | 1 | -0/+4 |
|\ | | | | | | | | | * PHP-5.4: Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less) | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Yasuo Ohgaki | 2012-03-29 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less) | ||||
| | * | 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 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 1 | -0/+18 |
| | | | |||||
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - 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 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 1 | -0/+4 |
| | | | |||||
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -12/+5 |
| | | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
| * | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | add pg_escape_identifier/pg_escape_literal | Yasuo Ohgaki | 2011-11-25 | 1 | -1/+138 |
| | | | |||||
* | | | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 1 | -0/+4 |
| | | | |||||
* | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -12/+5 |
| | | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
* | | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -8/+8 |
|/ / | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | Added support for "extra" parameter for PGNotify(). | Ilia Alshanetsky | 2011-01-27 | 1 | -0/+14 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #47199 (pg_delete() fails on NULL) | Felipe Pena | 2010-11-06 | 1 | -6/+10 |
| | | | | | | | | | | patch by: ewgraf at gmail dot com | ||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | | |||||
* | | Fix typos s/connnection/connection | Raphael Geissert | 2010-05-01 | 1 | -4/+4 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -9/+1 |
| | | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | | - 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string | Ilia Alshanetsky | 2009-03-12 | 1 | -1/+1 |
| | | | | | literal) | ||||
* | - 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 | 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) | ||||
* | - 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 | 1 | -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 |