| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane | 2006-07-19 | 1 | -777/+0 |
| * | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 | 1 | -13/+1 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -2/+2 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -3/+3 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 | Andrew Dunstan | 2005-11-01 | 1 | -2/+8 |
| * | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 1 | -20/+3 |
| * | Make pg_regress accept a command-line option for the temporary installation's | Tom Lane | 2005-07-17 | 1 | -2/+13 |
| * | Remove forced CHECKPOINT in regression tests --- redundant now that | Tom Lane | 2005-06-25 | 1 | -5/+1 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 1 | -2/+2 |
| * | Change shell syntax that seems not to work right on FreeBSD 6-CURRENT | Tom Lane | 2005-06-20 | 1 | -2/+2 |
| * | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 | 1 | -1/+5 |
| * | Give pg_regress a --load-language option, so that it can be used to test | Tom Lane | 2005-05-11 | 1 | -7/+19 |
| * | pg_regress now needs to know that Windows hasn't got unix sockets, | Tom Lane | 2005-01-15 | 1 | -23/+13 |
| * | Ensure that the test postmaster started by 'make check' listens to as | Tom Lane | 2005-01-12 | 1 | -2/+6 |
| * | Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the | Peter Eisentraut | 2004-12-12 | 1 | -7/+11 |
| * | Force LANG=en on Windows, since system may fail to default to English. | Tom Lane | 2004-11-17 | 1 | -1/+9 |
| * | Use psql -q option instead of 2>/dev/null during first invocation | Tom Lane | 2004-10-31 | 1 | -13/+13 |
| * | Adjust message to not be misleading on Windows. | Tom Lane | 2004-10-24 | 1 | -2/+9 |
| * | Issue a CHECKPOINT just after creating the regression database. Without | Tom Lane | 2004-09-22 | 1 | -1/+5 |
| * | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane | 2004-08-10 | 1 | -3/+11 |
| * | Win32 regression fixes: | Bruce Momjian | 2004-06-03 | 1 | -17/+14 |
| * | Add $libdir to mingw and cygwin for installcheck too. | Bruce Momjian | 2004-05-20 | 1 | -2/+13 |
| * | Add MinGW to cases where libdir should be used for regression tests: | Bruce Momjian | 2004-05-19 | 1 | -2/+2 |
| * | More PWD adjustments for win32. | Bruce Momjian | 2004-05-03 | 1 | -2/+2 |
| * | Use $build_platform for PWD flag test, per suggestion from Peter. | Bruce Momjian | 2004-05-02 | 1 | -3/+3 |
| * | Set PWDFLAGS based on test platform, not target platform. | Bruce Momjian | 2004-05-02 | 1 | -3/+3 |
| * | this patch makes sure that: | Bruce Momjian | 2004-05-02 | 1 | -2/+14 |
| * | Fix a spelling mistake in a comment. | Neil Conway | 2004-01-08 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Provide a way to run the parallel regression tests with a user-specified | Tom Lane | 2003-11-02 | 1 | -17/+52 |
| * | Remove unnecessary use of multiple cat processes to feed psql; this | Tom Lane | 2003-08-07 | 1 | -13/+4 |
| * | When using a temp installation, unset PGUSER and other variables we | Tom Lane | 2003-07-31 | 1 | -1/+5 |
| * | When shutting down the regression test postmaster after 'make check', | Tom Lane | 2003-07-30 | 1 | -1/+2 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -3/+3 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -4/+2 |
| * | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane | 2003-04-28 | 1 | -1/+5 |
| * | Use cat instead of echo or awk, to avoid portability problems with backslashes. | Tom Lane | 2002-11-13 | 1 | -5/+11 |
| * | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 | 1 | -5/+10 |
| * | Remove sh -x option that snuck in somehow. | Peter Eisentraut | 2002-09-04 | 1 | -2/+2 |
| * | Fix conversion regressin test failure. | Tatsuo Ishii | 2002-09-02 | 1 | -2/+8 |
| * | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut | 2002-05-14 | 1 | -6/+38 |
| * | Sorry for the package, but the following patch need to be applied to get | Bruce Momjian | 2002-04-24 | 1 | -2/+2 |
| * | Instead of waiting a fixed amount of time for the test postmaster to | Tom Lane | 2002-01-03 | 1 | -4/+22 |
| * | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 | 1 | -2/+4 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -1/+13 |
| * | Make less misleading message for failed + ignored tests. | Peter Eisentraut | 2001-03-24 | 1 | -2/+2 |
| * | Add --template option to createdb script to allow access to WITH TEMPLATE | Tom Lane | 2001-02-18 | 1 | -2/+4 |
| * | From Jason Tishler <jt@dothill.com> | Peter Eisentraut | 2001-01-19 | 1 | -3/+3 |
| * | Windows wants shared libraries in PATH. | Peter Eisentraut | 2001-01-13 | 1 | -1/+10 |