289 Commits (ce160f1bdeaf4e6cc15dc003b7bf2d997734bdac)

Author SHA1 Message Date
Yasuo Ohgaki 05aa532310 Unify error messages 24 years ago
Yasuo Ohgaki 882f83cf81 Copy empty_string, fixed crash. 24 years ago
Yasuo Ohgaki 36e80ddc15 Added pg_fetch_all() that fetch all rows in result. 24 years ago
Yasuo Ohgaki 78a2781936 Fixed php_pgsql_convert's bool type handling. 24 years ago
Yasuo Ohgaki 0b7f2da4cf Hmm. My PostgreSQL returns "bool" for boolean now. 24 years ago
Yasuo Ohgaki 06c969e68a Fixed convetion when null string is passed to php_pgsql_convert() 24 years ago
Yasuo Ohgaki c0306424fa Fixed crash. 24 years ago
Yasuo Ohgaki ba670fb19d Fixed build. 24 years ago
Yasuo Ohgaki a6384b3685 Added safe_mode & open_basedir checks for pg_lo_export() 24 years ago
Yasuo Ohgaki 166ace3fa9 Added open_basedir check. 24 years ago
Yasuo Ohgaki a1f37648b3 Clean up code a little (Remove a use of magic number) 24 years ago
Rui Hirokawa 555ca8eedd added mbstring.language option in ext/mbstring. 24 years ago
Derick Rethans f9b21c4b7d - Fix typo 24 years ago
Edin Kadribasic 16e9e77e2a Fix for #17315. Requires client library 7.2 or greater to compile. 24 years ago
Yasuo Ohgaki 62b8c29083 Fixed possible pg_lo_write() overflow and make it more fail safe. 24 years ago
Yasuo Ohgaki c6873da401 Improve large object performance. pg_lo_read() and pg_lo_read_all() should perform 24 years ago
Yasuo Ohgaki f314d24d03 Reduce number of realloc calls. 24 years ago
Edin Kadribasic 51cb237aa6 Fix win32 build. 24 years ago
Yasuo Ohgaki c5b4a507fe Added test for pg_fetch_*() functions 24 years ago
Yasuo Ohgaki b4c943ee7b Revert last 2 commits. 24 years ago
Yasuo Ohgaki 534ba498e3 Fix version in message 24 years ago
Yasuo Ohgaki c65a20df4a pg_client_encoding/pg_set_client_encoding should be compiled always. 24 years ago
Yasuo Ohgaki 48ea7057e4 Remove result_type from pg_fetch_object() proto. 24 years ago
Yasuo Ohgaki cf7f465ef9 It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_object() 24 years ago
Yasuo Ohgaki e7e0eddadd Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
Sascha Schumann ebd957f69e hash keys lengths include the NUL-byte, so we need to copy one byte less. 24 years ago
Sascha Schumann d1a1f17628 refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotes 24 years ago
Sascha Schumann c2c23ff6df Avoid allocating resources, if we know that the input array is empty. 24 years ago
Sascha Schumann bf87992040 speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/ 24 years ago
Sascha Schumann c6016fcfd2 The default has been changed to assume failure, because there were 5-10 24 years ago
Sascha Schumann db24a14b9b Add PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc. 24 years ago
Sascha Schumann 9a7418906c Also support --disable-shared installations of pgsql 24 years ago
Sascha Schumann 7e597b260a My patch as posted to php-dev + warnings/errors fixed as seen in 24 years ago
Yasuo Ohgaki 3087b96ece Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid larger than 2^31. 24 years ago
Yasuo Ohgaki 29e3175f97 Added comment to fix large OID value handling later. 24 years ago
Yasuo Ohgaki 3ee7591ae9 Added missing 'd'. 24 years ago
Yasuo Ohgaki d845ba2077 Some cleanup. 24 years ago
Yasuo Ohgaki 07125ea9f4 Fixed OID overflow. If value is larger than MAX_LONG, 24 years ago
Yasuo Ohgaki 04fb5ef2e3 Added API version for C programs 24 years ago
Yasuo Ohgaki c53c212da6 Remove warnings. 24 years ago
Yasuo Ohgaki e64696d729 Fixed pg_insert/update/select/delete overflow. 24 years ago
Yasuo Ohgaki 825e011805 Update tests 24 years ago
Yasuo Ohgaki 7a8ad06121 Added "NOT NULL" check and do not add converted variable when field is NULL and HAS DEFAULT. 24 years ago
Yasuo Ohgaki 8d8ca2602b Changed "default" -> "has default" (metadata) 24 years ago
Yasuo Ohgaki f463be8408 Leave "" (null string) when converting. 24 years ago
Yasuo Ohgaki 34625daf18 Remove unneeded conversions from pg_convert. 24 years ago
Yasuo Ohgaki d023a96cc6 Make it compile with ZTS. 24 years ago
Yasuo Ohgaki 8fab36f99c Update README 24 years ago
Yasuo Ohgaki 4ac70c6821 Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
Yasuo Ohgaki 7d48177f37 Return proper result. 24 years ago