| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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. | |||||
| * | Fix pg_last_notice() double free. | Yasuo Ohgaki | 2002-04-05 | 1 | -1/+1 | |
| | | | | | | # This should be merged | |||||
| * | 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 | 1 | -0/+3 | |
| | | ||||||
| * | Fix build failure with PostgreSQL 6.5.x | Yasuo Ohgaki | 2002-03-29 | 1 | -11/+28 | |
| | | | | | | # 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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) | |||||
| * | Initialize automatic persistent connection reset flag | Yasuo Ohgaki | 2002-02-12 | 1 | -0/+1 | |
| | | ||||||
| * | Clean up code. | Yasuo Ohgaki | 2002-02-06 | 1 | -3/+3 | |
| | | | | | | | | 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 | -15/+14 | |
| | | | | | | Added TSRMLS_D/C, get rid of one TSRMLS_FETCH. | |||||
| * | Added "auto_reset_presistent" ini entry. | Yasuo Ohgaki | 2002-01-25 | 1 | -4/+3 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | - fixed typo in deprecated functionname | Uwe Steinmann | 2002-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | 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. | |||||
| * | 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 | |
| | | ||||||
| * | Funtion rename: | Yasuo Ohgaki | 2001-12-17 | 1 | -301/+667 | |
| | | | | | | | | | | | | | | | | | 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. | |||||
| * | proto fixes | Hartmut Holzgraefe | 2001-12-16 | 1 | -4/+4 | |
| | | ||||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | | ||||||
| * | Fix proto | Yasuo Ohgaki | 2001-12-10 | 1 | -40/+40 | |
| | | ||||||
| * | Added async query functions | Yasuo Ohgaki | 2001-12-10 | 1 | -2/+287 | |
| | | ||||||
| * | * 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 | 1 | -11/+11 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | - 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 | |
| | | ||||||
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -6/+5 | |
| | | ||||||
