Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+4 |
* | 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 |
* | MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but return... | foobar | 2003-02-20 | 1 | -1/+1 |
* | 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 |
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | - 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 |
* | Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed up | Yasuo Ohgaki | 2002-11-12 | 1 | -6/+9 |
* | Fix compile warning. | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+3 |
* | fix compiler warning | Marcus Boerger | 2002-10-24 | 1 | -1/+1 |
* | - Style polizei =) | Derick Rethans | 2002-10-19 | 1 | -109/+109 |
* | Revert invalid patch. It seems the real problem is in php error | Yasuo Ohgaki | 2002-10-19 | 1 | -5/+3 |
* | Skip field when there is obvious error. | Yasuo Ohgaki | 2002-10-19 | 1 | -1/+3 |
* | Fixed typo. | Yasuo Ohgaki | 2002-10-19 | 1 | -5/+5 |
* | Added pg_get_pid() | Yasuo Ohgaki | 2002-10-17 | 1 | -2/+19 |
* | Added async message function - pg_get_notify() | Yasuo Ohgaki | 2002-10-17 | 1 | -0/+40 |
* | Fixed proto. Clean up. | Yasuo Ohgaki | 2002-10-13 | 1 | -2/+2 |
* | Need to init connstring when there are 2 args. | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+1 |
* | Introduce connect_type option to pg_connect(). | Yasuo Ohgaki | 2002-10-13 | 1 | -6/+12 |
* | Enable pg_escape_bytea(). | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+1 |
* | Rename pg_data_seek() to pg_result_seek(). | Yasuo Ohgaki | 2002-10-03 | 1 | -3/+3 |
* | Fixed pg_escape_typea() | Yasuo Ohgaki | 2002-10-02 | 1 | -2/+2 |
* | Clean up a little. | Yasuo Ohgaki | 2002-10-02 | 1 | -4/+2 |
* | Added pg_unescape_bytea(). Fixed pg_data_seek(). | Yasuo Ohgaki | 2002-10-02 | 1 | -2/+128 |
* | Added pg_data_seek(). | Yasuo Ohgaki | 2002-10-02 | 1 | -0/+32 |
* | Added pg_ping() | Yasuo Ohgaki | 2002-10-02 | 1 | -1/+33 |
* | Rename pg_metadata() to pg_meta_data() to confirm naming standard | Yasuo Ohgaki | 2002-10-02 | 1 | -10/+10 |
* | Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. | Yasuo Ohgaki | 2002-09-30 | 1 | -5/+20 |
* | Use PGSQL_CONV_FORCE_NULL as it is supposed. | Yasuo Ohgaki | 2002-09-30 | 1 | -1/+6 |
* | Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little. | Yasuo Ohgaki | 2002-09-30 | 1 | -3/+3 |
* | Fix TODO desc | Yasuo Ohgaki | 2002-09-30 | 1 | -1/+1 |
* | Remove unused def. Add TODO. | Yasuo Ohgaki | 2002-09-30 | 1 | -4/+1 |
* | Improve error message. Fix proto. | Yasuo Ohgaki | 2002-09-30 | 1 | -11/+12 |
* | php_error -> php_error_docref | Yasuo Ohgaki | 2002-09-04 | 1 | -219/+115 |
* | Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_re... | Yasuo Ohgaki | 2002-08-24 | 1 | -22/+16 |
* | Fixed typo | Yasuo Ohgaki | 2002-08-24 | 1 | -1/+1 |
* | Make pg_result_status() a little more useufl by ignoring invalid | Yasuo Ohgaki | 2002-08-24 | 1 | -3/+9 |
* | ws fix | foobar | 2002-08-23 | 1 | -3/+3 |
* | Unify error messages | Yasuo Ohgaki | 2002-07-28 | 1 | -109/+109 |
* | Copy empty_string, fixed crash. | Yasuo Ohgaki | 2002-07-22 | 1 | -1/+1 |