| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Backport config.m4 from HEAD so that pg_config can be used. | Derick Rethans | 2005-07-01 | 1 | -19/+53 |
| | | |||||
| * | use & and check for the right value of result_type | Antony Dovgal | 2005-05-10 | 1 | -3/+8 |
| | | | | | | | btw, nobody noticed that result_type wasn't ever working in 4.3, because it was absent in parse_params().. also, I prefer "Tony" just for uniformity =) | ||||
| * | 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 |
| | | |||||
| * | - Fixed bug #32699 (pg_affected_rows() was defined when it was not available). | Derick Rethans | 2005-04-13 | 2 | -0/+6 |
| | | |||||
| * | MFH: fix typo | Antony Dovgal | 2005-04-03 | 1 | -1/+1 |
| | | |||||
| * | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -3/+0 |
| | | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
| * | MFH: Fixed bug #28374 (Possible unterminated loop inside | Ilia Alshanetsky | 2004-05-12 | 1 | -1/+1 |
| | | | | | | _php_pgsql_trim_message()). | ||||
| * | MFH: Fixed possible crash inside pg_copy_(to|from) function if delimiter is | Ilia Alshanetsky | 2004-04-22 | 1 | -4/+4 |
| | | | | | | more then 1 character long. | ||||
| * | MFH: Fixed bug #27300 (Improved regex for pg_convert()). | Ilia Alshanetsky | 2004-03-18 | 1 | -4/+51 |
| | | |||||
| * | MFH: Fixed bug #27007 (missing connection closure when connect fails in | Ilia Alshanetsky | 2004-01-29 | 1 | -0/+3 |
| | | | | | | pgsql) | ||||
| * | MFH: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). | Ilia Alshanetsky | 2004-01-11 | 1 | -2/+8 |
| | | |||||
| * | MFH: Make test work with PostgreSQL 7.4 | Ilia Alshanetsky | 2003-12-23 | 1 | -2/+2 |
| | | |||||
| * | MFH: Missing bit for bug #26625. | Ilia Alshanetsky | 2003-12-22 | 1 | -3/+2 |
| | | |||||
| * | MFH: Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data | Ilia Alshanetsky | 2003-12-16 | 1 | -1/+1 |
| | | | | | | types). | ||||
| * | Standard header file locations | Edin Kadribasic | 2003-12-11 | 1 | -4/+4 |
| | | |||||
| * | Nuke unused local vars | Edin Kadribasic | 2003-12-11 | 1 | -7/+0 |
| | | |||||
| * | Update error/warning messages | Marcus Boerger | 2003-12-06 | 1 | -127/+140 |
| | | |||||
| * | MFH: Do not dynamically load the extension in skipif | Marcus Boerger | 2003-12-06 | 1 | -4/+0 |
| | | |||||
| * | MFH: Fixed bug #25963 (PostgreSQL error message include \n characters). | Ilia Alshanetsky | 2003-11-25 | 1 | -14/+40 |
| | | |||||
| * | MFH: Bugfix #25404 | Marcus Boerger | 2003-09-06 | 1 | -1/+3 |
| | | |||||
| * | MFH : str is string not a long | Andrey Hristov | 2003-08-28 | 1 | -1/+2 |
| | | |||||
| * | Fixed format errors & warning. | Ilia Alshanetsky | 2003-08-28 | 1 | -9/+9 |
| | | |||||
| * | MFH: Fixed bug #25109 (Possible crash when fetching field names in pgsql) | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+4 |
| | | |||||
| * | MFH: Fixed bug #25093 (Various leaks due to non-freed queries) | Ilia Alshanetsky | 2003-08-14 | 1 | -2/+7 |
| | | |||||
| * | MFH: memory leak fix | Ilia Alshanetsky | 2003-08-05 | 1 | -0/+1 |
| | | |||||
| * | MFH: The value might be a null pointer | Marcus Boerger | 2003-07-22 | 1 | -3/+7 |
| | | |||||
| * | MFH: Do not test postgres settings | Marcus Boerger | 2003-06-30 | 1 | -2/+2 |
| | | |||||
| * | MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping()) | Ilia Alshanetsky | 2003-06-22 | 1 | -1/+3 |
| | | |||||
| * | Fix the fix | Marcus Boerger | 2003-05-31 | 1 | -1/+1 |
| | | |||||
| * | Use ZE1 notation as expected result | Marcus Boerger | 2003-05-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Synch latest fixes | Marcus Boerger | 2003-05-31 | 50 | -687/+575 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-04-25 | 1 | -3/+3 |
| | | |||||
| * | MFH: fix some segfaults in some pg_lo_* functions | Jay Smith | 2003-04-17 | 1 | -1/+17 |
| | | |||||
| * | @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay) | Jay Smith | 2003-04-02 | 2 | -1/+5 |
| | | | | | | MFH | ||||
| * | MFH | Jay Smith | 2003-04-01 | 1 | -2/+2 |
| | | |||||
| * | MFH | foobar | 2003-03-10 | 1 | -27/+16 |
| | | |||||
| * | - No C++ comments! (Patch by Magnus) | Derick Rethans | 2003-03-09 | 1 | -1/+1 |
| | | |||||
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-07 | 1 | -10/+15 |
| | | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
| * | MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but ↵ | foobar | 2003-02-20 | 1 | -1/+1 |
| | | | | | returns false) | ||||
| * | MFH | Yasuo Ohgaki | 2003-02-09 | 1 | -1/+1 |
| | | |||||
| * | MFH | Yasuo Ohgaki | 2003-02-09 | 1 | -7/+17 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-02-04 | 1 | -9/+4 |
| | | |||||
| * | - MFH: Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch by | Derick Rethans | 2003-01-04 | 1 | -2/+2 |
| | | | | | | Floyd <floyd@studiodust.com>) | ||||
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | | |||||
| * | - Fix typo | Derick Rethans | 2002-12-21 | 1 | -2/+2 |
| | | |||||
| * | MFH (memory leak). | Ilia Alshanetsky | 2002-12-16 | 1 | -1/+2 |
| | | |||||
| * | MFH | Yasuo Ohgaki | 2002-11-29 | 1 | -1/+1 |
| | | |||||
| * | MFH | Yasuo Ohgaki | 2002-11-26 | 1 | -11/+8 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-14 | 1 | -0/+37 |
| | | |||||
