summaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-209-9/+9
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-193-6/+2
* Don't try to force use of -no-cpp-precomp on OS X. It's been five yearsTom Lane2010-08-021-5/+1
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-052-8/+6
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-111-0/+3
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-291-2/+0
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-292-9/+32
* Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane2007-09-261-3/+13
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-211-1/+4
* With the native compiler on Unixware, disable optimization ifNeil Conway2007-07-161-2/+6
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-0/+3
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-141-0/+0
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-122-4/+4
* Remove extra 'else' in solaris compiler code.Bruce Momjian2006-04-281-1/+1
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-271-22/+14
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-119-0/+18
* Update tested AIX memset platforms.Bruce Momjian2006-02-031-2/+3
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+4
* Remove BEOS port.Bruce Momjian2006-01-051-0/+0
* Remove QNX port.Bruce Momjian2006-01-051-1/+0
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-021-1/+0
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+9
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-301-1/+1
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-291-1/+1
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-291-0/+7
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-191-0/+11
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-028-11/+14
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-278-11/+11
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-2/+3
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-082-0/+9
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-241-3/+14
* Rename irix5 port to irix.Bruce Momjian2004-05-191-0/+0
* Remove extra 'then'.Bruce Momjian2004-05-141-1/+0
* No need for gcc thread stuff anymore, only cc.Bruce Momjian2004-05-131-3/+2
* Remove warning about Unixware.Bruce Momjian2004-05-131-3/+0
* Unconditionally define:Bruce Momjian2004-04-265-15/+0
* Fix typo on thread lib name.Bruce Momjian2004-04-251-1/+1
* Add new auto-detection of thread flags.Bruce Momjian2004-04-238-52/+8
* Add NetBSD thread compile flags.Bruce Momjian2004-04-201-0/+4
* Update Darwin thread compile flags, and OS version info.Bruce Momjian2004-04-071-0/+3
* Update darwin OS version.Bruce Momjian2004-04-071-1/+1
* Update Darwin as thread-safe.Bruce Momjian2004-04-071-0/+7
* Add -D_REENTRANT for Solaris threading.Bruce Momjian2004-03-261-1/+1
* Update gcc solaris flags.Bruce Momjian2004-03-251-5/+4
* Disasble threads on unixware until other platforms report a problem.Bruce Momjian2004-03-221-1/+3
* Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian2004-03-221-0/+1
* Add Unixware thread support from Larry Rosenman.Bruce Momjian2004-03-181-0/+7
* Update Solaris thread flags, per Jim SeymourBruce Momjian2004-03-141-3/+3
* Mark linux as thread-enabled with new 7.5 tests.Bruce Momjian2004-03-141-0/+7
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-117-13/+10