Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | @- fixes PostgeSQL pg_connect() bug. We would sometimes close the default | Thies C. Arntzen | 2001-02-13 | 1 | -1/+2 | |
| | | | | | @ link by acciedent. (Patch by: aja@nlgroup.ca) | |||||
* | - Change unset() functions to null(). unset() is legacy | Andi Gutmans | 2001-01-31 | 1 | -2/+2 | |
| | ||||||
* | Revert last completely broken patch. | Sascha Schumann | 2001-01-20 | 1 | -55/+0 | |
| | ||||||
* | - Added the pg_lolseek function, which allows for arbitrary seeking within | Derick Rethans | 2001-01-18 | 1 | -0/+55 | |
| | | | | | | | | a large object, and the pg_lotell call, which can be used to find the current file offset for a large object (Submitted by: Adam Haberlach <adam@newsnipple.com>). @- Added the pg_lolseek and pg_lotell functions (Derick) | |||||
* | Changing my email address... | Jouni Ahto | 2001-01-04 | 1 | -1/+1 | |
| | ||||||
* | Don't increase the refcount of id, if we already have increased the refcount | Sascha Schumann | 2000-12-13 | 1 | -2/+4 | |
| | | | | | | | of the same id before. PR: #8225 | |||||
* | Fix msql_close(), pg_close() and sybase_close() (Sybase CT) | Zeev Suraski | 2000-11-03 | 1 | -3/+10 | |
| | ||||||
* | Fix pg_close() | Zeev Suraski | 2000-11-03 | 1 | -1/+5 | |
| | ||||||
* | - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() | Andi Gutmans | 2000-11-02 | 1 | -1/+1 | |
| | | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code. | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -5/+5 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -9/+13 | |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | |||||
* | Remove conflict | Zeev Suraski | 2000-10-11 | 1 | -5/+0 | |
| | ||||||
* | Old PostgreSQL fix I forgot to commit, and NEWS consistency update | Zeev Suraski | 2000-10-11 | 1 | -1/+18 | |
| | ||||||
* | - The Sprit of PHP is to have descriptive function names and not | Andi Gutmans | 2000-09-13 | 1 | -8/+8 | |
| | | | | | necessarily short ones. Maybe we should have some FAQ for this? | |||||
* | updated some functions'name using obsolete name convention. | Rui Hirokawa | 2000-09-12 | 1 | -6/+9 | |
| | ||||||
* | - Renamed functions so that this extension finally starts to follow the | Jouni Ahto | 2000-09-11 | 1 | -6/+6 | |
| | | | | | recommended naming scheme of PHP. | |||||
* | - Use the same check for existence of a valid link as the other functions. | Jouni Ahto | 2000-09-11 | 1 | -66/+58 | |
| | | | | | | | | - Return TRUE if everything went OK. - Fixed the number of arguments to pg_endcopy. - Removed unused variables. - Indentation, changed spaces to tabs. | |||||
* | - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf | Derick Rethans | 2000-09-11 | 1 | -0/+86 | |
| | | | | | | <delmendo@rackspace.com>) @ Added functions pg_putline and pg_endcopy (Dirk Elmendorf) | |||||
* | Fixed #6627. Wrong logic... | Jouni Ahto | 2000-09-09 | 1 | -1/+2 | |
| | ||||||
* | - Return NULL type when column is NULL, now that we have it in PHP4. | Jouni Ahto | 2000-08-16 | 1 | -26/+36 | |
| | | | | | | - Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL pointer in this case, but a pointer to a string of 0 length... | |||||
* | Fix #5817 and really, really check what gets passed further... | Jouni Ahto | 2000-07-29 | 1 | -12/+26 | |
| | ||||||
* | This should fix #5826. | Jouni Ahto | 2000-07-29 | 1 | -0/+6 | |
| | ||||||
* | The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/ | Sascha Schumann | 2000-07-11 | 1 | -6/+6 | |
| | ||||||
* | - Still one misssing zend_list_addref() and small fix in pg_close. | Jouni Ahto | 2000-07-05 | 1 | -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 Hirokawa | 2000-07-02 | 1 | -0/+74 | |
| | ||||||
* | (pg_loreadall) Was using zval ** but forgot to convert to use | Jouni Ahto | 2000-06-27 | 1 | -1/+1 | |
| | | | | | zend_get_parameters_ex(). Fixes #5244. | |||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -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 Schmid | 2000-06-23 | 1 | -2/+2 | |
| | ||||||
* | - Fix return type in proto once again... | Jouni Ahto | 2000-06-18 | 1 | -1/+1 | |
| | ||||||
* | Some protos fixed. | Egon Schmid | 2000-06-18 | 1 | -2/+2 | |
| | ||||||
* | - Fix return type in proto. | Jouni Ahto | 2000-06-18 | 1 | -1/+1 | |
| | ||||||
* | - Update postgress to build on Windows | Andi Gutmans | 2000-06-09 | 1 | -4/+0 | |
| | ||||||
* | (pg_connect) Missed adding reference to link. | Jouni Ahto | 2000-06-04 | 1 | -0/+1 | |
| | ||||||
* | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 1 | -0/+92 | |
| | | | | | @- Added functions pg_loimport(), pg_loexport(). (Jouni) | |||||
* | @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) | Zeev Suraski | 2000-05-31 | 1 | -0/+87 | |
| | ||||||
* | - Move to high performance api, use Z_* macros. | Jouni Ahto | 2000-05-25 | 1 | -339/+230 | |
| | | | | | | - Added some spaces here and there. # Have yet to test that I didn't break anything... | |||||
* | Added PostgreSQL module info function. | Jouni Ahto | 2000-05-24 | 1 | -2/+25 | |
| | ||||||
* | proto typo fix | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 | |
| | ||||||
* | According to current PostgreSQL docs, using PQoidStatus() is deprecated. | Jouni Ahto | 2000-05-23 | 1 | -1/+10 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE | Sascha Schumann | 2000-05-02 | 1 | -0/+2 | |
| | ||||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 | |
| | | | | | directory name. | |||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -3/+3 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -10/+18 | |
| | ||||||
* | PostgreSQL compile fixes | Zeev Suraski | 2000-02-05 | 1 | -10/+8 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). |