Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Missed a file... | Marc G. Fournier | 1996-11-05 |
| | | | | access now compile with -Wall -Werror | ||
* | There, that cleans *that* out | Marc G. Fournier | 1996-11-05 |
| | |||
* | One more to go | Marc G. Fournier | 1996-11-05 |
| | |||
* | Almost done access... | Marc G. Fournier | 1996-11-05 |
| | |||
* | More cleanups | Marc G. Fournier | 1996-11-05 |
| | |||
* | More cleanups | Marc G. Fournier | 1996-11-05 |
| | |||
* | another directory cleaned of extraneous #includes | Marc G. Fournier | 1996-11-05 |
| | | | | makefile fixed for fmgr.h | ||
* | More cleaned out #include files | Marc G. Fournier | 1996-11-05 |
| | | | | Makefile fixed for fmgr.h | ||
* | Re-add -I../.. for fmgr.h | Marc G. Fournier | 1996-11-05 |
| | | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror | ||
* | Clean up a few of the #include files | Marc G. Fournier | 1996-11-05 |
| | |||
* | Added missing #includes pointed out by Keith Parks | Marc G. Fournier | 1996-11-05 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 |
| | | | | cleaning up behind myself before *yawn* bed :) | ||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | That pretty much totally cleans up the includes files here. | Marc G. Fournier | 1996-11-03 |
| | |||
* | Finish cleaning up -I lines | Marc G. Fournier | 1996-11-03 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 |
| | | | | Compiled with -Wall -Werror | ||
* | Okay, so I was going backwards on my include cleanup... | Marc G. Fournier | 1996-11-01 |
| | | | | Pointed out by Bryan (in a subtle way *grin*) | ||
* | More of the same...clean Makefile, add include files | Marc G. Fournier | 1996-10-31 |
| | |||
* | Same clean up of Makefile, and addition of include files | Marc G. Fournier | 1996-10-31 |
| | |||
* | Cleaned out -I../.. -I../../include from Makefile | Marc G. Fournier | 1996-10-31 |
| | | | | Added missing include files | ||
* | Remove -I../.. and -I../../include from Makefile | Marc G. Fournier | 1996-10-31 |
| | | | | Add some missing include files | ||
* | Add a couple of missing includes | Marc G. Fournier | 1996-10-31 |
| | |||
* | Added misc include files | Marc G. Fournier | 1996-10-31 |
| | |||
* | Well, normally there wouldn't be anything in -I../.., and in a minute, there | Marc G. Fournier | 1996-10-31 |
| | | | | won't be... | ||
* | There is no -I../.. include files... | Marc G. Fournier | 1996-10-31 |
| | |||
* | Fixes: | Marc G. Fournier | 1996-10-30 |
| | | | | | | | | | | | | | | | | | I found another bug in btree index. Looking at the code it seems that NULL keys are never used to build or scan a btree index (see the explain commands in the example). However this is not the case when a null key is retrieved in an outer loop of a join select and used in an index scan of an inner loop. This bug causes at least three kinds of problems: 1) the backend crashes when it tries to compare a text string with a null. 2) it is not possible to find tuples with null keys in a join. 3) null is considered equal to 0 when the datum is passed by value, see the last query. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||
* | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 |
| | |||
* | Make sure the btree patch gets into 2.0 as well... | Marc G. Fournier | 1996-10-25 |
| | | | | Still submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||
* | Take out the PERFECT_MMGR #ifdefs: | Marc G. Fournier | 1996-10-24 |
| | | | | | | | | | | | My guess is that the thing had bugs, and the pfree was commented out. The thing is probabally free'ed anyway at the end, so it was not a bad thing. If it does cause a bug, it will generate an error when hit, so I say unless someone else knows, let's remove it and run the regression test. -Bruce | ||
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
| | |||
* | Cosmetic changes to ordering of #include files | Marc G. Fournier | 1996-10-21 |
| | |||
* | -Wall'd ... I missed a subdir under access :( | Marc G. Fournier | 1996-10-21 |
| | |||
* | Make line 159:bp = NULL, to quiet compiler | Marc G. Fournier | 1996-10-21 |
| | | | | Suggested by: Randy Terbush <randy@zyzzyva.com> | ||
* | -Wall'd | Marc G. Fournier | 1996-10-21 |
| | | | | That finishes access/* | ||
* | -Wall'd | Marc G. Fournier | 1996-10-21 |
| | |||
* | -Wall'd | Marc G. Fournier | 1996-10-21 |
| | |||
* | -Wall Cleanup of gist subdirectory | Marc G. Fournier | 1996-10-21 |
| | |||
* | -Wall cleanup of gist subdirectory: | Marc G. Fournier | 1996-10-21 |
| | | | | | | | | | | | - cleaned out unused variables - added missing prototype headers One outstanding -Werror failure: /home/staff/scrappy/postgres/2.0/cvs/postgres95/src/backend/access/gist/giststra t.c:117: warning: missing braces around initializer for `GISTEvaluationData.expr ession' | ||
* | Other then: | Marc G. Fournier | 1996-10-20 |
| | | | | | | indextuple.c:159: warning: `bp' might be used uninitialized in this function this directory passes -Wall -Werror under FreeBSD | ||
* | #include file cleanup | Marc G. Fournier | 1996-10-20 |
| | |||
* | More #include cleanups | Marc G. Fournier | 1996-10-20 |
| | | | | | Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct | ||
* | First pass at fixing my own mistakes | Marc G. Fournier | 1996-10-20 |
| | | | | | | Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy | ||
* | Another directory cleaned out | Marc G. Fournier | 1996-10-20 |
| | |||
* | Okay...another directory cleaned out and compilable | Marc G. Fournier | 1996-10-20 |
| | |||
* | Welp, another subdirectory cleaned out of redundant/unused #include | Marc G. Fournier | 1996-10-19 |
| | | | | files | ||
* | There...that pretty much cleans up redundant/unused #includes in | Marc G. Fournier | 1996-10-19 |
| | | | | access/common...how many more directories to go? :) | ||
* | Another cleaned up | Marc G. Fournier | 1996-10-19 |
| | |||
* | One at a time...another one is complete... | Marc G. Fournier | 1996-10-19 |
| |