summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* ext/pgsql: Use PKG_CHECK_MODULES to detect the pq libraryHugh McMaster2019-06-111-62/+9
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+6
* Allow exceptions in __toString()Nikita Popov2019-06-051-32/+32
* Try to make 17result.php more robustNikita Popov2019-06-042-4/+4
* Remove example file for pgsql extensionPeter Kokot2019-05-131-82/+0
* [ci skip] Migrate tests READMEs to MarkdownPeter Kokot2019-05-122-16/+18
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-131-6/+0
* Don't use php_strtok_r in build_tablenameNikita Popov2019-04-121-19/+13
* Include libpq-fs.h on Windows, tooChristoph M. Becker2019-04-121-3/+1
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-101-3/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-101-3/+5
| |\
| | * Fix 29nb_async_connect.phptNikita Popov2019-04-101-3/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-103-8/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-103-8/+46
| |\ \ | | |/
| | * Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-103-8/+46
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-102-5/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-102-5/+22
| |\ \ | | |/
| | * Fix use after free on pg_close() of default connectionNikita Popov2019-04-102-5/+22
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-11-182-1/+41
| | |\
| | | * Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-182-1/+41
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-131-78/+78
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-158-11/+11
* | | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* | | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | | Remove outdated pgsql READMEFabien Villepinte2019-02-141-234/+0
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | | Remove unnecessary uses of object_and_properties_initNikita Popov2019-01-071-1/+1
* | | | Fix typo in testsFabien Villepinte2018-11-192-2/+2
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-11-182-1/+41
|\ \ \ \ | |/ / /
| * | | Add test for bug #77047Anatol Belski2018-11-181-0/+40
| * | | FIX #77047: fixes regex for "time" data typeandy2018-11-181-1/+1
| * | | Future-proof email addressesZeev Suraski2018-11-012-2/+2
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| * | | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-47/+47
* | | | Future-proof email addresses...Zeev Suraski2018-11-012-2/+2
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3