- 08 Mar, 1999 1 commit
-
-
Marc G. Fournier authored
Have configure check for use of %lld for int64, and if that fails, check for use of %qd...a more generic solution then having #ifdef __<INSERT OS HERE>__ in the code...
-
- 07 Mar, 1999 6 commits
-
-
Tom Lane authored
palloc.h again. Move exporting of backend header files out of libpq's Makefile (whatever was it doing there in the first place?) and into backend/Makefile.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 06 Mar, 1999 3 commits
- 05 Mar, 1999 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 03 Mar, 1999 1 commit
-
-
Tom Lane authored
_copyResult didn't copy subPlan structure completely. _copyAgg is still busted, apparently because of changes from EXCEPT/INTERSECT patch (get_agg_tlist_references is no longer sufficient to find all aggregates). No time to look at that tonight, however.
-
- 01 Mar, 1999 1 commit
-
-
Tom Lane authored
so remove them from MergeJoin node. Hack together a partial solution for commuted mergejoin operators --- yesterday a mergejoin int4 = int8 would crash if the planner decided to commute it, today it works. The planner's representation of mergejoins really needs a rewrite though. Also, further testing of mergejoin ops in opr_sanity regress test.
-
- 28 Feb, 1999 3 commits
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> + + Tue Feb 23 17:32:25 CET 1999 + + - Other than a struct a union itself cannot be specified as variable. + + Fri Feb 26 07:18:25 CET 1999 + + - Synced preproc.y with gram.y. + + Sat Feb 27 20:30:03 CET 1999 + + - Added automatic allocating for NULL pointers.
-
Tom Lane authored
right side data types. Correct the opr_sanity regress test to check these entries properly. NOTE that opr_sanity will now fail until you do an initdb!
-
Tom Lane authored
right sides have different data types.
-
- 27 Feb, 1999 3 commits
- 25 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 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 16 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
-