History log of /PHP-5.5/ext/pgsql/pgsql.c (Results 376 – 400 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.5
# 6487d08e 29-Apr-2001 Zeev Suraski

Accept the fix suggestion from bug #9562


Revision tags: php-4.0.5RC8, php-4.0.5RC7
# 053994b5 14-Apr-2001 Rui Hirokawa

deleted warning output in dbx/pgsql.


# 0509957b 05-Apr-2001 Romolo Manfredini

pg_close not closing right connection.


# cc48dd21 04-Apr-2001 Thies C. Arntzen

make it compile with 6.5.x
postgresql notices are now send to the standard error-log


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 99e5dfd0 26-Mar-2001 Romolo Manfredini

pg_close was undefining default_conn even if a ref to it was still there.


# 7a102a46 24-Mar-2001 Romolo Manfredini

Solved bugs #9746 and #9937, pg_close was closing twice the default conn.


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 10695935 20-Feb-2001 Daniel Beulshausen

added missing ELS_FETCH()


# 0eec8cf2 19-Feb-2001 Sascha Schumann

Simpler fix for the InvalidOid thing by Tom Lane.

He assured me that InvalidOid has always expanded to (Oid) 0, so this
should be safe.


# b91b1779 19-Feb-2001 Sascha Schumann

Fix warning


# c239da7e 15-Feb-2001 Zeev Suraski

Fix the PostgreSQL fix...


# 9d6f1179 13-Feb-2001 Thies C. Arntzen

remove stupid PGSQL warning


# f6925611 13-Feb-2001 Thies C. Arntzen

@- PostgreSQL now does a rollback at the end of a request on every
@ persistent connection. This is done by doing an "empty" transaction
@ on the connection (This was advised by someone fro

@- PostgreSQL now does a rollback at the end of a request on every
@ persistent connection. This is done by doing an "empty" transaction
@ on the connection (This was advised by someone from the PostgreSQL
@ core-team). If you leave transactions open on your page you will see a
@ "NOTICE: BEGIN: already a transaction in progress" message in your
@ apache error_log. This message is created by the PostgreSQL libs - we can
@ do nothing about it. (Thies)

show more ...


# 79a38a1c 13-Feb-2001 Thies C. Arntzen

@- fixes PostgeSQL pg_connect() bug. We would sometimes close the default
@ link by acciedent. (Patch by: aja@nlgroup.ca)


# 0611acb9 31-Jan-2001 Andi Gutmans

- Change unset() functions to null(). unset() is legacy


# 5d03ac03 20-Jan-2001 Sascha Schumann

Revert last completely broken patch.


# 82d58bdc 18-Jan-2001 Derick Rethans

- Added the pg_lolseek function, which allows for arbitrary seeking within
a large object, and the pg_lotell call, which can be used to find the
current file offset for a large object (Su

- Added the pg_lolseek function, which allows for arbitrary seeking within
a large object, and the pg_lotell call, which can be used to find the
current file offset for a large object (Submitted by: Adam Haberlach
<adam@newsnipple.com>).
@- Added the pg_lolseek and pg_lotell functions (Derick)

show more ...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# abcdb47f 04-Jan-2001 Jouni Ahto

Changing my email address...


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 08d104e0 13-Dec-2000 Sascha Schumann

Don't increase the refcount of id, if we already have increased the refcount
of the same id before.

PR: #8225


Revision tags: php-4.0.4RC3
# 6d0749a9 03-Nov-2000 Zeev Suraski

Fix msql_close(), pg_close() and sybase_close() (Sybase CT)


# e560ecfa 03-Nov-2000 Zeev Suraski

Fix pg_close()


# d0ec3df2 02-Nov-2000 Andi Gutmans

- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3
# ac0880fd 11-Oct-2000 Zeev Suraski

Remove conflict


1...<<111213141516171819