| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). | Ilia Alshanetsky | 2004-01-11 | 1 | -2/+8 | |
| | | ||||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 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). | |||||
| * | Removed unused variable. | Ilia Alshanetsky | 2003-12-07 | 1 | -6/+0 | |
| | | ||||||
| * | MFB: PHP_PQ_ERROR() change | Marcus Boerger | 2003-12-06 | 1 | -53/+46 | |
| | | ||||||
| * | Get rid of PHPAPI usage. | Edin Kadribasic | 2003-12-05 | 1 | -7/+7 | |
| | | | | | | | Enable shared build in the new php5 build system Check for the correct header. | |||||
| * | Modify pg_fetch_object() to be able to instantiate a selected class and pass | Marcus Boerger | 2003-09-06 | 1 | -60/+116 | |
| | | | | | | 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 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 | 1 | -0/+38 | |
| | | ||||||
| * | 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 | 1 | -0/+22 | |
| | | | | | | | version. @Added pg_version() function. (Marcus) | |||||
| * | The value might be a null pointer | Marcus Boerger | 2003-07-22 | 1 | -2/+7 | |
| | | ||||||
| * | Postgres decision on this | Marcus Boerger | 2003-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Reset vars when reusing a persistent connection as requested from postgres ↵ | Marcus Boerger | 2003-07-21 | 1 | -0/+5 | |
| | | | | | developers | |||||
| * | Go without #24499 hint sneaked in by accident | Marcus Boerger | 2003-07-21 | 1 | -4/+1 | |
| | | ||||||
| * | Use only one line per error message and don't terminate with a dot as ↵ | Marcus Boerger | 2003-07-20 | 1 | -121/+167 | |
| | | | | | everywhere else. | |||||
| * | proto fixes | Andrey Hristov | 2003-07-19 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed bug #24284 (Fixed memory leak inside pg_ping()) | Ilia Alshanetsky | 2003-06-22 | 1 | -1/+3 | |
| | | ||||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | | ||||||
| * | Better fix for default connection handling. | Marcus Boerger | 2003-05-30 | 1 | -9/+53 | |
| | | | | | | # Problems noticed by Jay with the help of Sascha's nice little script. | |||||
| * | Fix handling of default links | Marcus Boerger | 2003-05-30 | 1 | -16/+0 | |
| | | ||||||
| * | Fix notice handling | Marcus Boerger | 2003-05-30 | 1 | -4/+10 | |
| | | ||||||
| * | - Fix ini handling in ZTS mode | Marcus Boerger | 2003-05-30 | 1 | -19/+11 | |
| | | ||||||
| * | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-04-25 | 1 | -3/+3 | |
| | | | | | | Fixed possible buffer overflow in pg_lo_read() | |||||
| * | Fix some segfaults in some of the pg_lo_* functions. | Jay Smith | 2003-04-17 | 1 | -2/+18 | |
| | | ||||||
| * | Fix 'timestamp without timezone', too. | Jay Smith | 2003-04-01 | 1 | -0/+3 | |
| | | ||||||
| * | Fix 'time with timezone', too | Marcus Boerger | 2003-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #23009 (pg_select with timestamp) | Jay Smith | 2003-04-01 | 1 | -2/+2 | |
| | | ||||||
| * | Correcting int/long mismatched - 64bit issues. | David Hill | 2003-03-10 | 1 | -10/+11 | |
| | | ||||||
| * | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -2/+2 | |
| | | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | |||||
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -10/+15 | |
| | | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | |||||
| * | Remove C++-style comment. (Breaks Sun Forte compiler.) | Justin Erenkrantz | 2003-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false) | foobar | 2003-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Correct the spelling of 'supported'. | Jon Parise | 2003-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed one more improper row offset handling. | Yasuo Ohgaki | 2003-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed improper result offset handling. | Yasuo Ohgaki | 2003-02-09 | 1 | -7/+17 | |
| | | | | | | Prevent error when connection is broken. (optional) | |||||
| * | Made the row parameter in pg_result_seek() non-optional, the current | Ilia Alshanetsky | 2003-02-04 | 1 | -9/+4 | |
| | | | | | | | | | | implementation would result in random behavior if the 2nd argument is not passed. Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the result due to always seeking to row next to the one requested). Removed dead code from pg_result_seek(). | |||||
| * | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -13/+3 | |
| | | ||||||
| * | Fixed proto | Yasuo Ohgaki | 2003-01-15 | 1 | -1/+1 | |
| | | ||||||
