Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added 2nd parameter for pg_result_status(). PGSQL_STATUS_LONG is for LONG ↵ | Yasuo Ohgaki | 2002-04-08 | 1 | -8/+22 | |
| | | | | | | | | result status. PGSQL_STATUS_STRING is for SQL command name successfully executed for this result. @ Added 2nd parameter for pg_result_status() to specify return type. (Yasuo) | |||||
* | Nuke waring with ZTS build | Yasuo Ohgaki | 2002-04-07 | 1 | -1/+1 | |
| | ||||||
* | Chages for new pg_last_notice() | Yasuo Ohgaki | 2002-04-06 | 2 | -3/+13 | |
| | ||||||
* | Make pg_last_notice() work as it is designed. It returns last notice message ↵ | Yasuo Ohgaki | 2002-04-06 | 1 | -23/+50 | |
| | | | | | | | | | | | for connection resource specified. Added "pgsql.ignore_notice" ini entry. Added "pgsql.log_notice" ini entry. @ Make pg_last_notice() work as it is designed. It returns notice message PostgreSQL connection resource specified. @ Added "pgsql.ignore_notice" ini entry. @ Added "pgsql.log_notice" ini entry. | |||||
* | Add error message from _notice_handler() | Yasuo Ohgaki | 2002-04-05 | 1 | -0/+2 | |
| | | | | | | # Currently, it always logs whennever notice message is # recieved. I'll change error log optional later. | |||||
* | Fix pg_last_notice() double free. | Yasuo Ohgaki | 2002-04-05 | 1 | -1/+1 | |
| | | | | | # This should be merged | |||||
* | Add notice message test | Yasuo Ohgaki | 2002-04-05 | 2 | -0/+23 | |
| | | | | | # Need to figure out why estrduped string is not null terminated | |||||
* | Update message | Yasuo Ohgaki | 2002-04-05 | 1 | -2/+2 | |
| | ||||||
* | Add bytea field to test table. | Yasuo Ohgaki | 2002-04-05 | 3 | -3/+3 | |
| | | | | | Use table name variable. | |||||
* | Add real pg_escape_bytea() test. | Yasuo Ohgaki | 2002-04-05 | 3 | -2/+31 | |
| | ||||||
* | Fix tests | Yasuo Ohgaki | 2002-04-04 | 2 | -6/+7 | |
| | ||||||
* | Added pg_escape_*() test | Yasuo Ohgaki | 2002-04-04 | 2 | -0/+38 | |
| | ||||||
* | Clean up pg_escape_*() | Yasuo Ohgaki | 2002-04-04 | 1 | -17/+9 | |
| | ||||||
* | Fixed crash with pg_escape_*() | Yasuo Ohgaki | 2002-04-04 | 1 | -1/+5 | |
| | | | | | # I'll MFH later. | |||||
* | Print multibyte and SSL support is compiled in libpq or not. | Yasuo Ohgaki | 2002-03-31 | 1 | -2/+12 | |
| | ||||||
* | Print PostgreSQL version number in phpinfo() | Yasuo Ohgaki | 2002-03-31 | 3 | -0/+10 | |
| | ||||||
* | Fix build failure with PostgreSQL 6.5.x | Yasuo Ohgaki | 2002-03-29 | 2 | -11/+29 | |
| | | | | | # I'll merge this to 4.2.0 branch later | |||||
* | Remove warnings | Yasuo Ohgaki | 2002-03-26 | 1 | -2/+0 | |
| | ||||||
* | Changed error messages to be consistent with other error messages | Yasuo Ohgaki | 2002-03-26 | 1 | -22/+40 | |
| | ||||||
* | *** empty log message *** | Markus Fischer | 2002-03-21 | 1 | -1/+1 | |
| | ||||||
* | Show function name in error message. | Yasuo Ohgaki | 2002-03-21 | 1 | -5/+9 | |
| | ||||||
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -1/+1 | |
| | | | | | | Add some logic that will help track down leaks when debug is enabled. | |||||
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -1/+1 | |
| | | | | | | leaking streams should be easier. # I hate these big commits | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -1/+1 | |
| | ||||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -8/+0 | |
| | | | | | these can be safely removed from the 4.2 branch, too. | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -7/+9 | |
| | ||||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 | |
| | ||||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -10/+1 | |
| | ||||||
* | Print function names in error messages | Yasuo Ohgaki | 2002-03-11 | 1 | -1/+2 | |
| | ||||||
* | WS and indent | Yasuo Ohgaki | 2002-03-11 | 1 | -75/+75 | |
| | ||||||
* | Add comments for constants. Remove unneeded constants included by mistake. | Yasuo Ohgaki | 2002-03-11 | 1 | -8/+4 | |
| | ||||||
* | Fix possible build error under Windows. | Yasuo Ohgaki | 2002-03-11 | 1 | -1/+1 | |
| | | | | | # Recent libpq under windows supports PQcmdTuples, right? | |||||
* | - 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 | |
| |