index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
pg_regress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-144
/
+149
*
Cause pg_regress to invoke the temporary postmaster as 'postgres' not
Tom Lane
2006-09-24
1
-8
/
+10
*
Fix shared library creation to work properly on AIX. Albe Laurenz
Tom Lane
2006-09-19
1
-4
/
+6
*
If test postmaster fails to start within 60 seconds, try to kill -9 it
Tom Lane
2006-08-13
1
-3
/
+19
*
Remove extra argument to printf().
Bruce Momjian
2006-08-01
1
-2
/
+2
*
have pg_regress fall back on testing with the canonical results file if an
Andrew Dunstan
2006-08-01
1
-1
/
+31
*
Fix WIN32 wait() return value macros to be accurate, particularly
Bruce Momjian
2006-07-30
1
-22
/
+21
*
Original coding of pg_regress.c made the results and log directories
Tom Lane
2006-07-27
1
-2
/
+2
*
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-07-25
1
-3
/
+4
*
Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores).
Andrew Dunstan
2006-07-25
1
-3
/
+3
*
Remove dubious and redundant (we think) setting of libdir in PATH for non tem...
Andrew Dunstan
2006-07-24
1
-10
/
+1
*
Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel.
Andrew Dunstan
2006-07-22
1
-3
/
+3
*
Ah, I finally realize why Magnus wanted to add a --bindir option to
Tom Lane
2006-07-21
1
-12
/
+31
*
As a stopgap to get the Windows buildfarm members running again, hot-wire
Tom Lane
2006-07-20
1
-31
/
+40
*
Print out diff status code when we think there's a hard failure.
Tom Lane
2006-07-20
1
-4
/
+9
*
Suppress unused-variable compiler warning, per Andrew Dunstan.
Tom Lane
2006-07-20
1
-1
/
+3
*
Fix pg_regress.c to report tests in a parallel group when they finish,
Tom Lane
2006-07-20
1
-27
/
+48
*
Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Tom Lane
2006-07-20
1
-4
/
+7
*
Adjust spawn_process() to avoid unnecessary overhead processes: we can
Tom Lane
2006-07-19
1
-16
/
+21
*
Adjust pg_regress to print out the exact string given to system() when
Tom Lane
2006-07-19
1
-7
/
+6
*
kill() is declared in <signal.h> per Single Unix Spec.
Tom Lane
2006-07-19
1
-1
/
+2
*
Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE).
Tom Lane
2006-07-19
1
-12
/
+12
*
Rewrite pg_regress as a C program instead of a shell script.
Tom Lane
2006-07-19
1
-0
/
+1601