| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-01-11 | 1 | -5/+6 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | | |||||
| * | MFH: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 1 | -6/+6 |
| | | | | | | timestamp fields). | ||||
| * | MFH: Added buffer length checks | Ilia Alshanetsky | 2006-12-28 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) | foobar | 2006-01-05 | 1 | -1/+3 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 2 | -8/+8 |
| | | |||||
| * | - MFH Fix Bug #32223 weird behaviour of pg_last_notice | Marcus Boerger | 2005-11-07 | 2 | -2/+59 |
| | | |||||
| * | - MFH Make test check for PlPgSQL before using it | Marcus Boerger | 2005-10-09 | 1 | -2/+13 |
| | | |||||
| * | - MFH Add new test | Marcus Boerger | 2005-10-09 | 1 | -0/+43 |
| | | |||||
| * | fix build with older pgsql. | Yasuo Ohgaki | 2005-07-24 | 1 | -1/+1 |
| | | |||||
| * | - MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter | Derick Rethans | 2005-07-05 | 1 | -1/+5 |
| | | | | | | was passed. (Derick) | ||||
| * | - 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 |
| | | |||||
