Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-10 | Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. | Bryan Henderson | |
1996-11-10 | Make it find inet_aton.h so backend compiles on Solaris. | Bryan Henderson | |
1996-11-09 | Added in PQconnectdb() function | Marc G. Fournier | |
Submitted by: wieck@sapserv.debis.de (Jan Wieck) | |||
1996-11-09 | Makefile cleanup after reorganization | Bruce Momjian | |
1996-11-09 | Added new include file. | Bruce Momjian | |
1996-11-09 | A few more sparc_solaris cleanups from keith parks | Marc G. Fournier | |
1996-11-08 | Fix typo in file name found during install. | Bruce Momjian | |
1996-11-08 | More compile cleanups | Bruce Momjian | |
1996-11-08 | Somehow PORTNAME keeps getting changed to BSD44_derived :( | Marc G. Fournier | |
1996-11-08 | Change includes from "" to <> | Marc G. Fournier | |
1996-11-08 | Fix perbyte_cpu thing | Bryan Henderson | |
1996-11-08 | Compile and warning cleanup | Bruce Momjian | |
1996-11-08 | Secondly, 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-08 | Another patch to quiet the compiler from D'Arcy | Marc G. Fournier | |
1996-11-08 | There is a problem in the Makefile of libpgtcl on linux (and maybe also on | Marc 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-08 | Add some missing includes | Marc G. Fournier | |
From: Randy Terbush <randy@zyzzyva.com> | |||
1996-11-08 | D'Arcy's recent cleanups | Marc G. Fournier | |
1996-11-07 | Try to fix mode. | Bryan Henderson | |
1996-11-07 | Try to fix mode. | Bryan Henderson | |
1996-11-06 | Change instructions for 1.*. | Bruce Momjian | |
1996-11-06 | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | |
1996-11-06 | Okay...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-06 | Make sure that #include <postgres.h> is included in fmgrtab.c | Marc G. Fournier | |
1996-11-06 | Add prototype for: int DebugFileOpen() | Marc G. Fournier | |
1996-11-06 | ...same... | Marc G. Fournier | |
1996-11-06 | More files cleaned out | Marc G. Fournier | |
1996-11-06 | One by one, file by file | Marc G. Fournier | |
1996-11-06 | Another | Marc G. Fournier | |
1996-11-06 | Getting there, one by one... | Marc G. Fournier | |
1996-11-06 | And another | Marc G. Fournier | |
1996-11-06 | another one bites the dust | Marc G. Fournier | |
1996-11-06 | Just a couple of small mods | Marc G. Fournier | |
1996-11-06 | another gone | Marc G. Fournier | |
1996-11-06 | I'm getting there, slowly :) | Marc G. Fournier | |
1996-11-06 | Slowly getting faster to make sure it compiles...still needs cleaning | Marc G. Fournier | |
up, but one thing at a time :) | |||
1996-11-06 | Clean it up so that it compiles | Marc G. Fournier | |
1996-11-06 | Another one cleaned up | Marc G. Fournier | |
1996-11-06 | Oops, two includes unrequired | Marc G. Fournier | |
1996-11-06 | Another one bite sthe dust | Marc G. Fournier | |
1996-11-06 | another include cleaned out | Marc G. Fournier | |
1996-11-06 | Further include file cleanups | Marc G. Fournier | |
1996-11-06 | Another directory cleaned up | Marc G. Fournier | |
1996-11-06 | Another one bites the dust | Marc G. Fournier | |
1996-11-06 | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
1996-11-05 | Makes it compile...still needs work | Marc G. Fournier | |
1996-11-05 | another one quickly done up | Marc G. Fournier | |
1996-11-05 | clean this one | Marc G. Fournier | |
1996-11-05 | Missed a file... | Marc G. Fournier | |
access now compile with -Wall -Werror | |||
1996-11-05 | There, that cleans *that* out | Marc G. Fournier | |
1996-11-05 | One more to go | Marc G. Fournier | |