summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Remove a warningYasuo Ohgaki2002-11-261-1/+1
* Cleanup state=4 and avoid using sscanf()Yasuo Ohgaki2002-11-251-8/+6
* Use proper form of NULSascha Schumann2002-11-241-5/+1
* null after the erealloc()Sterling Hughes2002-11-241-1/+1
* Added missing '\0'Yasuo Ohgaki2002-11-241-1/+2
* Test for bug #14383Marcus Boerger2002-11-141-0/+37
* Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed upYasuo Ohgaki2002-11-121-6/+9
* Fix compile warning.Ilia Alshanetsky2002-11-051-1/+3
* fix compiler warningMarcus Boerger2002-10-241-1/+1
* - Style polizei =)Derick Rethans2002-10-191-109/+109
* Revert invalid patch. It seems the real problem is in php errorYasuo Ohgaki2002-10-191-5/+3
* Skip field when there is obvious error.Yasuo Ohgaki2002-10-191-1/+3
* Fixed typo.Yasuo Ohgaki2002-10-191-5/+5
* Added tests for new functionsYasuo Ohgaki2002-10-1813-1/+149
* Added pg_get_pid()Yasuo Ohgaki2002-10-173-4/+34
* Added async message function - pg_get_notify()Yasuo Ohgaki2002-10-172-0/+42
* Fixed proto. Clean up.Yasuo Ohgaki2002-10-131-2/+2
* Need to init connstring when there are 2 args.Yasuo Ohgaki2002-10-131-0/+1
* Introduce connect_type option to pg_connect().Yasuo Ohgaki2002-10-132-6/+14
* Enable pg_escape_bytea().Yasuo Ohgaki2002-10-132-0/+2
* Rename pg_data_seek() to pg_result_seek().Yasuo Ohgaki2002-10-032-4/+4
* Fixed pg_escape_typea()Yasuo Ohgaki2002-10-021-2/+2
* Clean up a little.Yasuo Ohgaki2002-10-021-4/+2
* Added pg_unescape_bytea(). Fixed pg_data_seek().Yasuo Ohgaki2002-10-021-2/+128
* Add some example functions for mysql users.Yasuo Ohgaki2002-10-021-0/+82
* Added pg_data_seek().Yasuo Ohgaki2002-10-022-0/+33
* Added pg_ping()Yasuo Ohgaki2002-10-022-1/+34
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-024-14/+14
* Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.Yasuo Ohgaki2002-09-302-6/+22
* Use PGSQL_CONV_FORCE_NULL as it is supposed.Yasuo Ohgaki2002-09-301-1/+6
* Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little.Yasuo Ohgaki2002-09-301-3/+3
* Fix TODO descYasuo Ohgaki2002-09-301-1/+1
* Remove unused def. Add TODO.Yasuo Ohgaki2002-09-301-4/+1
* Improve error message. Fix proto.Yasuo Ohgaki2002-09-301-11/+12
* php_error -> php_error_docrefYasuo Ohgaki2002-09-041-219/+115
* Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_re...Yasuo Ohgaki2002-08-241-22/+16
* Fixed typoYasuo Ohgaki2002-08-241-1/+1
* Make pg_result_status() a little more useufl by ignoring invalidYasuo Ohgaki2002-08-241-3/+9
* ws fixfoobar2002-08-231-3/+3
* Unify error messagesYasuo Ohgaki2002-07-281-109/+109
* Copy empty_string, fixed crash.Yasuo Ohgaki2002-07-221-1/+1
* Added pg_fetch_all() that fetch all rows in result.Yasuo Ohgaki2002-07-212-0/+27
* Fixed php_pgsql_convert's bool type handling.Yasuo Ohgaki2002-07-201-9/+6
* Hmm. My PostgreSQL returns "bool" for boolean now.Yasuo Ohgaki2002-07-201-1/+1
* Fixed convetion when null string is passed to php_pgsql_convert()Yasuo Ohgaki2002-07-201-2/+1
* Fixed crash.Yasuo Ohgaki2002-07-201-1/+1
* Fixed build.Yasuo Ohgaki2002-07-171-2/+2
* Added safe_mode & open_basedir checks for pg_lo_export()Yasuo Ohgaki2002-07-171-0/+8
* Added open_basedir check.Yasuo Ohgaki2002-07-171-0/+4
* Clean up code a little (Remove a use of magic number)Yasuo Ohgaki2002-07-151-12/+12