Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 | |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | |||||
* | added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. | Rui Hirokawa | 2000-07-02 | 1 | -0/+2 | |
| | ||||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 | |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | |||||
* | - Update postgress to build on Windows | Andi Gutmans | 2000-06-09 | 1 | -2/+2 | |
| | ||||||
* | Adding correct compiler directives for Win32 compilation | Frank M. Kromann | 2000-06-06 | 1 | -1/+1 | |
| | ||||||
* | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 1 | -21/+13 | |
| | | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni) | |||||
* | @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) | Zeev Suraski | 2000-05-31 | 1 | -0/+2 | |
| | ||||||
* | Added PostgreSQL module info function. | Jouni Ahto | 2000-05-24 | 1 | -0/+1 | |
| | ||||||
* | According to current PostgreSQL docs, using PQoidStatus() is deprecated. | Jouni Ahto | 2000-05-23 | 1 | -1/+2 | |
| | ||||||
* | Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE | Sascha Schumann | 2000-05-02 | 1 | -0/+2 | |
| | ||||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 | |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | |||||
* | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -0/+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 | -10/+9 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+150 | |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |