summaryrefslogtreecommitdiff
path: root/src/test/regress/pg_regress.sh
Commit message (Expand)AuthorAgeFilesLines
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-191-777/+0
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-181-13/+1
* Remove BEOS port.Bruce Momjian2006-01-051-2/+2
* Remove QNX port.Bruce Momjian2006-01-051-3/+3
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-011-2/+8
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-20/+3
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-171-2/+13
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-251-5/+1
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-2/+2
* Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane2005-06-201-2/+2
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-171-1/+5
* Give pg_regress a --load-language option, so that it can be used to testTom Lane2005-05-111-7/+19
* pg_regress now needs to know that Windows hasn't got unix sockets,Tom Lane2005-01-151-23/+13
* Ensure that the test postmaster started by 'make check' listens to asTom Lane2005-01-121-2/+6
* Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing thePeter Eisentraut2004-12-121-7/+11
* Force LANG=en on Windows, since system may fail to default to English.Tom Lane2004-11-171-1/+9
* Use psql -q option instead of 2>/dev/null during first invocationTom Lane2004-10-311-13/+13
* Adjust message to not be misleading on Windows.Tom Lane2004-10-241-2/+9
* Issue a CHECKPOINT just after creating the regression database. WithoutTom Lane2004-09-221-1/+5
* Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane2004-08-101-3/+11
* Win32 regression fixes:Bruce Momjian2004-06-031-17/+14
* Add $libdir to mingw and cygwin for installcheck too.Bruce Momjian2004-05-201-2/+13
* Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian2004-05-191-2/+2
* More PWD adjustments for win32.Bruce Momjian2004-05-031-2/+2
* Use $build_platform for PWD flag test, per suggestion from Peter.Bruce Momjian2004-05-021-3/+3
* Set PWDFLAGS based on test platform, not target platform.Bruce Momjian2004-05-021-3/+3
* this patch makes sure that:Bruce Momjian2004-05-021-2/+14
* Fix a spelling mistake in a comment.Neil Conway2004-01-081-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Provide a way to run the parallel regression tests with a user-specifiedTom Lane2003-11-021-17/+52
* Remove unnecessary use of multiple cat processes to feed psql; thisTom Lane2003-08-071-13/+4
* When using a temp installation, unset PGUSER and other variables weTom Lane2003-07-311-1/+5
* When shutting down the regression test postmaster after 'make check',Tom Lane2003-07-301-1/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-3/+3
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-4/+2
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-281-1/+5
* Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane2002-11-131-5/+11
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-191-5/+10
* Remove sh -x option that snuck in somehow.Peter Eisentraut2002-09-041-2/+2
* Fix conversion regressin test failure.Tatsuo Ishii2002-09-021-2/+8
* Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut2002-05-141-6/+38
* Sorry for the package, but the following patch need to be applied to getBruce Momjian2002-04-241-2/+2
* Instead of waiting a fixed amount of time for the test postmaster toTom Lane2002-01-031-4/+22
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-161-2/+4
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-1/+13
* Make less misleading message for failed + ignored tests.Peter Eisentraut2001-03-241-2/+2
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-181-2/+4
* From Jason Tishler <jt@dothill.com>Peter Eisentraut2001-01-191-3/+3
* Windows wants shared libraries in PATH.Peter Eisentraut2001-01-131-1/+10