aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Update "planner" directory to "optimizer" in include paths in this dead code.Bryan Henderson1996-10-23
|
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-21
|
* -Wall'dMarc G. Fournier1996-10-21
|
* -Wall'dMarc 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/*
* Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need itBryan Henderson1996-10-21
| | | | there because it's in config.h, which is cleaner).
* -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'
* Define prototypes from giststrat.c required in gistscan.cMarc G. Fournier1996-10-21
|
* 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
* remove an #ifdef/#else/#endif that doesn't actually have anything insideMarc G. Fournier1996-10-20
| | | | of it
* Make default HAVE_MEMMOVE defined, undef inside of definitions for sparcMarc G. Fournier1996-10-20
|
* change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)'Marc G. Fournier1996-10-20
|
* Add #define HAVE_MEMMOVE for systems that do have it.Marc G. Fournier1996-10-20
|
* Clean up comments (-Wall -Werror)Marc G. Fournier1996-10-20
|
* #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
|
* More include files cleaned upMarc G. Fournier1996-10-20
|
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-20
|
* Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know thatMarc G. Fournier1996-10-19
| | | | FreeBSD/NetBSD both ship with gcc 2.7.x
* Not quite the cleanest way to do it, but add an option to Makefile.globalMarc G. Fournier1996-10-19
| | | | | | that allows one to compile libpq++ this should be set on a port-by-port basis
* 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? :)
* Almost have access/common cleaned up...Marc G. Fournier1996-10-19
|
* A few more yet...Marc G. Fournier1996-10-19
|
* wish there was an easier way to clean this up...Marc G. Fournier1996-10-19
|
* another small oneMarc G. Fournier1996-10-19
|
* Hopefully that cleans up the cruft from rel.hMarc G. Fournier1996-10-19
|
* another...Marc G. Fournier1996-10-19
|
* its coming...Marc G. Fournier1996-10-19
|
* step by step...file by file...Marc G. Fournier1996-10-19
|
* ...sameMarc G. Fournier1996-10-19
|
* slow work...Marc G. Fournier1996-10-19
|
* and anotherMarc G. Fournier1996-10-19
|
* another one cleaned upMarc G. Fournier1996-10-19
|
* and another one..Marc G. Fournier1996-10-19
|
* another another oneMarc G. Fournier1996-10-19
|
* anothre one reduced to its component partsMarc G. Fournier1996-10-19
|
* clean out include files of including other includes files except thoseMarc G. Fournier1996-10-19
| | | | absolutely required
* Another cleaned upMarc G. Fournier1996-10-19
|
* One at a time...another one is complete...Marc G. Fournier1996-10-19
|
* another one with #include file clean'd upMarc G. Fournier1996-10-19
|
* All #include's removed from *.h files, so cleaning up the .c #includes...Marc G. Fournier1996-10-18
| | | | First file of, what...1000's?
* #include "postgres.h" is a standard include for all .c files, auto-includingMarc G. Fournier1996-10-18
| | | | config.h, c.h *and* elog.h...added elog.h