| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
| * | fix arg order, CFLAGS is the fifth arg in m4 | Anatol Belski | 2014-10-17 | 1 | -1/+1 |
| * | converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usage | Anatol Belski | 2014-10-16 | 1 | -1/+1 |
| * | Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up | Yasuo Ohgaki | 2014-01-15 | 1 | -0/+2 |
| * | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| * | add pg_escape_identifier/pg_escape_literal | Yasuo Ohgaki | 2011-11-25 | 1 | -0/+1 |
| * | MFH: corrected library search path order in tests | Hartmut Holzgraefe | 2008-07-23 | 1 | -1/+1 |
| * | added support for object ids in pg_lo_create() and pg_lo_import() where avail... | Hartmut Holzgraefe | 2008-07-23 | 1 | -0/+2 |
| * | MFH | Jani Taskinen | 2007-07-11 | 1 | -4/+1 |
| * | PQfreemem checks | Ilia Alshanetsky | 2007-02-18 | 1 | -0/+1 |
| * | Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. | Ilia Alshanetsky | 2006-10-06 | 1 | -1/+2 |
| * | Added support for character sets in pg_escape_string() for PostgreSQL | Ilia Alshanetsky | 2006-10-04 | 1 | -0/+1 |
| * | Added a check for PQftable() function | Ilia Alshanetsky | 2006-09-15 | 1 | -0/+1 |
| * | MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) | foobar | 2006-01-05 | 1 | -1/+3 |
| * | revert fix that did not fix anything | foobar | 2005-07-22 | 1 | -1/+1 |
| * | fix build with older postgresql | Yasuo Ohgaki | 2005-07-22 | 1 | -1/+1 |
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| * | fix typo | Antony Dovgal | 2005-04-03 | 1 | -1/+1 |
| * | (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. | Christopher Kings-Lynne | 2005-03-25 | 1 | -0/+1 |
| * | Tweak some #if's to be more orthogonal. | Christopher Kings-Lynne | 2005-03-22 | 1 | -0/+4 |
| * | Added several new functions to support the PostgreSQL v3 protocol | Christopher Kings-Lynne | 2005-03-19 | 1 | -0/+7 |
| * | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -1/+1 |
| * | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -1/+1 |
| * | Use pg_config if it can be found. | Marcus Boerger | 2004-01-09 | 1 | -19/+35 |
| * | Needed function detection | Marcus Boerger | 2003-07-27 | 1 | -0/+1 |
| * | Added pg_version() which returns an associative array of client/protocol/server | Marcus Boerger | 2003-07-22 | 1 | -0/+2 |
| * | - Fix typo | Derick Rethans | 2002-06-26 | 1 | -1/+1 |
| * | Fix version in message | Yasuo Ohgaki | 2002-04-25 | 1 | -1/+1 |
| * | Also support --disable-shared installations of pgsql | Sascha Schumann | 2002-04-21 | 1 | -1/+1 |
| * | Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() | Yasuo Ohgaki | 2002-04-08 | 1 | -7/+7 |
| * | Print PostgreSQL version number in phpinfo() | Yasuo Ohgaki | 2002-03-31 | 1 | -0/+3 |
| * | Fix build failure with PostgreSQL 6.5.x | Yasuo Ohgaki | 2002-03-29 | 1 | -0/+1 |
| * | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| * | Fix problem with sesssion_pgsql module | Yasuo Ohgaki | 2002-02-15 | 1 | -2/+1 |
| * | Get rid of useless path from seach path | Yasuo Ohgaki | 2001-12-18 | 1 | -2/+2 |
| * | README update | Yasuo Ohgaki | 2001-12-16 | 1 | -17/+40 |
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+5 |
| * | If the header file is not found, bail out. | foobar | 2001-08-14 | 1 | -1/+1 |
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -5/+5 |
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| * | Simpler fix for the InvalidOid thing by Tom Lane. | Sascha Schumann | 2001-02-19 | 1 | -20/+0 |
| * | Fix incompatibility with PostgreSQL CVS. | Sascha Schumann | 2001-02-19 | 1 | -0/+19 |
| * | Allow passing relative paths to --with-pgsql | Sascha Schumann | 2001-02-19 | 1 | -0/+1 |
| * | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -1/+1 |
| * | This should fix #5826. | Jouni Ahto | 2000-07-29 | 1 | -1/+2 |
| * | The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/ | Sascha Schumann | 2000-07-11 | 1 | -2/+2 |
| * | - Test pg_encoding_to_char instead (it's existence in libpq means that | Jouni Ahto | 2000-07-05 | 1 | -1/+1 |
| * | added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. | Rui Hirokawa | 2000-07-02 | 1 | -0/+1 |
| * | According to current PostgreSQL docs, using PQoidStatus() is deprecated. | Jouni Ahto | 2000-05-23 | 1 | -0/+1 |