summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* add pg_escape_identifier/pg_escape_literalYasuo Ohgaki2011-11-251-0/+1
* MFH: corrected library search path order in testsHartmut Holzgraefe2008-07-231-1/+1
* added support for object ids in pg_lo_create() and pg_lo_import() where avail...Hartmut Holzgraefe2008-07-231-0/+2
* MFHJani Taskinen2007-07-111-4/+1
* PQfreemem checksIlia Alshanetsky2007-02-181-0/+1
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-061-1/+2
* Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-041-0/+1
* Added a check for PQftable() functionIlia Alshanetsky2006-09-151-0/+1
* MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)foobar2006-01-051-1/+3
* revert fix that did not fix anythingfoobar2005-07-221-1/+1
* fix build with older postgresqlYasuo Ohgaki2005-07-221-1/+1
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* fix typoAntony Dovgal2005-04-031-1/+1
* (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.Christopher Kings-Lynne2005-03-251-0/+1
* Tweak some #if's to be more orthogonal.Christopher Kings-Lynne2005-03-221-0/+4
* 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