summaryrefslogtreecommitdiff
path: root/src/test/bench
Commit message (Collapse)AuthorAgeFilesLines
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
|
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
|
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-3/+3
| | | | | | | | | | | | | | unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
| | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
* Remove benchmark comment.Bruce Momjian2004-10-071-7/+2
|
* Remove mention of -Q option for bench.Bruce Momjian2004-10-071-2/+2
|
* Whack Wisconsin benchmark around until it actually works again.Tom Lane2004-09-015-30/+26
| | | | | It's still useless because it tests a standalone backend, but at least the bit rot is repaired.
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-293-3/+3
|
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
| | | | or library directories on the command line.
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+3
| | | | | | | | | source directory. This involves mostly makefiles using $(srcdir) when they might have used ".". (Regression tests don't work with this, yet.) Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword in most places, to preserve necessary flags even when the user overrode the flags.
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+5
| | | | | to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-171-8/+1
| | | | | Add options to configure to automatically build for Kerberos support; no more editing of make files.
* Remove -B from wisconsin test.Bruce Momjian1999-05-231-2/+2
|
* Overhaul Wisconsin Benchmark test suitTatsuo Ishii1999-04-1622-82/+82
| | | | | | | - change temp -> temp_bench ("temp" is now a reserved word) - fix bugs in queries - add -B 256 option to run the postgres command (without this, postgres seems to fail with hashjoin)
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-3/+3
|
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-3/+3
|
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-3/+3
| | | | | | | | | | | 1. Remove the char2, char4, char8 and char16 types from postgresql 2. Change references of char16 to name in the regression tests. 3. Rename the char16.sql regression test to name.sql. 4. Modify the regression test scripts and outputs to match up. Might require new regression.{SYSTEM} files... Darren King
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-041-1/+9
| | | | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Makefile fix from Tatsuo Ishii.Bruce Momjian1997-07-281-3/+3
|
* Some slight changes to the Wisconsin Benchmark tests since postgres requiresMarc G. Fournier1997-04-172-7/+16
| | | | a -D<datadir> option
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-131-2/+1
|
* End of the make file simplifications.Bryan Henderson1996-11-121-33/+29
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-0939-0/+259