summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Nuke more quotesSascha Schumann2001-05-121-5/+5
* Corrected one proto.Egon Schmid2001-05-061-1/+1
* Add pg_last_notice() functionRasmus Lerdorf2001-05-062-1/+21
* make pgsql build under win32 againDaniel Beulshausen2001-04-301-0/+1
* Accept the fix suggestion from bug #9562Zeev Suraski2001-04-291-0/+3
* deleted warning output in dbx/pgsql.Rui Hirokawa2001-04-141-2/+0
* pg_close not closing right connection.Romolo Manfredini2001-04-051-9/+3
* make it compile with 6.5.xThies C. Arntzen2001-04-042-9/+21
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* pg_close was undefining default_conn even if a ref to it was still there.Romolo Manfredini2001-03-261-3/+7
* Solved bugs #9746 and #9937, pg_close was closing twice the default conn.Romolo Manfredini2001-03-241-1/+2
* fix dspDaniel Beulshausen2001-03-201-8/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* added missing ELS_FETCH()Daniel Beulshausen2001-02-201-1/+1
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-193-23/+3
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-192-0/+21
* Fix warningSascha Schumann2001-02-191-1/+1
* Allow passing relative paths to --with-pgsqlSascha Schumann2001-02-191-0/+1
* Fix the PostgreSQL fix...Zeev Suraski2001-02-151-2/+2
* remove stupid PGSQL warningThies C. Arntzen2001-02-131-14/+12
* @- PostgreSQL now does a rollback at the end of a request on everyThies C. Arntzen2001-02-132-1/+35
* @- fixes PostgeSQL pg_connect() bug. We would sometimes close the defaultThies C. Arntzen2001-02-131-1/+2
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
* Revert last completely broken patch.Sascha Schumann2001-01-201-55/+0
* - Added the pg_lolseek function, which allows for arbitrary seeking withinDerick Rethans2001-01-182-0/+57
* Changing my email address...Jouni Ahto2001-01-042-2/+2
* Don't increase the refcount of id, if we already have increased the refcountSascha Schumann2000-12-131-2/+4
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Fix msql_close(), pg_close() and sybase_close() (Sybase CT)Zeev Suraski2000-11-031-3/+10
* Fix pg_close()Zeev Suraski2000-11-031-1/+5
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-5/+5
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-9/+13
* 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