107 Commits (526d45e95ff72543888ef1a8a8d2ae84e40718ae)

Author SHA1 Message Date
Andi Gutmans 526d45e95f - The Sprit of PHP is to have descriptive function names and not 26 years ago
Rui Hirokawa 4ffaf35556 updated some functions'name using obsolete name convention. 26 years ago
Jouni Ahto 0c1620840f - Renamed functions so that this extension finally starts to follow the 26 years ago
Jouni Ahto d9e180b9b7 - Use the same check for existence of a valid link as the other functions. 26 years ago
Derick Rethans 68611e2d55 - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf 26 years ago
Jouni Ahto 20fe0a5685 Fixed #6627. Wrong logic... 26 years ago
Daniel Beulshausen b6f0d041f9 deleted a few unnecceasary defines and added the Release_TS_Inline path to the libpath 26 years ago
Daniel Beulshausen 5d09d7d811 some fixes 26 years ago
Jouni Ahto e85ba0901a - Return NULL type when column is NULL, now that we have it in PHP4. 26 years ago
Jouni Ahto 3d1b363967 Fix #5817 and really, really check what gets passed further... 26 years ago
Jouni Ahto ecb7b4d271 Removed an extra tab, it caused problems for Digital Unix' poor native make... 26 years ago
Jouni Ahto d88fe953ae This should fix #5826. 26 years ago
Sascha Schumann b74e079ce7 The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/ 26 years ago
Jouni Ahto 344955d020 - Still one misssing zend_list_addref() and small fix in pg_close. 26 years ago
Jouni Ahto bcb7639fb3 - Test pg_encoding_to_char instead (it's existence in libpq means that 26 years ago
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard. 26 years ago
Rui Hirokawa 074f52f382 added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. 26 years ago
Andi Gutmans 1dcee33866 - Get rid of absolute path 26 years ago
Andi Gutmans bd8aeb5342 - Make pgsql compile on Windows. 26 years ago
Jouni Ahto 9322b9d9a5 (pg_loreadall) Was using zval ** but forgot to convert to use 26 years ago
Zeev Suraski 7da710c060 - Update .dsp 26 years ago
Zeev Suraski 6614e8edb4 - I wrote a long msg but the commit didn't go through. 26 years ago
Egon Schmid 10249f2dfb Typos. 26 years ago
Jouni Ahto 98087ab562 - Fix return type in proto once again... 26 years ago
Egon Schmid 6e815b76ea Some protos fixed. 26 years ago
Jouni Ahto 153ef54498 - Fix return type in proto. 26 years ago
Andi Gutmans 97de5b2106 - Fix PostgreSQL project file a bit. 26 years ago
Andi Gutmans 2b0a8049db - Update module project files to include: 26 years ago
Andi Gutmans a9d4cf9023 - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 26 years ago
Andi Gutmans 3c766f379b - Update postgress to build on Windows 26 years ago
Frank M. Kromann eedf4e973f Adding correct compiler directives for Win32 compilation 26 years ago
Jouni Ahto d5d6c79584 (pg_connect) Missed adding reference to link. 26 years ago
Jouni Ahto b9d1b21598 - Added functions pg_loimport(), pg_loexport(). 26 years ago
Zeev Suraski a00a1d12ea @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) 26 years ago
Jouni Ahto cf9ea9d9cd - Move to high performance api, use Z_* macros. 26 years ago
Jouni Ahto ec93ec1fb1 Added PostgreSQL module info function. 26 years ago
Hartmut Holzgraefe 887c672a6c proto typo fix 26 years ago
Sascha Schumann 4686a3b50e Use #ifdef COMPILE_DL_EXTNAME solely. 26 years ago
Sascha Schumann 0236982d6d s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. 26 years ago
Jouni Ahto c32de173c3 According to current PostgreSQL docs, using PQoidStatus() is deprecated. 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sascha Schumann a931caf2b2 Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE 26 years ago
Sascha Schumann 82c5c690c9 Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 26 years ago
Sascha Schumann fe50664d4d #if COMPILE_DL 26 years ago
Sascha Schumann 0d383d9373 Replace the various get_module() functions with a uniform 26 years ago
Sascha Schumann 7613e064f8 Remove trailing empty lines 26 years ago
Sascha Schumann 0d36199cf9 Large test commit IV 26 years ago
Sascha Schumann de2cea47c0 Large commit test III 26 years ago
Sascha Schumann 1e3d94b70b Revamp config stuff 26 years ago
Sascha Schumann a481fddfb3 Improved in-tree shared libraries build system 26 years ago