]> granicus.if.org Git - postgresql/history - src/test/regress/pg_regress.c
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
[postgresql] / src / test / regress / pg_regress.c
2007-02-08 Tom LaneAdd missing #define for mingw, per Magnus.
2007-02-08 Bruce MomjianWin32 regression test fixes:
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-19 Alvaro HerreraFix pg_regress breakage for PL and contrib tests, by...
2007-01-19 Alvaro HerreraChange the sed rules in the regression test for pg_regr...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Andrew DunstanCall setrlimit if possible in pg_regress to allow core...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-24 Tom LaneCause pg_regress to invoke the temporary postmaster...
2006-09-19 Tom LaneFix shared library creation to work properly on AIX...
2006-08-13 Tom LaneIf test postmaster fails to start within 60 seconds...
2006-08-01 Bruce MomjianRemove extra argument to printf().
2006-08-01 Andrew Dunstanhave pg_regress fall back on testing with the canonical...
2006-07-30 Bruce MomjianFix WIN32 wait() return value macros to be accurate...
2006-07-27 Tom LaneOriginal coding of pg_regress.c made the results and...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-25 Andrew DunstanUse correct ifdef test for cygwin, namely __CYGWIN__...
2006-07-24 Andrew DunstanRemove dubious and redundant (we think) setting of...
2006-07-22 Andrew DunstanAdd libdir to PATH for Cygwin as well as WIN32 - should...
2006-07-21 Tom LaneAh, I finally realize why Magnus wanted to add a -...
2006-07-20 Tom LaneAs a stopgap to get the Windows buildfarm members runni...
2006-07-20 Tom LanePrint out diff status code when we think there's a...
2006-07-20 Tom LaneSuppress unused-variable compiler warning, per Andrew...
2006-07-20 Tom LaneFix pg_regress.c to report tests in a parallel group...
2006-07-20 Tom LaneMake pg_regress.c get paths from pg_config_paths.h...
2006-07-19 Tom LaneAdjust spawn_process() to avoid unnecessary overhead...
2006-07-19 Tom LaneAdjust pg_regress to print out the exact string given...
2006-07-19 Tom Lanekill() is declared in <signal.h> per Single Unix Spec.
2006-07-19 Tom LaneTweak command quoting for Windows (I'd forgotten about...
2006-07-19 Tom LaneRewrite pg_regress as a C program instead of a shell...