Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug: #11728. Error message was cleared before outputted in pg_pconnect() | foobar | 2001-06-29 | 1 | -1/+1 | |
| | ||||||
* | Allow the PostgreSQL driver to do internal row counting when iterating | Jon Parise | 2001-06-19 | 1 | -32/+72 | |
| | | | | | | | through a result set. Submitted by: Georg von Zezschwitz <gvz@2scale.net> | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+2 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -19/+75 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | Fixed bug: #11265 | foobar | 2001-06-04 | 1 | -1/+4 | |
| | ||||||
* | ws fix | Sterling Hughes | 2001-05-28 | 1 | -3/+4 | |
| | ||||||
* | Fix by Sterling Hughes. Fixes bugs: #10939, #10756, #10324 | foobar | 2001-05-27 | 1 | -1/+5 | |
| | ||||||
* | remove ws, kill one compile warning. | foobar | 2001-05-27 | 1 | -6/+6 | |
| | ||||||
* | Fix some protos. | Egon Schmid | 2001-05-27 | 1 | -2/+2 | |
| | ||||||
* | @ Made the length argument (argument 2) to pg_loread() optional, | Sterling Hughes | 2001-05-27 | 1 | -32/+33 | |
| | | | | | | | | @ if not specified data will be read in 1kb chunks. (Sterling) @ Added a third argument to pg_lowrite() which is the length of @ the data to write. (Sterling) | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 | |
| | ||||||
* | Corrected one proto. | Egon Schmid | 2001-05-06 | 1 | -1/+1 | |
| | ||||||
* | Add pg_last_notice() function | Rasmus Lerdorf | 2001-05-06 | 1 | -1/+19 | |
| | ||||||
* | make pgsql build under win32 again | Daniel Beulshausen | 2001-04-30 | 1 | -0/+1 | |
| | ||||||
* | Accept the fix suggestion from bug #9562 | Zeev Suraski | 2001-04-29 | 1 | -0/+3 | |
| | ||||||
* | deleted warning output in dbx/pgsql. | Rui Hirokawa | 2001-04-14 | 1 | -2/+0 | |
| | ||||||
* | pg_close not closing right connection. | Romolo Manfredini | 2001-04-05 | 1 | -9/+3 | |
| | ||||||
* | make it compile with 6.5.x | Thies C. Arntzen | 2001-04-04 | 1 | -9/+20 | |
| | | | | | postgresql notices are now send to the standard error-log | |||||
* | pg_close was undefining default_conn even if a ref to it was still there. | Romolo Manfredini | 2001-03-26 | 1 | -3/+7 | |
| | ||||||
* | Solved bugs #9746 and #9937, pg_close was closing twice the default conn. | Romolo Manfredini | 2001-03-24 | 1 | -1/+2 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | added missing ELS_FETCH() | Daniel Beulshausen | 2001-02-20 | 1 | -1/+1 | |
| | ||||||
* | Simpler fix for the InvalidOid thing by Tom Lane. | Sascha Schumann | 2001-02-19 | 1 | -0/+3 | |
| | | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe. | |||||
* | Fix warning | Sascha Schumann | 2001-02-19 | 1 | -1/+1 | |
| | ||||||
* | Fix the PostgreSQL fix... | Zeev Suraski | 2001-02-15 | 1 | -2/+2 | |
| | ||||||
* | remove stupid PGSQL warning | Thies C. Arntzen | 2001-02-13 | 1 | -14/+12 | |
| | ||||||
* | @- PostgreSQL now does a rollback at the end of a request on every | Thies C. Arntzen | 2001-02-13 | 1 | -1/+34 | |
| | | | | | | | | | | @ persistent connection. This is done by doing an "empty" transaction @ on the connection (This was advised by someone from the PostgreSQL @ core-team). If you leave transactions open on your page you will see a @ "NOTICE: BEGIN: already a transaction in progress" message in your @ apache error_log. This message is created by the PostgreSQL libs - we can @ do nothing about it. (Thies) | |||||
* | @- 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 | |
| |