summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Added several new functions to support the PostgreSQL v3 protocolChristopher Kings-Lynne2005-03-191-0/+7
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-1/+1
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
* Use pg_config if it can be found.Marcus Boerger2004-01-091-19/+35
* Needed function detectionMarcus Boerger2003-07-271-0/+1
* Added pg_version() which returns an associative array of client/protocol/serverMarcus Boerger2003-07-221-0/+2
* - Fix typoDerick Rethans2002-06-261-1/+1
* Fix version in messageYasuo Ohgaki2002-04-251-1/+1
* Also support --disable-shared installations of pgsqlSascha Schumann2002-04-211-1/+1
* Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()Yasuo Ohgaki2002-04-081-7/+7
* Print PostgreSQL version number in phpinfo()Yasuo Ohgaki2002-03-311-0/+3
* Fix build failure with PostgreSQL 6.5.xYasuo Ohgaki2002-03-291-0/+1
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
* Fix problem with sesssion_pgsql moduleYasuo Ohgaki2002-02-151-2/+1
* Get rid of useless path from seach pathYasuo Ohgaki2001-12-181-2/+2
* README updateYasuo Ohgaki2001-12-161-17/+40
* Unified the configure messages.foobar2001-11-301-5/+5
* If the header file is not found, bail out.foobar2001-08-141-1/+1
* Nuke more quotesSascha Schumann2001-05-121-5/+5
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-191-20/+0
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-191-0/+19
* Allow passing relative paths to --with-pgsqlSascha Schumann2001-02-191-0/+1
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
* This should fix #5826.Jouni Ahto2000-07-291-1/+2
* The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/Sascha Schumann2000-07-111-2/+2
* - Test pg_encoding_to_char instead (it's existence in libpq means thatJouni Ahto2000-07-051-1/+1
* added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.Rui Hirokawa2000-07-021-0/+1
* According to current PostgreSQL docs, using PQoidStatus() is deprecated.Jouni Ahto2000-05-231-0/+1
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-5/+1
* Revamp config stuffSascha Schumann2000-05-011-52/+38
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-2/+2
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-2/+2
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-5/+3
* Remove custom LDFLAGS/LIBS changesSascha Schumann1999-12-041-4/+2
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-1/+1
* Enabled shared build of pgsql moduleGergely Madarász1999-09-031-5/+31
* Debian fixesStig Bakken1999-07-211-0/+1
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-2/+2
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+38