summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* - Moved ext/dbx and ext/ircg to PECL.foobar2005-07-101-297/+0
* Call functions by their new, proper names instead of what are now aliases.Marc Boeren2004-05-061-5/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix for bug #22221: pgsql version for dbx_query suppressed a warning thatMarc Boeren2003-02-191-16/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Coding style.Marc Boeren2002-10-301-1/+1
* escape_string functions will now return empty string directly.Marc Boeren2002-10-301-0/+4
* Added dbx_escape_string functionMarc Boeren2002-10-291-0/+24
* Fix memory leaks.Yasuo Ohgaki2002-02-131-2/+6
* Fixed bug where users with empty passwords could not connect. (Mc)Marc Boeren2002-02-131-7/+7
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-9/+9
* whitespace, braces, coding style (Mc)Marc Boeren2001-08-171-142/+148
* - Use the same coding standards for pointers as the rest of PHP.Andi Gutmans2001-08-171-15/+15
* WhitespaceZeev Suraski2001-08-111-2/+2
* Adding cvs ID to source filesFrank M. Kromann2001-08-071-0/+2
* Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function andMarc Boeren2001-06-051-9/+7
* Removed some old commented code (Mc)Marc Boeren2001-04-181-24/+3
* deleted warning output in dbx/pgsql.Rui Hirokawa2001-04-141-0/+8
* Added a database member to the dbx_link object. Since e.g. mysql reusesMarc Boeren2001-04-111-1/+2
* Inserted a few extra initialisations, just in case. Had some problems in aMarc Boeren2001-04-021-0/+2
* Fixed compile errors for PostgreSQL support (Mc)Marc Boeren2001-03-231-6/+8
* changed license of PostgreSQL module in ext/dbx.Rui Hirokawa2001-03-231-8/+8
* added initial support for PostgreSQL to ext/dbx.Rui Hirokawa2001-03-231-0/+281