summaryrefslogtreecommitdiff
path: root/src/test/regress/pg_regress.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-144/+149
* Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane2006-09-241-8/+10
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-4/+6
* If test postmaster fails to start within 60 seconds, try to kill -9 itTom Lane2006-08-131-3/+19
* Remove extra argument to printf().Bruce Momjian2006-08-011-2/+2
* have pg_regress fall back on testing with the canonical results file if anAndrew Dunstan2006-08-011-1/+31
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-301-22/+21
* Original coding of pg_regress.c made the results and log directoriesTom Lane2006-07-271-2/+2
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-3/+4
* Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores).Andrew Dunstan2006-07-251-3/+3
* Remove dubious and redundant (we think) setting of libdir in PATH for non tem...Andrew Dunstan2006-07-241-10/+1
* Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel.Andrew Dunstan2006-07-221-3/+3
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-211-12/+31
* As a stopgap to get the Windows buildfarm members running again, hot-wireTom Lane2006-07-201-31/+40
* Print out diff status code when we think there's a hard failure.Tom Lane2006-07-201-4/+9
* Suppress unused-variable compiler warning, per Andrew Dunstan.Tom Lane2006-07-201-1/+3
* Fix pg_regress.c to report tests in a parallel group when they finish,Tom Lane2006-07-201-27/+48
* Make pg_regress.c get paths from pg_config_paths.h, instead of -DTom Lane2006-07-201-4/+7
* Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane2006-07-191-16/+21
* Adjust pg_regress to print out the exact string given to system() whenTom Lane2006-07-191-7/+6
* kill() is declared in <signal.h> per Single Unix Spec.Tom Lane2006-07-191-1/+2
* Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE).Tom Lane2006-07-191-12/+12
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-191-0/+1601