summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
* Typos.Egon Schmid2000-06-231-2/+2
* - Fix return type in proto once again...Jouni Ahto2000-06-181-1/+1
* Some protos fixed.Egon Schmid2000-06-181-2/+2
* - Fix return type in proto.Jouni Ahto2000-06-181-1/+1
* - Fix PostgreSQL project file a bit.Andi Gutmans2000-06-101-6/+64
* - Update module project files to include:Andi Gutmans2000-06-101-2/+2
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - Update postgress to build on WindowsAndi Gutmans2000-06-093-8/+4
* Adding correct compiler directives for Win32 compilationFrank M. Kromann2000-06-062-3/+3
* (pg_connect) Missed adding reference to link.Jouni Ahto2000-06-041-0/+1
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-042-21/+105
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-312-0/+89
* - Move to high performance api, use Z_* macros.Jouni Ahto2000-05-251-339/+230
* Added PostgreSQL module info function.Jouni Ahto2000-05-242-2/+26
* proto typo fixHartmut Holzgraefe2000-05-231-1/+1
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-1/+1
* According to current PostgreSQL docs, using PQoidStatus() is deprecated.Jouni Ahto2000-05-233-2/+13
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATESascha Schumann2000-05-022-0/+4
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-5/+1
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+2
* Revamp config stuffSascha Schumann2000-05-012-53/+40
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* More protos.Egon Schmid2000-02-241-3/+3
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Update .dsp'sZeev Suraski2000-02-181-2/+2
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-052-10/+19
* PostgreSQL compile fixesZeev Suraski2000-02-051-10/+8
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-2/+2
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-10/+2
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-18/+17
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p...Zeev Suraski1999-12-261-2/+2
* Make PostgreSQL compile againZeev Suraski1999-12-251-1/+1
* This should get it to compile...Zeev Suraski1999-12-212-36/+36
* Fix PostgreSQL buildZeev Suraski1999-12-192-64/+64
* libzend -> ZendZeev Suraski1999-12-192-2/+2
* More php3_ annihilationZeev Suraski1999-12-183-100/+99
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-3/+3
* More php3_ annihilationZeev Suraski1999-12-171-27/+27
* Fix some warningsSascha Schumann1999-12-051-14/+1