summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* 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
* added mbstring.language option in ext/mbstring.Rui Hirokawa2002-07-111-3/+3
* - Fix typoDerick Rethans2002-06-261-1/+1
* Fix for #17315. Requires client library 7.2 or greater to compile.Edin Kadribasic2002-05-211-4/+4
* Fixed possible pg_lo_write() overflow and make it more fail safe.Yasuo Ohgaki2002-05-201-1/+11
* Improve large object performance. pg_lo_read() and pg_lo_read_all() should pe...Yasuo Ohgaki2002-05-201-9/+8
* Reduce number of realloc calls.Yasuo Ohgaki2002-05-111-0/+2
* Fix win32 build.Edin Kadribasic2002-05-101-0/+6
* Added test for pg_fetch_*() functionsYasuo Ohgaki2002-04-252-0/+61
* Revert last 2 commits.Yasuo Ohgaki2002-04-251-14/+9
* Fix version in messageYasuo Ohgaki2002-04-251-1/+1
* pg_client_encoding/pg_set_client_encoding should be compiled always.Yasuo Ohgaki2002-04-252-10/+13
* Remove result_type from pg_fetch_object() proto.Yasuo Ohgaki2002-04-241-1/+1
* It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_obj...Yasuo Ohgaki2002-04-241-1/+1
* Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.Yasuo Ohgaki2002-04-239-266/+199
* hash keys lengths include the NUL-byte, so we need to copy one byte less.Sascha Schumann2002-04-221-2/+4
* refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotesSascha Schumann2002-04-211-118/+80
* Avoid allocating resources, if we know that the input array is empty.Sascha Schumann2002-04-211-21/+21
* speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/Sascha Schumann2002-04-211-3/+3
* The default has been changed to assume failure, because there were 5-10Sascha Schumann2002-04-211-1/+1
* Add PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc.Sascha Schumann2002-04-211-25/+17