summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* PGSQL and POD_SQL: don't include pg_config.hChristoph M. Becker2020-05-251-13/+1
* Raise ext/pgsql requirements to PostGreSQL 7.4Christoph M. Becker2020-05-221-21/+1
* Remove HAVE_PQPUTCOPYENDPeter Kokot2019-07-221-1/+0
* add comment about pg_config/pkgconfigRemi Collet2019-06-121-0/+3
* Revert "ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library"Joe Watkins2019-06-121-9/+62
* ext/pgsql: Use PKG_CHECK_MODULES to detect the pq libraryHugh McMaster2019-06-111-62/+9
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
* fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usageAnatol Belski2014-10-161-1/+1
* Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and upYasuo Ohgaki2014-01-151-0/+2
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* 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