summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-10-25Use EUROPEAN_DATES instead of EUROPEAN_STYLEBryan Henderson
1996-10-25E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson
1996-10-24Fixes: Growing backend when using nested function callsMarc G. Fournier
Submitted by: wieck@sapserv.debis.de (Jan Wieck)
1996-10-24Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier
relations and transaction is aborted Submitted by: wieck@sapserv.debis.de (Jan Wieck)
1996-10-24Fixes:Marc G. Fournier
It's bug in nodeAgg.c on lines 241, 242: null_array = malloc(nagg); for (i=0;i<nagg;i++) null_array[i] = 'n'; oneTuple = heap_formtuple(tupType, tupValue, null_array); - your query has not only aggregates but also 'group by-ed' fields and so null_array should contain tupType->natts elements (tupType->natts > nagg in your case). Patch follows and it's very simple. VAdim
1996-10-24Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier
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
1996-10-24Bruce...does this fix it once and for all? *grin*Marc G. Fournier
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier
1996-10-23|I have moved things around so that things happen in the following order:Marc G. Fournier
| | 1. Set default variables | 2. Include Makefile.custom to override defaults | 3. Set CFLAGS, etc. with variables | |This fixes the problem of Makefile.custom changes not taking effect. Submitted by: D'Arcy Cain
1996-10-23Update "planner" directory to "optimizer" in include paths in this dead code.Bryan Henderson
1996-10-21Cosmetic changes to ordering of #include filesMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'd ... I missed a subdir under access :(Marc G. Fournier
1996-10-21Make line 159:bp = NULL, to quiet compilerMarc G. Fournier
Suggested by: Randy Terbush <randy@zyzzyva.com>
1996-10-21-Wall'dMarc G. Fournier
That finishes access/*
1996-10-21Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need itBryan Henderson
there because it's in config.h, which is cleaner).
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall Cleanup of gist subdirectoryMarc 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-21Define prototypes from giststrat.c required in gistscan.cMarc G. Fournier
1996-10-20Other 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-20remove an #ifdef/#else/#endif that doesn't actually have anything insideMarc G. Fournier
of it
1996-10-20Make default HAVE_MEMMOVE defined, undef inside of definitions for sparcMarc G. Fournier
1996-10-20change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)'Marc G. Fournier
1996-10-20Add #define HAVE_MEMMOVE for systems that do have it.Marc G. Fournier
1996-10-20Clean up comments (-Wall -Werror)Marc G. Fournier
1996-10-20#include file cleanupMarc G. Fournier
1996-10-20More #include cleanupsMarc G. Fournier
Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct
1996-10-20First pass at fixing my own mistakesMarc G. Fournier
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
1996-10-20Another directory cleaned outMarc G. Fournier
1996-10-20More include files cleaned upMarc G. Fournier
1996-10-20Okay...another directory cleaned out and compilableMarc G. Fournier
1996-10-19Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know thatMarc G. Fournier
FreeBSD/NetBSD both ship with gcc 2.7.x
1996-10-19Not quite the cleanest way to do it, but add an option to Makefile.globalMarc G. Fournier
that allows one to compile libpq++ this should be set on a port-by-port basis
1996-10-19Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier
files
1996-10-19There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier
access/common...how many more directories to go? :)
1996-10-19Almost have access/common cleaned up...Marc G. Fournier
1996-10-19A few more yet...Marc G. Fournier
1996-10-19wish there was an easier way to clean this up...Marc G. Fournier
1996-10-19another small oneMarc G. Fournier
1996-10-19Hopefully that cleans up the cruft from rel.hMarc G. Fournier
1996-10-19another...Marc G. Fournier
1996-10-19its coming...Marc G. Fournier
1996-10-19step by step...file by file...Marc G. Fournier
1996-10-19...sameMarc G. Fournier
1996-10-19slow work...Marc G. Fournier
1996-10-19and anotherMarc G. Fournier
1996-10-19another one cleaned upMarc G. Fournier