| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The Sprit of PHP is to have descriptive function names and not | Andi Gutmans | 2000-09-13 | 1 | -8/+8 |
| * | updated some functions'name using obsolete name convention. | Rui Hirokawa | 2000-09-12 | 1 | -6/+9 |
| * | - Renamed functions so that this extension finally starts to follow the | Jouni Ahto | 2000-09-11 | 1 | -6/+6 |
| * | - Use the same check for existence of a valid link as the other functions. | Jouni Ahto | 2000-09-11 | 1 | -66/+58 |
| * | - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf | Derick Rethans | 2000-09-11 | 1 | -0/+86 |
| * | Fixed #6627. Wrong logic... | Jouni Ahto | 2000-09-09 | 1 | -1/+2 |
| * | - Return NULL type when column is NULL, now that we have it in PHP4. | Jouni Ahto | 2000-08-16 | 1 | -26/+36 |
| * | Fix #5817 and really, really check what gets passed further... | Jouni Ahto | 2000-07-29 | 1 | -12/+26 |
| * | This should fix #5826. | Jouni Ahto | 2000-07-29 | 1 | -0/+6 |
| * | The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/ | Sascha Schumann | 2000-07-11 | 1 | -6/+6 |
| * | - Still one misssing zend_list_addref() and small fix in pg_close. | Jouni Ahto | 2000-07-05 | 1 | -1/+2 |
| * | added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. | Rui Hirokawa | 2000-07-02 | 1 | -0/+74 |
| * | (pg_loreadall) Was using zval ** but forgot to convert to use | Jouni Ahto | 2000-06-27 | 1 | -1/+1 |
| * | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -1/+1 |
| * | Typos. | Egon Schmid | 2000-06-23 | 1 | -2/+2 |
| * | - Fix return type in proto once again... | Jouni Ahto | 2000-06-18 | 1 | -1/+1 |
| * | Some protos fixed. | Egon Schmid | 2000-06-18 | 1 | -2/+2 |
| * | - Fix return type in proto. | Jouni Ahto | 2000-06-18 | 1 | -1/+1 |
| * | - Update postgress to build on Windows | Andi Gutmans | 2000-06-09 | 1 | -4/+0 |
| * | (pg_connect) Missed adding reference to link. | Jouni Ahto | 2000-06-04 | 1 | -0/+1 |
| * | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 1 | -0/+92 |
| * | @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) | Zeev Suraski | 2000-05-31 | 1 | -0/+87 |
| * | - Move to high performance api, use Z_* macros. | Jouni Ahto | 2000-05-25 | 1 | -339/+230 |
| * | Added PostgreSQL module info function. | Jouni Ahto | 2000-05-24 | 1 | -2/+25 |
| * | proto typo fix | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| * | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 |
| * | According to current PostgreSQL docs, using PQoidStatus() is deprecated. | Jouni Ahto | 2000-05-23 | 1 | -1/+10 |
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| * | Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE | Sascha Schumann | 2000-05-02 | 1 | -0/+2 |
| * | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| * | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| * | More protos. | Egon Schmid | 2000-02-24 | 1 | -3/+3 |
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| * | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -10/+18 |
| * | PostgreSQL compile fixes | Zeev Suraski | 2000-02-05 | 1 | -10/+8 |
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| * | - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p... | Zeev Suraski | 1999-12-26 | 1 | -2/+2 |
| * | Make PostgreSQL compile again | Zeev Suraski | 1999-12-25 | 1 | -1/+1 |
| * | This should get it to compile... | Zeev Suraski | 1999-12-21 | 1 | -18/+18 |
| * | Fix PostgreSQL build | Zeev Suraski | 1999-12-19 | 1 | -32/+32 |
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -89/+89 |
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -27/+27 |
| * | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -14/+1 |
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -3/+3 |
| * | - More PGSQL thread-safe updates. It still doesn't work though. Crashes for | Andi Gutmans | 1999-11-20 | 1 | -1/+1 |
| * | - Should pretty much work now | Andi Gutmans | 1999-11-20 | 1 | -39/+48 |
| * | - Add project file | Andi Gutmans | 1999-11-20 | 1 | -0/+5 |
| * | - Start PostgreSQL support for Win32. Just added preliminary ZTS support. | Andi Gutmans | 1999-11-20 | 1 | -73/+106 |