summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* 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