summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-312-2/+2
|
* MFHAntony Dovgal2007-01-111-5/+6
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFH: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-291-6/+6
| | | | | timestamp fields).
* MFH: Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
|
* MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)foobar2006-01-051-1/+3
|
* bump year and license versionfoobar2006-01-012-8/+8
|
* - MFH Fix Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-072-2/+59
|
* - MFH Make test check for PlPgSQL before using itMarcus Boerger2005-10-091-2/+13
|
* - MFH Add new testMarcus Boerger2005-10-091-0/+43
|
* fix build with older pgsql.Yasuo Ohgaki2005-07-241-1/+1
|
* - MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameterDerick Rethans2005-07-051-1/+5
| | | | | was passed. (Derick)
* - Backport config.m4 from HEAD so that pg_config can be used.Derick Rethans2005-07-011-19/+53
|
* use & and check for the right value of result_typeAntony Dovgal2005-05-101-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 Dovgal2005-05-101-2/+2
|
* MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows()Antony Dovgal2005-04-131-0/+2
|
* - Fixed bug #32699 (pg_affected_rows() was defined when it was not available).Derick Rethans2005-04-132-0/+6
|
* MFH: fix typoAntony Dovgal2005-04-031-1/+1
|
* - Quote macro names in AC_DEFUN()foobar2004-12-301-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 insideIlia Alshanetsky2004-05-121-1/+1
| | | | | _php_pgsql_trim_message()).
* MFH: Fixed possible crash inside pg_copy_(to|from) function if delimiter isIlia Alshanetsky2004-04-221-4/+4
| | | | | more then 1 character long.
* MFH: Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
|
* MFH: Fixed bug #27007 (missing connection closure when connect fails inIlia Alshanetsky2004-01-291-0/+3
| | | | | pgsql)
* MFH: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).Ilia Alshanetsky2004-01-111-2/+8
|
* MFH: Make test work with PostgreSQL 7.4Ilia Alshanetsky2003-12-231-2/+2
|
* MFH: Missing bit for bug #26625.Ilia Alshanetsky2003-12-221-3/+2
|
* MFH: Fixed Bug #26625 (pg_convert sets NULL incorrectly for character dataIlia Alshanetsky2003-12-161-1/+1
| | | | | types).
* Standard header file locationsEdin Kadribasic2003-12-111-4/+4
|
* Nuke unused local varsEdin Kadribasic2003-12-111-7/+0
|
* Update error/warning messagesMarcus Boerger2003-12-061-127/+140
|
* MFH: Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-4/+0
|
* MFH: Fixed bug #25963 (PostgreSQL error message include \n characters).Ilia Alshanetsky2003-11-251-14/+40
|
* MFH: Bugfix #25404Marcus Boerger2003-09-061-1/+3
|
* MFH : str is string not a longAndrey Hristov2003-08-281-1/+2
|
* Fixed format errors & warning.Ilia Alshanetsky2003-08-281-9/+9
|
* MFH: Fixed bug #25109 (Possible crash when fetching field names in pgsql)Ilia Alshanetsky2003-08-281-1/+4
|
* MFH: Fixed bug #25093 (Various leaks due to non-freed queries)Ilia Alshanetsky2003-08-141-2/+7
|
* MFH: memory leak fixIlia Alshanetsky2003-08-051-0/+1
|
* MFH: The value might be a null pointerMarcus Boerger2003-07-221-3/+7
|
* MFH: Do not test postgres settingsMarcus Boerger2003-06-301-2/+2
|
* MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping())Ilia Alshanetsky2003-06-221-1/+3
|
* Fix the fixMarcus Boerger2003-05-311-1/+1
|
* Use ZE1 notation as expected resultMarcus Boerger2003-05-311-1/+1
|
* MFH: Synch latest fixesMarcus Boerger2003-05-3150-687/+575
|
* MFHIlia Alshanetsky2003-04-251-3/+3
|
* MFH: fix some segfaults in some pg_lo_* functionsJay Smith2003-04-171-1/+17
|
* @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)Jay Smith2003-04-022-1/+5
| | | | | MFH
* MFHJay Smith2003-04-011-2/+2
|
* MFHfoobar2003-03-101-27/+16
|
* - No C++ comments! (Patch by Magnus)Derick Rethans2003-03-091-1/+1
|