aboutsummaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAge
* With the native compiler on Unixware, disable optimization ifNeil Conway2007-07-16
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-14
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-14
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-12
* 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
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update tested AIX memset platforms.Bruce Momjian2006-02-03
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-02
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-30
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-29
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-29
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-19
* 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
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-17
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-08
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-24
* Rename irix5 port to irix.Bruce Momjian2004-05-19
* Remove extra 'then'.Bruce Momjian2004-05-14
* No need for gcc thread stuff anymore, only cc.Bruce Momjian2004-05-13
* Remove warning about Unixware.Bruce Momjian2004-05-13
* Unconditionally define:Bruce Momjian2004-04-26
* Fix typo on thread lib name.Bruce Momjian2004-04-25
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Add NetBSD thread compile flags.Bruce Momjian2004-04-20
* Update Darwin thread compile flags, and OS version info.Bruce Momjian2004-04-07
* Update darwin OS version.Bruce Momjian2004-04-07
* Update Darwin as thread-safe.Bruce Momjian2004-04-07
* Add -D_REENTRANT for Solaris threading.Bruce Momjian2004-03-26
* Update gcc solaris flags.Bruce Momjian2004-03-25
* Disasble threads on unixware until other platforms report a problem.Bruce Momjian2004-03-22
* Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian2004-03-22
* Add Unixware thread support from Larry Rosenman.Bruce Momjian2004-03-18
* Update Solaris thread flags, per Jim SeymourBruce Momjian2004-03-14
* Mark linux as thread-enabled with new 7.5 tests.Bruce Momjian2004-03-14
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Update OSF thread flags for non-gcc compiles.Bruce Momjian2004-01-08
* 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
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-23
* Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane2003-12-23
* Add -O to really trigger compiler bug.Peter Eisentraut2003-11-05
* Add detection of compiler bug.Peter Eisentraut2003-11-05
* Fix CFLAGS logic.Peter Eisentraut2003-11-01