Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-21 | Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need it | Bryan Henderson | |
there because it's in config.h, which is cleaner). | |||
1996-10-21 | -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 | |
- 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' | |||
1996-10-21 | Define prototypes from giststrat.c required in gistscan.c | Marc G. Fournier | |
1996-10-20 | Other then: | Marc G. Fournier | |
indextuple.c:159: warning: `bp' might be used uninitialized in this function this directory passes -Wall -Werror under FreeBSD | |||
1996-10-20 | remove an #ifdef/#else/#endif that doesn't actually have anything inside | Marc G. Fournier | |
of it | |||
1996-10-20 | Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc | Marc G. Fournier | |
1996-10-20 | change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)' | Marc G. Fournier | |
1996-10-20 | Add #define HAVE_MEMMOVE for systems that do have it. | Marc G. Fournier | |
1996-10-20 | Clean up comments (-Wall -Werror) | Marc G. Fournier | |
1996-10-20 | #include file cleanup | Marc G. Fournier | |
1996-10-20 | More #include cleanups | Marc G. Fournier | |
Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct | |||
1996-10-20 | First pass at fixing my own mistakes | Marc G. Fournier | |
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy | |||
1996-10-20 | Another directory cleaned out | Marc G. Fournier | |
1996-10-20 | More include files cleaned up | Marc G. Fournier | |
1996-10-20 | Okay...another directory cleaned out and compilable | Marc G. Fournier | |
1996-10-19 | Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know that | Marc G. Fournier | |
FreeBSD/NetBSD both ship with gcc 2.7.x | |||
1996-10-19 | Not quite the cleanest way to do it, but add an option to Makefile.global | Marc G. Fournier | |
that allows one to compile libpq++ this should be set on a port-by-port basis | |||
1996-10-19 | Welp, another subdirectory cleaned out of redundant/unused #include | Marc G. Fournier | |
files | |||
1996-10-19 | There...that pretty much cleans up redundant/unused #includes in | Marc G. Fournier | |
access/common...how many more directories to go? :) | |||
1996-10-19 | Almost have access/common cleaned up... | Marc G. Fournier | |
1996-10-19 | A few more yet... | Marc G. Fournier | |
1996-10-19 | wish there was an easier way to clean this up... | Marc G. Fournier | |
1996-10-19 | another small one | Marc G. Fournier | |
1996-10-19 | Hopefully that cleans up the cruft from rel.h | Marc G. Fournier | |
1996-10-19 | another... | Marc G. Fournier | |
1996-10-19 | its coming... | Marc G. Fournier | |
1996-10-19 | step by step...file by file... | Marc G. Fournier | |
1996-10-19 | ...same | Marc G. Fournier | |
1996-10-19 | slow work... | Marc G. Fournier | |
1996-10-19 | and another | Marc G. Fournier | |
1996-10-19 | another one cleaned up | Marc G. Fournier | |
1996-10-19 | and another one.. | Marc G. Fournier | |
1996-10-19 | another another one | Marc G. Fournier | |
1996-10-19 | anothre one reduced to its component parts | Marc G. Fournier | |
1996-10-19 | clean out include files of including other includes files except those | Marc G. Fournier | |
absolutely required | |||
1996-10-19 | Another cleaned up | Marc G. Fournier | |
1996-10-19 | One at a time...another one is complete... | Marc G. Fournier | |
1996-10-19 | another one with #include file clean'd up | Marc G. Fournier | |
1996-10-18 | All #include's removed from *.h files, so cleaning up the .c #includes... | Marc G. Fournier | |
First file of, what...1000's? | |||
1996-10-18 | #include "postgres.h" is a standard include for all .c files, auto-including | Marc G. Fournier | |
config.h, c.h *and* elog.h...added elog.h | |||
1996-10-18 | Add prototype for heap_getattr() to quiet compiler | Marc G. Fournier | |
1996-10-18 | Reap deleted/unused tuples on page-base | Vadim B. Mikheev | |
1996-10-18 | 1. Reap deleted/unused tuples on page-base | Vadim B. Mikheev | |
2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster) | |||
1996-10-18 | Move #define PageIsNew (true if page is not initialize) to bufpage.h | Vadim B. Mikheev | |
1996-10-18 | Move definition of PageIsNew from hio.c to here | Vadim B. Mikheev | |
1996-10-18 | Document some more #ifdef's | Marc G. Fournier | |
1996-10-18 | Document more #ifdef's into config.h | Marc G. Fournier | |
Get rid of ESCAPE_PATCH ifdef, as its on by default, and there is no apparent reason for turning it off...it fixes a bug |