History log of /PHP-7.4/ext/pgsql/php_pgsql.h (Results 101 – 125 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 0c162084 11-Sep-2000 Jouni Ahto

- Renamed functions so that this extension finally starts to follow the
recommended naming scheme of PHP.


# 68611e2d 11-Sep-2000 Derick Rethans

- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
<delmendo@rackspace.com>)
@ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# d88fe953 29-Jul-2000 Jouni Ahto

This should fix #5826.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 16017f6d 02-Jul-2000 Sascha Schumann

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.

show more ...


# 074f52f3 02-Jul-2000 Rui Hirokawa

added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# a9d4cf90 10-Jun-2000 Andi Gutmans

- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1


# 3c766f37 09-Jun-2000 Andi Gutmans

- Update postgress to build on Windows


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# eedf4e97 06-Jun-2000 Frank M. Kromann

Adding correct compiler directives for Win32 compilation


# b9d1b215 04-Jun-2000 Jouni Ahto

- Added functions pg_loimport(), pg_loexport().
@- Added functions pg_loimport(), pg_loexport(). (Jouni)


# a00a1d12 31-May-2000 Zeev Suraski

@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)


# ec93ec1f 24-May-2000 Jouni Ahto

Added PostgreSQL module info function.


# c32de173 23-May-2000 Jouni Ahto

According to current PostgreSQL docs, using PQoidStatus() is deprecated.


123456