| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up code. | Yasuo Ohgaki | 2002-02-06 | 1 | -3/+3 |
* | Make module specified functions to static. | Yasuo Ohgaki | 2002-02-06 | 1 | -15/+14 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -70/+70 |
* | - 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 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -3/+2 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
* | Fix typo. | Jon Parise | 2001-07-29 | 1 | -2/+2 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -31/+10 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -4/+4 |
* | Fix for #11941 | Rasmus Lerdorf | 2001-07-13 | 1 | -1/+1 |
* | Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect() | foobar | 2001-06-29 | 1 | -1/+1 |
* | Allow the PostgreSQL driver to do internal row counting when iterating | Jon Parise | 2001-06-19 | 1 | -32/+72 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+2 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -19/+75 |
* | Fixed bug: #11265 | foobar | 2001-06-04 | 1 | -1/+4 |
* | ws fix | Sterling Hughes | 2001-05-28 | 1 | -3/+4 |
* | Fix by Sterling Hughes. Fixes bugs: #10939, #10756, #10324 | foobar | 2001-05-27 | 1 | -1/+5 |
* | remove ws, kill one compile warning. | foobar | 2001-05-27 | 1 | -6/+6 |
* | Fix some protos. | Egon Schmid | 2001-05-27 | 1 | -2/+2 |
* | @ Made the length argument (argument 2) to pg_loread() optional, | Sterling Hughes | 2001-05-27 | 1 | -32/+33 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Corrected one proto. | Egon Schmid | 2001-05-06 | 1 | -1/+1 |
* | Add pg_last_notice() function | Rasmus Lerdorf | 2001-05-06 | 1 | -1/+19 |
* | make pgsql build under win32 again | Daniel Beulshausen | 2001-04-30 | 1 | -0/+1 |
* | Accept the fix suggestion from bug #9562 | Zeev Suraski | 2001-04-29 | 1 | -0/+3 |