History log of /PHP-5.5/ext/pgsql/pgsql.c (Results 226 – 250 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0RC2
# f0b6f545 26-Nov-2002 Yasuo Ohgaki

Remove a warning


Revision tags: RELEASE_1_0b2
# 5c851cba 25-Nov-2002 Yasuo Ohgaki

Cleanup state=4 and avoid using sscanf()


# 3f6b4707 24-Nov-2002 Sascha Schumann

Use proper form of NUL
Drop superfluous checks for NULL results


# 490903da 24-Nov-2002 Sterling Hughes

null after the erealloc()


# 5c2fda30 24-Nov-2002 Yasuo Ohgaki

Added missing '\0'


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# f482ac40 12-Nov-2002 Yasuo Ohgaki

Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed up
from 50 sec to 5 sec. (sscanf is too slow at least under my linux, I
might write better function that unescape values la

Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed up
from 50 sec to 5 sec. (sscanf is too slow at least under my linux, I
might write better function that unescape values later)
Use emalloc/erealloc for bundled PQescapeBytea(php_pgsql_escape_bytea)

show more ...


# 41a77bcc 05-Nov-2002 Ilia Alshanetsky

Fix compile warning.


Revision tags: php-4.3.0pre2
# 15b2e277 24-Oct-2002 Marcus Boerger

fix compiler warning


# 8998bce4 19-Oct-2002 Derick Rethans

- Style polizei =)


# 572b2a5a 19-Oct-2002 Yasuo Ohgaki

Revert invalid patch. It seems the real problem is in php error
function(s). It exits with return code -1 when php_error_docref()
is called.

There is custom error handler and without

Revert invalid patch. It seems the real problem is in php error
function(s). It exits with return code -1 when php_error_docref()
is called.

There is custom error handler and without custom error handler,
it is working.

show more ...


# 29a53a47 19-Oct-2002 Yasuo Ohgaki

Skip field when there is obvious error.
Fixed freeing of wrong zval.


# 98ab76d2 19-Oct-2002 Yasuo Ohgaki

Fixed typo.


# 7094b48b 17-Oct-2002 Yasuo Ohgaki

Added pg_get_pid()


# 601a507a 17-Oct-2002 Yasuo Ohgaki

Added async message function - pg_get_notify()


# 1917f5f3 13-Oct-2002 Yasuo Ohgaki

Fixed proto. Clean up.


# a6de0807 13-Oct-2002 Yasuo Ohgaki

Need to init connstring when there are 2 args.


# 2c23e56c 13-Oct-2002 Yasuo Ohgaki

Introduce connect_type option to pg_connect().
pg_connect(conn_str, conn_type) is allowed.
@Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
# If you have better idea about co

Introduce connect_type option to pg_connect().
pg_connect(conn_str, conn_type) is allowed.
@Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
# If you have better idea about constant name(s), let me know.

show more ...


# 6edd9d2f 13-Oct-2002 Yasuo Ohgaki

Enable pg_escape_bytea().


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 1b675aa6 03-Oct-2002 Yasuo Ohgaki

Rename pg_data_seek() to pg_result_seek().
Added mysql_result_seek() which is alias of mysql_data_seek().


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 2300bddb 02-Oct-2002 Yasuo Ohgaki

Fixed pg_escape_typea()


# 520486e8 02-Oct-2002 Yasuo Ohgaki

Clean up a little.


# 69957c56 02-Oct-2002 Yasuo Ohgaki

Added pg_unescape_bytea(). Fixed pg_data_seek().
php_pgsql_unescape_bytea(PQunescapeBytea) is shamelessly stolen from PostgreSQL 7.3 :)


# b8fdd3c7 02-Oct-2002 Yasuo Ohgaki

Added pg_data_seek().
pg_result_seek() woudl be better name, but there is mysql_data_seek()...


# 2728440f 02-Oct-2002 Yasuo Ohgaki

Added pg_ping()


# f8f11ac0 02-Oct-2002 Yasuo Ohgaki

Rename pg_metadata() to pg_meta_data() to confirm naming standard


12345678910>>...19