- 29 Jan, 2001 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Marc G. Fournier authored
update configure to beta4 Install a ChangeLog file from beta3->beta4
-
Bruce Momjian authored
-
Tom Lane authored
allocated by plan nodes are not leaked at end of query. This doesn't really matter for normal queries, but it sure does for queries invoked repetitively inside SQL functions. Clean up some other grotty code associated with tupdescs, and fix a few other memory leaks exposed by tests with simple SQL functions.
-
Bruce Momjian authored
Robert E. Bruccole
-
- 28 Jan, 2001 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Philip Warner authored
-
Philip Warner authored
Ok. I have made patches for fixing some of pg_dump problems(see attached patches). The patches address the problem with user defined functions, operators and aggregates.
-
- 27 Jan, 2001 20 commits
-
-
Bruce Momjian authored
and two 'win32.mak'. Addresses the following: 1) Oops. Spelled fcntl.h wrong in the last one. D'uh. 2) PG_VERSION changed to be defined with " around it. psql/command.c failed to compile without that. 3) Changed makefiles to use "/MD" and link both psql and libpq.dll against MSVCRT.DLL instead of a static library. This takes care of the crash-upon-free in psql. I *think* this is what is on the "Open 7.1 Items" list as "Magnus Hagander ODBC Issues?". It has nothing to do with ODBC, but it's the only issue I've been involved with... Magnus Hagander
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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.
-