History log of /php-src/ext/pgsql/php_pgsql.h (Results 101 – 125 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f8f11ac0 02-Oct-2002 Yasuo Ohgaki

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

# 545f8945 30-Sep-2002 Yasuo Ohgaki

Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.
# It seems last attempt was failed. Try committing again.

Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2
# 36e80ddc 21-Jul-2002 Yasuo Ohgaki

Added pg_fetch_all() that fetch all rows in result.
Useful and faster when there is enough memory.
@Added pg_fetch_all() that fetch all rows in result. (Yasuo)

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 51cb237a 10-May-2002 Edin Kadribasic

Fix win32 build.

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

123456