summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Still one misssing zend_list_addref() and small fix in pg_close.Jouni Ahto2000-07-051-1/+2
| | | | | | | | | | | | Fixes #5349 (but not the way reporter wants...). # There's something in the way database_connect/close functions behave when # implemented the way as in mysql module that I find a bit strange... because # of that extra zend_list_addref() there to prevent default link disappearing # if it's not assigned to variable, when it is, I guess its' reference count # is at this point 2, I can do: open a db link and assign it to a variable, # close the link and still use it afterwards.
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-021-0/+74
|
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
| | | | | zend_get_parameters_ex(). Fixes #5244.
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-1/+1
| | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
* 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
|
* - Update postgress to build on WindowsAndi Gutmans2000-06-091-4/+0
|
* (pg_connect) Missed adding reference to link.Jouni Ahto2000-06-041-0/+1
|
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-041-0/+92
| | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni)
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-311-0/+87
|
* - Move to high performance api, use Z_* macros.Jouni Ahto2000-05-251-339/+230
| | | | | | - Added some spaces here and there. # Have yet to test that I didn't break anything...
* Added PostgreSQL module info function.Jouni Ahto2000-05-241-2/+25
|
* proto typo fixHartmut Holzgraefe2000-05-231-1/+1
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
|
* According to current PostgreSQL docs, using PQoidStatus() is deprecated.Jouni Ahto2000-05-231-1/+10
|
* 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-021-0/+2
|
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* More protos.Egon Schmid2000-02-241-3/+3
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-10/+18
|
* 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
| | | | | you start counting at 0 or 1).
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other ↵Zeev Suraski1999-12-261-2/+2
| | | | | | | packages too) - PostgreSQL finally compiles&links
* Make PostgreSQL compile againZeev Suraski1999-12-251-1/+1
|
* This should get it to compile...Zeev Suraski1999-12-211-18/+18
|
* Fix PostgreSQL buildZeev Suraski1999-12-191-32/+32
|
* More php3_ annihilationZeev Suraski1999-12-181-89/+89
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-27/+27
|
* Fix some warningsSascha Schumann1999-12-051-14/+1
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-3/+3
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* - More PGSQL thread-safe updates. It still doesn't work though. Crashes forAndi Gutmans1999-11-201-1/+1
| | | | | some reason at .dll load time
* - Should pretty much work nowAndi Gutmans1999-11-201-39/+48
|
* - Add project fileAndi Gutmans1999-11-201-0/+5
|
* - Start PostgreSQL support for Win32. Just added preliminary ZTS support.Andi Gutmans1999-11-201-73/+106
| | | | | Still need to make minit ZTS.
* Remove -DPIC preprocessor macros. This is defined by libtoolSascha Schumann1999-10-101-4/+0
| | | | | | | automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build modules, add -DCOMPILE_DL to your CFLAGS.
* Fixed pg_fetch_array() with three arguments.Sascha Schumann1999-10-061-1/+1
| | | | | Submitted by: brian@soda.berkeley.edu
* Lost functionality in earlier fix... That should really work.Zeev Suraski1999-09-101-2/+4
|
* That should do the trick (untested)Zeev Suraski1999-09-101-8/+3
|
* my bad, sorryMark Musone1999-09-101-1/+0
|
* fixed memory leakMark Musone1999-09-101-0/+1
|
* *** empty log message ***Zeev Suraski1999-09-041-1/+1
|
* Enabled shared build of pgsql moduleGergely Madarász1999-09-031-0/+4
|
* This one was nonesense.Egon Schmid1999-08-291-1/+1
|
* Missing return type.Egon Schmid1999-08-291-1/+1
|