- 24 Feb, 1999 3 commits
-
-
Bruce Momjian authored
Move files to deadcode.
-
Bruce Momjian authored
-
Bruce Momjian authored
portability problem. Included patches should be applied to both current and 6.4 tree. I have tested on LinuxPPC, FreeBSD and Solaris 2.6. Now the inet regression tests on these platforms are all happy. --- Tatsuo Ishii
-
- 23 Feb, 1999 19 commits
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> + + Son Feb 21 14:10:47 CET 1999 + + - Fixed variable detection in libecpg. + + Mon Feb 22 19:47:45 CET 1999 + + - Added 'at <db_connection>' option to all commands it is apllicable + to. Due to changing the API of some libecpg functions this + requires me to increase the major version number. + - Synced pgc.l with scan.l. + - Added support for unions. + - Set library version to 3.0.0 + - Set ecpg version to 3.0.0
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Define the JoinExpr node.
-
Thomas G. Lockhart authored
Clean up comments in execnodes.h.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
when no exact match. Clean up elog error messages.
-
Thomas G. Lockhart authored
including the following in your Makefile.custom: CFLAGS+= -DENABLE_OUTER_JOINS -DEXEC_MERGEJOINDEBUG
-
Thomas G. Lockhart authored
Put in hooks for outer joins by passing a few parameters back and forth in function calls. May not be close to working yet.
-
Thomas G. Lockhart authored
code. Works here, but not completely implemented past this point.
-
Thomas G. Lockhart authored
Comment-out the #undef default declarations to allow the parameters to be set on the compiler command line.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Enable by defining CFLAGS+= -DENABLE_OUTER_JOINS -DEXEC_MERGEJOINDEBUG in your Makefile.custom
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
string.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
file early enough to use in nodes/. Try to be more complete for rules on generating parse.h, but it still does not work any better than before. Should be able to make correctly if parser/gram.y is updated even without a "make clean" but so far not there yet.
-
- 22 Feb, 1999 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Solaris/sparc. Please apply included patches to src/backend/storage/large_object/inv_api.c and try again. (These are Tatsuo Ishii
-
Tom Lane authored
shared memory space allocation. It's a wonder we have not seen bug reports traceable to this area ... it's quite clear that the routine dir_realloc() has never worked correctly, for example.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Feb, 1999 6 commits
-
-
Marc G. Fournier authored
From: Tatsuo Ishii <t-ishii@sra.co.jp> Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
-
Tom Lane authored
-
Tom Lane authored
Fix a few small typos.
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> + + Fri Feb 19 21:40:14 CET 1999 + + - Fixed bug in libecpg that caused it to start transactions only for + the first connection. + - Set library version to 2.7.1
-
Bruce Momjian authored
-
Tom Lane authored
of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory per array slot. configure's --with-maxbackends switch now controls DEF_MAXBACKENDS which is simply the default value of the postmaster's -N switch. Thus, the out-of-the-box configuration will still limit you to 64 backends, but you can go up to 1024 backends simply by restarting the postmaster with a different -N switch --- no rebuild required.
-
- 20 Feb, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-