Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 1 | -268/+0 |
| | |||||
* | Removed #ifdef NetWare and made the necessary changes in the directory ↵ | Anantha Kesari H Y | 2003-01-06 | 1 | -2/+0 |
| | | | | structure of NetWare. | ||||
* | Makefile added newly and modified the header file for NetWare. | Anantha Kesari H Y | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Added pg_get_pid() | Yasuo Ohgaki | 2002-10-17 | 1 | -0/+1 |
| | |||||
* | Added async message function - pg_get_notify() | Yasuo Ohgaki | 2002-10-17 | 1 | -0/+2 |
| | |||||
* | Introduce connect_type option to pg_connect(). | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+2 |
| | | | | | | | pg_connect(conn_str, conn_type) is allowed. @Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) # If you have better idea about constant name(s), let me know. | ||||
* | Enable pg_escape_bytea(). | Yasuo Ohgaki | 2002-10-13 | 1 | -0/+1 |
| | |||||
* | Rename pg_data_seek() to pg_result_seek(). | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+1 |
| | | | | | Added mysql_result_seek() which is alias of mysql_data_seek(). | ||||
* | Added pg_data_seek(). | Yasuo Ohgaki | 2002-10-02 | 1 | -0/+1 |
| | | | | | pg_result_seek() woudl be better name, but there is mysql_data_seek()... | ||||
* | Added pg_ping() | Yasuo Ohgaki | 2002-10-02 | 1 | -0/+1 |
| | |||||
* | Rename pg_metadata() to pg_meta_data() to confirm naming standard | Yasuo Ohgaki | 2002-10-02 | 1 | -2/+2 |
| | |||||
* | Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. | Yasuo Ohgaki | 2002-09-30 | 1 | -1/+2 |
| | | | | | # It seems last attempt was failed. Try committing again. | ||||
* | Added pg_fetch_all() that fetch all rows in result. | Yasuo Ohgaki | 2002-07-21 | 1 | -0/+2 |
| | | | | | | Useful and faster when there is enough memory. @Added pg_fetch_all() that fetch all rows in result. (Yasuo) | ||||
* | Fix win32 build. | Edin Kadribasic | 2002-05-10 | 1 | -0/+6 |
| | |||||
* | pg_client_encoding/pg_set_client_encoding should be compiled always. | Yasuo Ohgaki | 2002-04-25 | 1 | -2/+0 |
| | | | | | | | | | | 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. | ||||
* | Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. | Yasuo Ohgaki | 2002-04-23 | 1 | -6/+18 |
| | | | | | | pg_convert() may ignore, NOT NULL and/or DEFAULT. pg_insert/pg_update/pg_select/pg_update may return query string. | ||||
* | Added API version for C programs | Yasuo Ohgaki | 2002-04-20 | 1 | -0/+2 |
| | |||||
* | Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() | Yasuo Ohgaki | 2002-04-08 | 1 | -3/+63 |
| | | | | | | | and pg_delete(). @ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() @ and pg_delete(). (Yasuo) | ||||
* | Chages for new pg_last_notice() | Yasuo Ohgaki | 2002-04-06 | 1 | -3/+7 |
| | |||||
* | Print PostgreSQL version number in phpinfo() | Yasuo Ohgaki | 2002-03-31 | 1 | -0/+4 |
| | |||||
* | Clean up code. | Yasuo Ohgaki | 2002-02-06 | 1 | -7/+2 |
| | | | | | | | Removed PHP_PGSQL_API macro. Define pgsql_globals_id # Need a little more clean up | ||||
* | Make module specified functions to static. | Yasuo Ohgaki | 2002-02-06 | 1 | -8/+8 |
| | | | | | Added TSRMLS_D/C, get rid of one TSRMLS_FETCH. | ||||
* | Added "auto_reset_presistent" ini entry. | Yasuo Ohgaki | 2002-01-25 | 1 | -0/+1 |
| | |||||
* | Funtion rename: | Yasuo Ohgaki | 2001-12-17 | 1 | -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 Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Added async query functions | Yasuo Ohgaki | 2001-12-10 | 1 | -1/+7 |
| | |||||
* | Fix pg_last_notice() | Zeev Suraski | 2001-09-26 | 1 | -0/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+2 |
| | |||||
* | Allow the PostgreSQL driver to do internal row counting when iterating | Jon Parise | 2001-06-19 | 1 | -0/+1 |
| | | | | | | | through a result set. Submitted by: Georg von Zezschwitz <gvz@2scale.net> | ||||
* | Add pg_last_notice() function | Rasmus Lerdorf | 2001-05-06 | 1 | -0/+2 |
| | |||||
* | make it compile with 6.5.x | Thies C. Arntzen | 2001-04-04 | 1 | -0/+1 |
| | | | | | postgresql notices are now send to the standard error-log | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Simpler fix for the InvalidOid thing by Tom Lane. | Sascha Schumann | 2001-02-19 | 1 | -3/+0 |
| | | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe. | ||||
* | Fix incompatibility with PostgreSQL CVS. | Sascha Schumann | 2001-02-19 | 1 | -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 every | Thies C. Arntzen | 2001-02-13 | 1 | -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 within | Derick Rethans | 2001-01-18 | 1 | -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 Ahto | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | - The Sprit of PHP is to have descriptive function names and not | Andi Gutmans | 2000-09-13 | 1 | -2/+2 |
| | | | | | necessarily short ones. Maybe we should have some FAQ for this? | ||||
* | updated some functions'name using obsolete name convention. | Rui Hirokawa | 2000-09-12 | 1 | -2/+2 |
| | |||||
* | - Renamed functions so that this extension finally starts to follow the | Jouni Ahto | 2000-09-11 | 1 | -2/+2 |
| | | | | | recommended naming scheme of PHP. | ||||
* | - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf | Derick Rethans | 2000-09-11 | 1 | -0/+2 |
| | | | | | | <delmendo@rackspace.com>) @ Added functions pg_putline and pg_endcopy (Dirk Elmendorf) | ||||
* | This should fix #5826. | Jouni Ahto | 2000-07-29 | 1 | -0/+2 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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 Hirokawa | 2000-07-02 | 1 | -0/+2 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | - Update postgress to build on Windows | Andi Gutmans | 2000-06-09 | 1 | -2/+2 |
| | |||||
* | Adding correct compiler directives for Win32 compilation | Frank M. Kromann | 2000-06-06 | 1 | -1/+1 |
| | |||||
* | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 1 | -21/+13 |
| | | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni) | ||||
* | @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) | Zeev Suraski | 2000-05-31 | 1 | -0/+2 |
| |