summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-11-10Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.Bryan Henderson
1996-11-10Make it find inet_aton.h so backend compiles on Solaris.Bryan Henderson
1996-11-09Added in PQconnectdb() functionMarc G. Fournier
Submitted by: wieck@sapserv.debis.de (Jan Wieck)
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-09Added new include file.Bruce Momjian
1996-11-09A few more sparc_solaris cleanups from keith parksMarc G. Fournier
1996-11-08Fix typo in file name found during install.Bruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Somehow PORTNAME keeps getting changed to BSD44_derived :(Marc G. Fournier
1996-11-08Change includes from "" to <>Marc G. Fournier
1996-11-08Fix perbyte_cpu thingBryan Henderson
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-08Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09.Marc G. Fournier
>From the create_aggregate man page... "The arguments to state-transition-function-1 must be (stype1,basetype), and its return value must be stype1." create aggregate MIN (sfunc1 = int2smaller, basetype = int2, stype1 = int2); will fail becase int2smaller and int2larger are in pg_proc as returning an int4. Can't happen since both args have to be int2. From: Darren King <aixssd!ceodev!darrenk@abs.net>
1996-11-08Another patch to quiet the compiler from D'ArcyMarc G. Fournier
1996-11-08There is a problem in the Makefile of libpgtcl on linux (and maybe also onMarc G. Fournier
other platforms). If I do the standard make + make install the shared library is not linked with the the libpq library and when I try to load it in the standard Tcl or Tk shell I get a lot of unresolved symbols. The bug doesn't affect pgtclsh because it is linked also with libpq. The problem exists only when using the dynamic load feature of Tcl7.5. From: Massimo Dal Zotto <dz@cs.unitn.it>
1996-11-08Add some missing includesMarc G. Fournier
From: Randy Terbush <randy@zyzzyva.com>
1996-11-08D'Arcy's recent cleanupsMarc G. Fournier
1996-11-07Try to fix mode.Bryan Henderson
1996-11-07Try to fix mode.Bryan Henderson
1996-11-06Change instructions for 1.*.Bruce Momjian
1996-11-06Another directory that compiles with no errors, and few warningsMarc G. Fournier
1996-11-06Okay...this pretty much cleans out the include files.Marc G. Fournier
I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow.
1996-11-06Make sure that #include <postgres.h> is included in fmgrtab.cMarc G. Fournier
1996-11-06Add prototype for: int DebugFileOpen()Marc G. Fournier
1996-11-06...same...Marc G. Fournier
1996-11-06More files cleaned outMarc G. Fournier
1996-11-06One by one, file by fileMarc G. Fournier
1996-11-06AnotherMarc G. Fournier
1996-11-06Getting there, one by one...Marc G. Fournier
1996-11-06And anotherMarc G. Fournier
1996-11-06another one bites the dustMarc G. Fournier
1996-11-06Just a couple of small modsMarc G. Fournier
1996-11-06another goneMarc G. Fournier
1996-11-06I'm getting there, slowly :)Marc G. Fournier
1996-11-06Slowly getting faster to make sure it compiles...still needs cleaningMarc G. Fournier
up, but one thing at a time :)
1996-11-06Clean it up so that it compilesMarc G. Fournier
1996-11-06Another one cleaned upMarc G. Fournier
1996-11-06Oops, two includes unrequiredMarc G. Fournier
1996-11-06Another one bite sthe dustMarc G. Fournier
1996-11-06another include cleaned outMarc G. Fournier
1996-11-06Further include file cleanupsMarc G. Fournier
1996-11-06Another directory cleaned upMarc G. Fournier
1996-11-06Another one bites the dustMarc G. Fournier
1996-11-06Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1996-11-05Makes it compile...still needs workMarc G. Fournier
1996-11-05another one quickly done upMarc G. Fournier
1996-11-05clean this oneMarc G. Fournier
1996-11-05Missed a file...Marc G. Fournier
access now compile with -Wall -Werror
1996-11-05There, that cleans *that* outMarc G. Fournier
1996-11-05One more to goMarc G. Fournier