aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Collapse)AuthorAge
* Missed a file...Marc G. Fournier1996-11-05
| | | | access now compile with -Wall -Werror
* There, that cleans *that* outMarc G. Fournier1996-11-05
|
* One more to goMarc G. Fournier1996-11-05
|
* Almost done access...Marc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-05
| | | | makefile fixed for fmgr.h
* More cleaned out #include filesMarc G. Fournier1996-11-05
| | | | Makefile fixed for fmgr.h
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-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 filesMarc G. Fournier1996-11-05
|
* Added missing #includes pointed out by Keith ParksMarc G. Fournier1996-11-05
|
* More include file cleanupsMarc G. Fournier1996-11-03
|
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-03
| | | | cleaning up behind myself before *yawn* bed :)
* More include file cleanupsMarc G. Fournier1996-11-03
|
* That pretty much totally cleans up the includes files here.Marc G. Fournier1996-11-03
|
* Finish cleaning up -I linesMarc G. Fournier1996-11-03
|
* More include file cleanupsMarc G. Fournier1996-11-03
|
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-01
| | | | Compiled with -Wall -Werror
* Okay, so I was going backwards on my include cleanup...Marc G. Fournier1996-11-01
| | | | Pointed out by Bryan (in a subtle way *grin*)
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-31
|
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-31
|
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-31
| | | | Added missing include files
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-31
| | | | Add some missing include files
* Add a couple of missing includesMarc G. Fournier1996-10-31
|
* Added misc include filesMarc G. Fournier1996-10-31
|
* Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier1996-10-31
| | | | won't be...
* There is no -I../.. include files...Marc G. Fournier1996-10-31
|
* Fixes:Marc G. Fournier1996-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 Henderson1996-10-27
|
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-25
| | | | Still submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
* Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier1996-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. Fournier1996-10-23
|
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-21
|
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-21
|
* Make line 159:bp = NULL, to quiet compilerMarc G. Fournier1996-10-21
| | | | Suggested by: Randy Terbush <randy@zyzzyva.com>
* -Wall'dMarc G. Fournier1996-10-21
| | | | That finishes access/*
* -Wall'dMarc G. Fournier1996-10-21
|
* -Wall'dMarc G. Fournier1996-10-21
|
* -Wall Cleanup of gist subdirectoryMarc G. Fournier1996-10-21
|
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-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. Fournier1996-10-20
| | | | | | indextuple.c:159: warning: `bp' might be used uninitialized in this function this directory passes -Wall -Werror under FreeBSD
* #include file cleanupMarc G. Fournier1996-10-20
|
* More #include cleanupsMarc G. Fournier1996-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 mistakesMarc G. Fournier1996-10-20
| | | | | | Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
* Another directory cleaned outMarc G. Fournier1996-10-20
|
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-20
|
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-19
| | | | files
* There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier1996-10-19
| | | | access/common...how many more directories to go? :)
* Another cleaned upMarc G. Fournier1996-10-19
|
* One at a time...another one is complete...Marc G. Fournier1996-10-19
|