aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/sparc_solaris
Commit message (Collapse)AuthorAge
* Fix for missing tas.s under sparc_solarisMarc G. Fournier1998-02-03
| | | | Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
* More cleanups...Marc G. Fournier1997-12-20
|
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
| | | | some of the ports...
* More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier1997-12-19
| | | | | config.h, right beside their appropriate HAVE_ #ifdefs...one central location that is included everywhere...
* More cleanups...only need one rusagestub.hMarc G. Fournier1997-12-19
|
* More cleanups...several ports are major redundancies of other portsMarc G. Fournier1997-12-19
|
* Add in srandom() check to configureMarc G. Fournier1997-09-18
| | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
|
* Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier1997-04-15
|
* Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier1997-02-09
| | | | | | already doing Removed only reference to a machine.h I could find in c.h, to win32/machine.h
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-28
| | | | | | | | | gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.)
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
|
* Make it find inet_aton.h so backend compiles on Solaris.Bryan Henderson1996-11-10
|
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
|
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
|
* Moved all the CFLAG -D's from the makefiles to config.h towards betterMarc G. Fournier1996-10-18
| | | | centralized configurations/porting...
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09