- 29 Jan, 2001 2 commits
-
-
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 22 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.
-
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 7 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
-