aboutsummaryrefslogtreecommitdiff
path: root/src/template/solaris
Commit message (Expand)AuthorAge
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-29
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Remove extra 'else' in solaris compiler code.Bruce Momjian2006-04-28
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-27
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-02
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-29
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-02
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-27
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-24
* Unconditionally define:Bruce Momjian2004-04-26
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Add -D_REENTRANT for Solaris threading.Bruce Momjian2004-03-26
* Update gcc solaris flags.Bruce Momjian2004-03-25
* Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian2004-03-22
* Update Solaris thread flags, per Jim SeymourBruce Momjian2004-03-14
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian2004-01-08
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-31
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-30
* Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane2003-12-23
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-25
* Make template CFLAGS handling consistent.Bruce Momjian2003-10-09
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-09
* Finalize configuration of thread_test program.Bruce Momjian2003-09-27
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Attempt threading in this order:Bruce Momjian2003-09-13
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10