History log of /PHP-5.5/ext/pgsql/php_pgsql.h (Results 51 – 75 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.1RC2, php-4.2.1RC1
# c65a20df 25-Apr-2002 Yasuo Ohgaki

pg_client_encoding/pg_set_client_encoding should be compiled always.
Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of
multibyte support enabled or not.

Reported by

pg_client_encoding/pg_set_client_encoding should be compiled always.
Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of
multibyte support enabled or not.

Reported by c@cornelia-boenigk.de

# This should be merged, but need a little more testing.

show more ...


# e7e0edda 23-Apr-2002 Yasuo Ohgaki

Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.
pg_convert() may ignore, NOT NULL and/or DEFAULT.
pg_insert/pg_update/pg_select/pg_update may return query string.


Revision tags: php-4.2.0
# 04fb5ef2 20-Apr-2002 Yasuo Ohgaki

Added API version for C programs


Revision tags: php-4.2.0RC4, php-4.2.0RC3
# 4ac70c68 08-Apr-2002 Yasuo Ohgaki

Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
and pg_delete().
@ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
@ and pg_delete(). (Ya

Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
and pg_delete().
@ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
@ and pg_delete(). (Yasuo)

show more ...


# 179a52b0 06-Apr-2002 Yasuo Ohgaki

Chages for new pg_last_notice()


Revision tags: php-4.2.0RC2
# 7ff14124 31-Mar-2002 Yasuo Ohgaki

Print PostgreSQL version number in phpinfo()


Revision tags: php-4.2.0RC1, help, php-4.1.2
# 39ad4532 06-Feb-2002 Yasuo Ohgaki

Clean up code.
Removed PHP_PGSQL_API macro.
Define pgsql_globals_id
# Need a little more clean up


# b42f0b0d 06-Feb-2002 Yasuo Ohgaki

Make module specified functions to static.
Added TSRMLS_D/C, get rid of one TSRMLS_FETCH.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 1ea87fae 25-Jan-2002 Yasuo Ohgaki

Added "auto_reset_presistent" ini entry.


Revision tags: php-4.1.1
# 1fc2a27f 17-Dec-2001 Yasuo Ohgaki

Funtion rename:
Functions are renamed accoding to coding stanard. Some functions has
completely different name now.
New functions:
pg_copy_to()/pg_copy_from() - by Youichi Iwakiri <yi

Funtion rename:
Functions are renamed accoding to coding stanard. Some functions has
completely different name now.
New functions:
pg_copy_to()/pg_copy_from() - by Youichi Iwakiri <yiwakiri@st.rim.or.jp>
pg_lo_tell()/pg_lo_seek()/pg_result_error()/pg_result_status()
pg_escape_string()/pg_escape_bytea() - Only pgsql 7.2 or later.
Fixed:
Wrong mode when clean up connection resource.
Compiler warning for pg_encoding_to_char().
# Please do not document new functions, yet.
# For new functions and other info, please read README
# in module dir.

show more ...


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# db8bb9f2 10-Dec-2001 Yasuo Ohgaki

Added async query functions


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3
# dd01c11e 26-Sep-2001 Zeev Suraski

Fix pg_last_notice()


Revision tags: POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# dbd51aaf 19-Jun-2001 Jon Parise

Allow the PostgreSQL driver to do internal row counting when iterating
through a result set.

Submitted by: Georg von Zezschwitz <gvz@2scale.net>


Revision tags: php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1
# 4f059aba 06-May-2001 Rasmus Lerdorf

Add pg_last_notice() function


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# 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, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 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.


# 1e6be5aa 19-Feb-2001 Sascha Schumann

Fix incompatibility with PostgreSQL CVS.

We now perform a check whether we need to include <postgres.h> to
succesfully compile.

PR: #9328


# 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 ...


# 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, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 526d45e9 13-Sep-2000 Andi Gutmans

- The Sprit of PHP is to have descriptive function names and not
necessarily short ones. Maybe we should have some FAQ for this?


# 4ffaf355 12-Sep-2000 Rui Hirokawa

updated some functions'name using obsolete name convention.


1234