aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added new include file.Bruce Momjian1996-11-09
|
* A few more sparc_solaris cleanups from keith parksMarc G. Fournier1996-11-09
|
* Fix typo in file name found during install.Bruce Momjian1996-11-08
|
* More compile cleanupsBruce Momjian1996-11-08
|
* Somehow PORTNAME keeps getting changed to BSD44_derived :(Marc G. Fournier1996-11-08
|
* Change includes from "" to <>Marc G. Fournier1996-11-08
|
* Fix perbyte_cpu thingBryan Henderson1996-11-08
|
* Compile and warning cleanupBruce Momjian1996-11-08
|
* quick doc cleanup for libpgtcl from D'ArcyMarc G. Fournier1996-11-08
|
* Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09.Marc G. Fournier1996-11-08
| | | | | | | | | | | | | | | | | >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>
* Another patch to quiet the compiler from D'ArcyMarc G. Fournier1996-11-08
|
* There is a problem in the Makefile of libpgtcl on linux (and maybe also onMarc G. Fournier1996-11-08
| | | | | | | | | | | 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>
* Add some missing includesMarc G. Fournier1996-11-08
| | | | From: Randy Terbush <randy@zyzzyva.com>
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-08
|
* Cleanup initdb for 1.*.Bruce Momjian1996-11-07
|
* Try to fix mode.Bryan Henderson1996-11-07
|
* Try to fix mode.Bryan Henderson1996-11-07
|
* Update initdb instructions for a 1.* database.Bruce Momjian1996-11-06
|
* Change instructions for 1.*.Bruce Momjian1996-11-06
|
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
|
* Okay...this pretty much cleans out the include files.Marc G. Fournier1996-11-06
| | | | | | | | | | 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.
* Make sure that #include <postgres.h> is included in fmgrtab.cMarc G. Fournier1996-11-06
|
* Add prototype for: int DebugFileOpen()Marc G. Fournier1996-11-06
|
* ...same...Marc G. Fournier1996-11-06
|
* More files cleaned outMarc G. Fournier1996-11-06
|
* One by one, file by fileMarc G. Fournier1996-11-06
|
* AnotherMarc G. Fournier1996-11-06
|
* Getting there, one by one...Marc G. Fournier1996-11-06
|
* And anotherMarc G. Fournier1996-11-06
|
* another one bites the dustMarc G. Fournier1996-11-06
|
* Just a couple of small modsMarc G. Fournier1996-11-06
|
* another goneMarc G. Fournier1996-11-06
|
* I'm getting there, slowly :)Marc G. Fournier1996-11-06
|
* Slowly getting faster to make sure it compiles...still needs cleaningMarc G. Fournier1996-11-06
| | | | up, but one thing at a time :)
* Clean it up so that it compilesMarc G. Fournier1996-11-06
|
* Another one cleaned upMarc G. Fournier1996-11-06
|
* Oops, two includes unrequiredMarc G. Fournier1996-11-06
|
* Another one bite sthe dustMarc G. Fournier1996-11-06
|
* another include cleaned outMarc G. Fournier1996-11-06
|
* Further include file cleanupsMarc G. Fournier1996-11-06
|
* Another directory cleaned upMarc G. Fournier1996-11-06
|
* Another one bites the dustMarc G. Fournier1996-11-06
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
|
* Makes it compile...still needs workMarc G. Fournier1996-11-05
|
* another one quickly done upMarc G. Fournier1996-11-05
|
* clean this oneMarc G. Fournier1996-11-05
|
* Missed a file...Marc G. Fournier1996-11-05
| | | | access now compile with -Wall -Werror
* There, that cleans *that* outMarc G. Fournier1996-11-05
|
* One more to goMarc G. Fournier1996-11-05
|
* these ones have their dependencies cleaned upMarc G. Fournier1996-11-05
|