Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH. | Yasuo Ohgaki | 2002-04-05 | 1 | -1/+1 |
| | | | | | Fixed pg_last_notice() double free. | ||||
* | MFH | Yasuo Ohgaki | 2002-04-04 | 1 | -14/+10 |
| | | | | | | # Fixed crash with pg_escape_*() # Added test for pg_escape_*() | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. | SVN Migration | 2002-04-04 | 2 | -0/+39 |
| | |||||
* | MFH. | Yasuo Ohgaki | 2002-04-01 | 1 | -0/+1 |
| | | | | | Forgot to commit this when I commit fix build with PostgreSQL 6.5.x | ||||
* | MFH. 6.5.3 libpq build fix. | Yasuo Ohgaki | 2002-03-30 | 1 | -16/+29 |
| | |||||
* | MFH error message consistency changes | Yasuo Ohgaki | 2002-03-27 | 1 | -33/+54 |
| | |||||
* | - Fix PGSql Compile | Derick Rethans | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | - Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parameters | Derick Rethans | 2002-03-02 | 1 | -16/+23 |
| | | | | | | | | are supplied, but you do not want to provide a row number yourself. @- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 @ parameters are supplied, but you do not want to provide a row number @ yourself. (Derick) | ||||
* | Update doc | Yasuo Ohgaki | 2002-03-01 | 1 | -4/+15 |
| | |||||
* | Fix problem with sesssion_pgsql module | Yasuo Ohgaki | 2002-02-15 | 1 | -2/+1 |
| | |||||
* | Initialize automatic persistent connection reset flag | Yasuo Ohgaki | 2002-02-12 | 1 | -0/+1 |
| | |||||
* | Clean up code. | Yasuo Ohgaki | 2002-02-06 | 2 | -10/+5 |
| | | | | | | | 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 | 2 | -23/+22 |
| | | | | | Added TSRMLS_D/C, get rid of one TSRMLS_FETCH. | ||||
* | Added "auto_reset_presistent" ini entry. | Yasuo Ohgaki | 2002-01-25 | 2 | -4/+4 |
| | |||||
* | Revert last 2 commit. Instead, make php_pgsql_do_connect() to catch | Yasuo Ohgaki | 2002-01-24 | 1 | -13/+18 |
| | | | | | | | broken connection always. # I think this is better than check&reset connection when query # functions are called. | ||||
* | Add a little more fault tolerance for pg_host, pg_tty and more. | Yasuo Ohgaki | 2002-01-24 | 1 | -0/+3 |
| | |||||
* | No more httpd restart is required when PostgreSQL is rebooted. | Yasuo Ohgaki | 2002-01-24 | 1 | -0/+6 |
| | | | | | # Works for pg_query()/pg_send_query() | ||||
* | Fixed typo and proto | Yasuo Ohgaki | 2002-01-21 | 1 | -5/+5 |
| | |||||
* | Fix bug in test script | Yasuo Ohgaki | 2002-01-10 | 1 | -1/+1 |
| | |||||
* | - fixed typo in deprecated functionname | Uwe Steinmann | 2002-01-09 | 1 | -1/+1 |
| | |||||
* | Added when experimental functions are added. | Yasuo Ohgaki | 2001-12-20 | 1 | -0/+5 |
| | |||||
* | Updated README. Module will not cancel queued query sent. | Yasuo Ohgaki | 2001-12-19 | 1 | -1/+5 |
| | |||||
* | Do not cancel queued query automatically. | Yasuo Ohgaki | 2001-12-19 | 1 | -37/+13 |
| | |||||
* | More proper error message. | Yasuo Ohgaki | 2001-12-18 | 1 | -5/+2 |
| | | | | | Remove old lines that aren't needed. | ||||
* | Get rid of useless path from seach path | Yasuo Ohgaki | 2001-12-18 | 1 | -2/+2 |
| | |||||
* | yet another proto fix | Hartmut Holzgraefe | 2001-12-17 | 1 | -1/+1 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-17 | 1 | -5/+5 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-17 | 1 | -1/+1 |
| | |||||
* | Actually drop test table. | Yasuo Ohgaki | 2001-12-17 | 1 | -6/+2 |
| | | | | | # name is dropdb since it may be changed to actually destory test db | ||||
* | Use database named test for testing | Yasuo Ohgaki | 2001-12-17 | 2 | -2/+5 |
| | |||||
* | Funtion rename: | Yasuo Ohgaki | 2001-12-17 | 2 | -338/+726 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Added test files | Yasuo Ohgaki | 2001-12-17 | 20 | -0/+392 |
| | |||||
* | README update | Yasuo Ohgaki | 2001-12-16 | 2 | -29/+126 |
| | | | | | | Raise error for bogus installation path for --with-pgsql Added check for pg_escape_* | ||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-16 | 1 | -4/+4 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | More README update. | Yasuo Ohgaki | 2001-12-11 | 1 | -34/+44 |
| | |||||
* | README update | Yasuo Ohgaki | 2001-12-11 | 1 | -0/+3 |
| | |||||
* | Added README file for pgsql module | Yasuo Ohgaki | 2001-12-11 | 2 | -1/+86 |
| | | | | | Added my self to CREDIT | ||||
* | Fix proto | Yasuo Ohgaki | 2001-12-10 | 1 | -40/+40 |
| | |||||
* | Added async query functions | Yasuo Ohgaki | 2001-12-10 | 2 | -3/+294 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+5 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Fix pg_last_notice() | Zeev Suraski | 2001-09-26 | 2 | -11/+12 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -70/+70 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | If the header file is not found, bail out. | foobar | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -3/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | more ZTS fixes. | foobar | 2001-07-31 | 1 | -2/+0 |
| |