summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Make module specified functions to static.Yasuo Ohgaki2002-02-061-8/+8
| | | | | Added TSRMLS_D/C, get rid of one TSRMLS_FETCH.
* Added "auto_reset_presistent" ini entry.Yasuo Ohgaki2002-01-251-0/+1
|
* Funtion rename:Yasuo Ohgaki2001-12-171-37/+59
| | | | | | | | | | | | | | | | 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.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added async query functionsYasuo Ohgaki2001-12-101-1/+7
|
* Fix pg_last_notice()Zeev Suraski2001-09-261-0/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+2
|
* Allow the PostgreSQL driver to do internal row counting when iteratingJon Parise2001-06-191-0/+1
| | | | | | | through a result set. Submitted by: Georg von Zezschwitz <gvz@2scale.net>
* Add pg_last_notice() functionRasmus Lerdorf2001-05-061-0/+2
|
* make it compile with 6.5.xThies C. Arntzen2001-04-041-0/+1
| | | | | postgresql notices are now send to the standard error-log
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-191-3/+0
| | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe.
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-191-0/+2
| | | | | | | | We now perform a check whether we need to include <postgres.h> to succesfully compile. PR: #9328
* @- PostgreSQL now does a rollback at the end of a request on everyThies C. Arntzen2001-02-131-0/+1
| | | | | | | | | | @ 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)
* - Added the pg_lolseek function, which allows for arbitrary seeking withinDerick Rethans2001-01-181-0/+2
| | | | | | | | 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)
* Changing my email address...Jouni Ahto2001-01-041-1/+1
|
* - The Sprit of PHP is to have descriptive function names and notAndi Gutmans2000-09-131-2/+2
| | | | | necessarily short ones. Maybe we should have some FAQ for this?
* updated some functions'name using obsolete name convention.Rui Hirokawa2000-09-121-2/+2
|
* - Renamed functions so that this extension finally starts to follow theJouni Ahto2000-09-111-2/+2
| | | | | recommended naming scheme of PHP.
* - Added functions pg_putline and pg_endcopy (thanks to Dirk ElmendorfDerick Rethans2000-09-111-0/+2
| | | | | | <delmendo@rackspace.com>) @ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)
* This should fix #5826.Jouni Ahto2000-07-291-0/+2
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | 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.
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-021-0/+2
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - Update postgress to build on WindowsAndi Gutmans2000-06-091-2/+2
|
* Adding correct compiler directives for Win32 compilationFrank M. Kromann2000-06-061-1/+1
|
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-041-21/+13
| | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni)
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-311-0/+2
|
* Added PostgreSQL module info function.Jouni Ahto2000-05-241-0/+1
|
* According to current PostgreSQL docs, using PQoidStatus() is deprecated.Jouni Ahto2000-05-231-1/+2
|
* Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATESascha Schumann2000-05-021-0/+2
|
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-0/+1
|
* This should get it to compile...Zeev Suraski1999-12-211-18/+18
|
* Fix PostgreSQL buildZeev Suraski1999-12-191-32/+32
|
* More php3_ annihilationZeev Suraski1999-12-181-10/+9
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+150
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.