summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Remove conflictZeev Suraski2000-10-111-5/+0
* Old PostgreSQL fix I forgot to commit, and NEWS consistency updateZeev Suraski2000-10-111-1/+18
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
* removed ignoring msvcrt(d) libaryDaniel Beulshausen2000-09-281-4/+4
* - The Sprit of PHP is to have descriptive function names and notAndi Gutmans2000-09-132-10/+10
* updated some functions'name using obsolete name convention.Rui Hirokawa2000-09-122-8/+11
* - Renamed functions so that this extension finally starts to follow theJouni Ahto2000-09-112-8/+8
* - Use the same check for existence of a valid link as the other functions.Jouni Ahto2000-09-111-66/+58
* - Added functions pg_putline and pg_endcopy (thanks to Dirk ElmendorfDerick Rethans2000-09-112-0/+88
* Fixed #6627. Wrong logic...Jouni Ahto2000-09-091-1/+2
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-1/+1
* some fixesDaniel Beulshausen2000-08-221-12/+14
* - Return NULL type when column is NULL, now that we have it in PHP4.Jouni Ahto2000-08-161-26/+36
* Fix #5817 and really, really check what gets passed further...Jouni Ahto2000-07-291-12/+26
* Removed an extra tab, it caused problems for Digital Unix' poor native make...Jouni Ahto2000-07-291-1/+1
* This should fix #5826.Jouni Ahto2000-07-293-1/+10
* The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/Sascha Schumann2000-07-112-8/+8
* - Still one misssing zend_list_addref() and small fix in pg_close.Jouni Ahto2000-07-051-1/+2
* - Test pg_encoding_to_char instead (it's existence in libpq means thatJouni Ahto2000-07-051-1/+1
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-023-0/+77
* - Get rid of absolute pathAndi Gutmans2000-06-291-4/+4
* - Make pgsql compile on Windows.Andi Gutmans2000-06-291-5/+5
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
* - Update .dspZeev Suraski2000-06-251-4/+4
* - 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