- 11 Dec, 2008 1 commit
-
-
Peter Eisentraut authored
to the gettext domain name, to simplify parallel installations. Also, rename set_text_domain() to pg_bindtextdomain(), because that is what it does.
-
- 28 Nov, 2008 1 commit
-
-
Peter Eisentraut authored
a mismatching installation. Pick a default port number calculated from the version number, and try a few times with other numbers if that one doesn't work. Check if we can connect to the port before starting our own postmaster, to detect some other server already running there. To simplify the code, drop --temp-port option and use --port for both temp-install and pre-installed case.
-
- 26 Nov, 2008 1 commit
-
-
Tom Lane authored
-
- 25 Nov, 2008 2 commits
-
-
Tom Lane authored
libpq. As noted by Peter, adding this variable created a risk of unexpected connection failures when talking to older server versions, and since it doesn't do anything you can't do with PGOPTIONS, it doesn't seem really necessary. Removing it does occasion a few extra lines in pg_regress.c, but saving a getenv() call per libpq connection attempt is perhaps worth that anyway.
-
Peter Eisentraut authored
of our way to ignore the exit status). If this ever really happens, worst case you will not see the "score" at the bottom of the test run.
-
- 20 Nov, 2008 1 commit
-
-
Magnus Hagander authored
clearly stated that we are aware that we're ignoring it.
-
- 09 Nov, 2008 1 commit
-
-
Tom Lane authored
from DateStyle, and create a new interval style that produces output matching the SQL standard (at least for interval values that fall within the standard's restrictions). IntervalStyle is also used to resolve the conflict between the standard and traditional Postgres rules for interpreting negative interval input. Ron Mayer
-
- 01 Oct, 2008 1 commit
-
-
Peter Eisentraut authored
in both input and output dir, to handle vpath builds more simply.
-
- 05 Aug, 2008 1 commit
-
-
Tom Lane authored
some failures to expose messages for translation.
-
- 03 Aug, 2008 1 commit
-
-
Tom Lane authored
read when the --temp-config argument is bad. Noted while wondering why buildfarm member dungbeetle is failing ... this isn't why, but it is why the error report isn't very helpful ...
-
- 17 May, 2008 1 commit
-
-
Tom Lane authored
exits with nonzero status. The Windows part of this is untested ...
-
- 31 Mar, 2008 1 commit
-
-
Tom Lane authored
The places that did, eg, (statbuf.st_mode & S_IFMT) == S_IFDIR were correct, but there is no good reason not to use S_ISDIR() instead, especially when that's what the other 90% of our code does. The places that did, eg, (statbuf.st_mode & S_IFDIR) were flat out *wrong* and would fail in various platform-specific ways, eg a symlink could be mistaken for a regular file on most Unixen. The actual impact of this is probably small, since the problem cases seem to always involve symlinks or sockets, which are unlikely to be found in the directories that PG code might be scanning. But it's clearly trouble waiting to happen, so patch all the way back anyway. (There seem to be no occurrences of the mistake in 7.4.)
-
- 04 Mar, 2008 1 commit
-
-
Magnus Hagander authored
Dave Page
-
- 20 Feb, 2008 1 commit
-
-
Tom Lane authored
programs: use puts with a compile-time-constant string.
-
- 19 Jan, 2008 1 commit
-
-
Tom Lane authored
On other platforms it's better to let the Makefile handle it, but we want the regression tests to be invokable without make on Windows. A batch file would be a better solution, but no time for that before 8.3. Per my discovery that this breaks testing under SELinux, and subsequent discussion.
-
- 01 Jan, 2008 1 commit
-
-
Bruce Momjian authored
-
- 27 Nov, 2007 1 commit
-
-
Tom Lane authored
not the image that (theoretically) should exist in the current directory. Jørgen Austvik
-
- 15 Nov, 2007 1 commit
-
-
Bruce Momjian authored
-
- 09 Sep, 2007 1 commit
-
-
Andrew Dunstan authored
for pg_regress, via --temp-config option. Pick this up in the make file via TEMP_CONFIG setting.
-
- 18 Jul, 2007 1 commit
-
-
Alvaro Herrera authored
some platforms and possibly a bug. Per report from Stefan and subsequent discussion.
-
- 12 Jun, 2007 3 commits
-
-
Magnus Hagander authored
Fixes buildfarm failures on contribcheck.
-
Magnus Hagander authored
-
Magnus Hagander authored
regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds. Fix ECPG thread tests for MSVC build (incl output files). Joachim Wieland and Magnus Hagander
-
- 31 May, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 08 Feb, 2007 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
For win32 in general, this makes it possible to run the regression tests as an admin user by using the same restricted token method that's used by pg_ctl and initdb. For vc++, it adds building of pg_regress.exe, adds a resultmap, and fixes how it runs the install. Magnus Hagander
-
- 07 Feb, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 01 Feb, 2007 1 commit
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
-
- 19 Jan, 2007 2 commits
-
-
Alvaro Herrera authored
"input" and "output" dirs be necessarily present.
-
Alvaro Herrera authored
the generated files, to help Visual C++ to run these tests. The tests still pass in VPATH and normal builds. Patch from Magnus Hagander, editorialized by me.
-
- 05 Jan, 2007 2 commits
-
-
Bruce Momjian authored
back-stamped for this.
-
Andrew Dunstan authored
Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl.
-
- 04 Oct, 2006 1 commit
-
-
Bruce Momjian authored
-
- 24 Sep, 2006 1 commit
-
-
Tom Lane authored
'postmaster', so as not to depend on the existence of the postmaster symlink. Also, implement postmaster-still-alive and postmaster-kill operations for Windows, per Magnus.
-
- 19 Sep, 2006 1 commit
-
-
Tom Lane authored
-
- 13 Aug, 2006 1 commit
-
-
Tom Lane authored
so that it won't interfere with later trials. Per recent buildfarm experience. Anyone know how to do this on Windows?
-
- 01 Aug, 2006 2 commits
-
-
Bruce Momjian authored
-
Andrew Dunstan authored
have pg_regress fall back on testing with the canonical results file if an alternative test is specified but none succeeds.
-
- 30 Jul, 2006 1 commit
-
-
Bruce Momjian authored
because they are used for testing the return value from system(). (WIN32 doesn't overlay the return code with other failure conditions like Unix does, so they are just simple macros.) Fix regression checks to properly handle diff failures on Win32 using the new macros.
-
- 27 Jul, 2006 1 commit
-
-
Tom Lane authored
with restrictive permissions, which was not the behavior of the shell script and doesn't seem very desirable. Use the umask setting instead.
-