- 27 Jan, 2001 18 commits
-
-
Bruce Momjian authored
-
Philip Warner authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
table.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
triggers ... oops ... but the regress tests should have covered this ...
-
Bruce Momjian authored
(sql490.htm), there is "set of all k-tuples v1, v2, ... vk, such that v1 [isin] D1, v1 [isin] D1" i assume it should be "set of all k-tuples v1, v2, ... vk, such that v1 [isin] D1, v2 [isin] D2" Divide by Zero
-
Bruce Momjian authored
-
Tom Lane authored
not happen anyway, but let's try not to get completely confused if it does (due to rewriter bugs or whatever).
-
Tom Lane authored
original table ('OLD' table) in its join tree if OLD is referenced by either the rule action, the rule qual, or the original query qual that will be added to the rule action. However, we only want one instance of the original table to be included; so beware of the possibility that the rule action already has a jointree entry for OLD.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
regression tests for Pgsql 7.1beta3 pass. This is very similr to the one I submitted back in July for Linux/Alpha. Apparently non-x86 Linux machines like to compute nth place float point digits like Sun/Solaris does? Otherwise, 7.1beta3 runs without problems (i.e. all other regression tests pass) on my Sparc 20 running Debian GNU/Linux 2.2. Ryan Kirkpatrick
-
Tom Lane authored
rather than coredumping (as prior 7.1 code did) or silently dropping the condition (as 7.0 did). This is annoying but there doesn't seem to be any good way to fix it, short of a major querytree restructuring.
-
Tom Lane authored
a NOTIFY.
-
Tom Lane authored
actually) to ensure that its file access time doesn't get old enough to tempt a /tmp directory cleaner to remove it. Still another reason we should never have put the sockets in /tmp in the first place ...
-
- 26 Jan, 2001 13 commits
-
-
Peter Eisentraut authored
<jburton@scw.org>.
-
Tom Lane authored
truncating to integer. Remove regress test that checks whether 4567890123456789 can be converted to float without loss; since that's 52 bits, it's on the hairy edge of failing with IEEE float8s, and indeed rint seems to give platform-dependent results for it.
-
Bruce Momjian authored
dialogue from '6.4/6.5' to '6.5+' and removes some C++ comments from resource.h (which VC++ insists on putting there). odbc2.diff adds code to query the PostgreSQL version upon connection. This is then used to determine what values to return for from SQLGetInfo for SQL_DBMS_VER, SQL_MAX_ROW_SIZE, SQL_MAX_STATEMENT_LEN, SQL_OJ_CAPABILITIES and SQL_OUTER_JOINS. The version string as returned by SELECT vERSION() (as a char array) and the major.minor version number (as a flost) have been added to the ConnectionClass structure. Dave Page
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
see if we shouldn't block whenever we insert ourselves anywhere before the end of the queue, not only at the front.
-
Vadim B. Mikheev authored
and new root page if old root one was splitted but new root page wasn't created. New code is protected by FixBTree bool flag setted to FALSE, so nothing should be affected by this untested approach.
-
- 25 Jan, 2001 9 commits
-
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
postmaster' process.
-
Peter Mount authored
some more osteric bugs is easier. If only 1 arg is supplied and it's of type Exception, then that Exception's stacktrace is now included. This was done as there's been a report of an unusual bug during connection. This will make this sort of bug hunting easier from now on.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
rearranges wait queues.
-
Bruce Momjian authored
-