]> granicus.if.org Git - postgresql/history - src/test/regress/pg_regress.sh
copydir() and rmtree() need to use lstat, not stat, to behave as expected
[postgresql] / src / test / regress / pg_regress.sh
2006-07-18 Tom LaneMake pg_regress a tad simpler and more general-purpose...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-11-01 Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-07-17 Tom LaneMake pg_regress accept a command-line option for the...
2005-06-25 Tom LaneRemove forced CHECKPOINT in regression tests --- redund...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Tom LaneChange shell syntax that seems not to work right on...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-05-11 Tom LaneGive pg_regress a --load-language option, so that it...
2005-01-15 Tom Lanepg_regress now needs to know that Windows hasn't got...
2005-01-12 Tom LaneEnsure that the test postmaster started by 'make check...
2004-12-12 Peter EisentrautFix problems with certain shells (e.g., FreeBSD, Cygwin...
2004-11-17 Tom LaneForce LANG=en on Windows, since system may fail to...
2004-10-31 Tom LaneUse psql -q option instead of 2>/dev/null during first...
2004-10-24 Tom LaneAdjust message to not be misleading on Windows.
2004-09-22 Tom LaneIssue a CHECKPOINT just after creating the regression...
2004-08-10 Tom LaneSet DYLD_LIBRARY_PATH so that 'make check' works withou...
2004-06-03 Bruce MomjianWin32 regression fixes:
2004-05-20 Bruce MomjianAdd $libdir to mingw and cygwin for installcheck too.
2004-05-19 Bruce MomjianAdd MinGW to cases where libdir should be used for...
2004-05-03 Bruce MomjianMore PWD adjustments for win32.
2004-05-02 Bruce MomjianUse $build_platform for PWD flag test, per suggestion...
2004-05-02 Bruce MomjianSet PWDFLAGS based on test platform, not target platform.
2004-05-02 Bruce Momjianthis patch makes sure that:
2004-01-08 Neil ConwayFix a spelling mistake in a comment.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-02 Tom LaneProvide a way to run the parallel regression tests...
2003-08-07 Tom LaneRemove unnecessary use of multiple cat processes to...
2003-07-31 Tom LaneWhen using a temp installation, unset PGUSER and other...
2003-07-30 Tom LaneWhen shutting down the regression test postmaster after...
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-28 Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2002-11-13 Tom LaneUse cat instead of echo or awk, to avoid portability...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-09-04 Peter EisentrautRemove sh -x option that snuck in somehow.
2002-09-02 Tatsuo IshiiFix conversion regressin test failure.
2002-05-14 Peter EisentrautMake regression tests locale-proof by setting some...
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-01-03 Tom LaneInstead of waiting a fixed amount of time for the test...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-24 Peter EisentrautMake less misleading message for failed + ignored tests.
2001-02-18 Tom LaneAdd --template option to createdb script to allow acces...
2001-01-19 Peter EisentrautFrom Jason Tishler <jt@dothill.com>
2001-01-13 Peter EisentrautWindows wants shared libraries in PATH.
2001-01-02 Tom LaneTweak temporary-installation setup so that it doesn...
2000-12-31 Tom LaneDon't say 'export PGHOST' or 'export PGPORT' unless...
2000-12-11 Tom LaneAllow resultmap file to be missing, for use in contrib...
2000-11-22 Peter EisentrautAllow running without a "schedule" file. This enables...
2000-11-21 Peter EisentrautAllow for different result files when using GCC versus...
2000-11-21 Peter EisentrautDon't hide error message from dropdb.
2000-10-29 Peter EisentrautOmit perl and python interfaces when making temporary...
2000-10-23 Peter EisentrautPolish shared library build to reduce number of special...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-07 Peter EisentrautTo create a temporary installation, the regression...
2000-10-07 Bruce MomjianBeos regression patch.
2000-10-03 Peter EisentrautFix to make output format identical on echo -n and...
2000-10-02 Peter EisentrautCommunicate PGPORT and PGHOST via environment, not...
2000-10-02 Tom LaneFix silly typo that prevented resultmap from being...
2000-10-01 Peter EisentrautFix quoting bug
2000-09-29 Peter EisentrautNew unified regression test driver, test/regress makefi...