Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Fixed memory corruption in pg_copy_from() in case the as_null ↵ | Derick Rethans | 2005-07-05 | 1 | -1/+5 |
| | | | | | | | parameter was passed. | ||||
* | use & and check for the right value of result_type | Antony Dovgal | 2005-05-10 | 1 | -2/+7 |
| | |||||
* | MFH: fix #32904 (pg_get_notify() ignores result_type parameter) | Antony Dovgal | 2005-05-10 | 1 | -2/+2 |
| | |||||
* | MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows() | Antony Dovgal | 2005-04-13 | 1 | -0/+2 |
| | |||||
* | - MF43: Fixed bug #32699 (pg_affected_rows() was defined when it was not | Derick Rethans | 2005-04-13 | 2 | -0/+6 |
| | | | | | available). | ||||
* | MFH: fix typo | Antony Dovgal | 2005-04-03 | 1 | -1/+1 |
| | |||||
* | MFH | Edin Kadribasic | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | - MFB4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -1/+1 |
| | |||||
* | Fixed bug #28374 (Possible unterminated loop inside | Ilia Alshanetsky | 2004-05-12 | 1 | -1/+1 |
| | | | | | _php_pgsql_trim_message()). | ||||
* | Fixed possible crash inside pg_copy_(to|from) function if delimiter is more | Ilia Alshanetsky | 2004-04-22 | 1 | -4/+4 |
| | | | | | then 1 character long. | ||||
* | Fixed bug #27300 (Improved regex for pg_convert()). | Ilia Alshanetsky | 2004-03-18 | 1 | -4/+51 |
| | | | | | # Patch by benjcarson at digitaljunkies dot ca | ||||
* | Keep BC of pg_fetch_object | Marcus Boerger | 2004-03-15 | 2 | -11/+10 |
| | |||||
* | Bugfix #27597 pg_fetch_array not returning false . | Marcus Boerger | 2004-03-15 | 2 | -3/+67 |
| | |||||
* | Show the connect result | Marcus Boerger | 2004-03-09 | 1 | -3/+6 |
| | |||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -3/+4 |
| | |||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #27007 (missing connection closure when connect fails in pgsql). | Ilia Alshanetsky | 2004-01-29 | 1 | -0/+3 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -3/+3 |
| | |||||
* | Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). | Ilia Alshanetsky | 2004-01-11 | 1 | -2/+8 |
| | |||||
* | Use pg_config if it can be found. | Marcus Boerger | 2004-01-09 | 1 | -19/+35 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Removed a useless define. | Ilia Alshanetsky | 2003-12-29 | 1 | -2/+0 |
| | |||||
* | Make test work with PostgreSQL 7.4 | Ilia Alshanetsky | 2003-12-23 | 1 | -2/+2 |
| | |||||
* | Missing bit for bug #26625. | Ilia Alshanetsky | 2003-12-22 | 1 | -3/+2 |
| | |||||
* | Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data | Ilia Alshanetsky | 2003-12-16 | 1 | -1/+1 |
| | | | | | types). | ||||
* | MFB: Use standard header locations | Edin Kadribasic | 2003-12-11 | 1 | -4/+4 |
| | |||||
* | Removed unused variable. | Ilia Alshanetsky | 2003-12-07 | 1 | -6/+0 |
| | |||||
* | MFB: PHP_PQ_ERROR() change | Marcus Boerger | 2003-12-06 | 1 | -53/+46 |
| | |||||
* | #args, reinsert skipif for extension check | Marcus Boerger | 2003-12-06 | 1 | -0/+3 |
| | |||||
* | Do not dynamically load the extension in skipif | Marcus Boerger | 2003-12-06 | 1 | -7/+0 |
| | |||||
* | Get rid of PHPAPI usage. | Edin Kadribasic | 2003-12-05 | 3 | -27/+24 |
| | | | | | | Enable shared build in the new php5 build system Check for the correct header. | ||||
* | Make this build using new build system | Wez Furlong | 2003-12-04 | 1 | -0/+19 |
| | |||||
* | Modify pg_fetch_object() to be able to instantiate a selected class and pass | Marcus Boerger | 2003-09-06 | 5 | -63/+158 |
| | | | | | parameters to the constructor. Update tests and add a test for these features. | ||||
* | Bugfix #25404 | Marcus Boerger | 2003-09-06 | 1 | -1/+3 |
| | |||||
* | format string fix and number of arguments | Marcus Boerger | 2003-08-28 | 1 | -4/+4 |
| | |||||
* | this is the right parameter | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -5/+9 |
| | |||||
* | Fixed bug #25109 (Possible crash when fetching field name) | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+4 |
| | |||||
* | Fixed tests that failed in ZTS due to incorrect file paths. | Ilia Alshanetsky | 2003-08-28 | 4 | -13/+18 |
| | | | | | Fixed test that failed due to new array dimension property being fetched. | ||||
* | Fixed bug #22243 (make pg_meta_data fetch array dimentions) | Ilia Alshanetsky | 2003-08-27 | 1 | -1/+2 |
| | | | | | m-lesser[at]better-com.de | ||||
* | Fixed bug #25093 (Various leaks due to non-freed queries) | Ilia Alshanetsky | 2003-08-14 | 1 | -2/+7 |
| | |||||
* | #damn | Marcus Boerger | 2003-07-27 | 1 | -1/+1 |
| | |||||
* | In protocol version < 3 we cannot test transaction status and do ↵ | Marcus Boerger | 2003-07-27 | 1 | -1/+1 |
| | | | | unconditional ROLLBACK; | ||||
* | Added new function pg_parameter_status() | Marcus Boerger | 2003-07-27 | 2 | -0/+41 |
| | |||||
* | Needed function detection | Marcus Boerger | 2003-07-27 | 1 | -0/+1 |
| | |||||
* | New smart connect/shutdown for persistent connections. | Marcus Boerger | 2003-07-27 | 1 | -15/+33 |
| | | | | | | | Behavior for old libs/servers is "BEGIN;ROLLBACK;" in request shutdown. For new libs a "RESET ALL;" is done in connect and "ROLLBACK;" is only done where appropriate. | ||||
* | Added pg_version() which returns an associative array of client/protocol/server | Marcus Boerger | 2003-07-22 | 3 | -0/+25 |
| | | | | | | version. @Added pg_version() function. (Marcus) | ||||
* | Add reson | Marcus Boerger | 2003-07-22 | 1 | -1/+1 |
| | |||||
* | The value might be a null pointer | Marcus Boerger | 2003-07-22 | 1 | -2/+7 |
| |