]> granicus.if.org Git - postgresql/history - src/backend/port
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / port /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianMore config.h cleanups.
1999-07-17 Bruce MomjianAdd config.h as needed.
1999-07-16 Tom LaneAdd back improperly removed #include for config.h.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-13 Bruce MomjianRedefine cpu's as __cpu__. Only for 6.6 branch.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Marc G. FournierApply freebsd specific patches dealign with ELF system...
1999-05-05 Bruce Momjiansmall error message improvement from Dmitry Samersoff
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-14 Bruce MomjianWe have tested the patches on three platforms:
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneClean up some minor compile warnings.
1999-02-06 Tom LaneAdd floating-point support to our emulation of snprintf
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-18 Bruce MomjianAdd missing Windows files.
1999-01-17 Tom LaneReverse out yesterday's patch from Horak Daniel, since
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17 Tom LaneAdd configure test to see whether vsnprintf() is present,
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1998-12-24 Bruce MomjianFix for snprintf and long long unsigned.
1998-12-18 Bruce MomjianAttached is a patch with some fixes that (I think that...
1998-12-18 Bruce MomjianFix for HAVE_LONG bug in snprintf.c.
1998-12-18 Bruce MomjianFix for snprintf with long long's, define problem.
1998-12-12 Bruce MomjianFix prototype for 64-bit platforms.
1998-12-12 Bruce MomjianAdd stdio for NULL define.
1998-10-27 Marc G. FournierDon't forget to create the dynloader files...
1998-10-08 Bruce MomjianCleanup for snprintf for long long's.
1998-10-07 Bruce MomjianFix snprintf.c for machines that don't have long long...
1998-10-02 Bruce MomjianFixes for Irix from Robert Bruccoleri
1998-09-23 Marc G. FournierAdd in, I think, support for %lld in snprintf(), specif...
1998-09-18 Bruce Momjianfix for aix snprintf
1998-09-10 Vadim B. MikheevPorting efforts... :)
1998-09-04 Marc G. FournierTry this snprintf() implementation, used in sendmail...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. Fournierre-integrate nextstep dynloader functionality
1998-08-01 Marc G. FournierAdrian Hall reported a problem to me that snprintf...
1998-07-19 Bruce MomjianMy mailer munged the intro text in my last post. Here...
1998-07-13 Bruce MomjianCurrently, building on any platform that hasn't got...
1998-06-19 Bruce MomjianPort name cleanup
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-18 Bruce Momjianport name cleanup
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-04-06 Bruce MomjianHi,
1998-03-10 Marc G. FournierGet the ultrix4 ports back in sync...
1998-03-01 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-03-01 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-02-24 Marc G. FournierThere is no more 'port-protos.h', so don't try to inclu...
1998-02-24 Marc G. FournierForgot about the svr4 dynloader stuff
1998-02-20 Marc G. Fournier*** empty log message ***
1998-02-17 Marc G. FournierJust another missing dummy file
1998-02-17 Marc G. Fournier2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, theref...
1998-02-14 Marc G. FournierFrom: Brian E Gallew <geek+@cmu.edu>
1998-02-13 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-05 Marc G. FournierBuild in a 'dummy' tas file...nothing in it, just used...
1998-02-03 Marc G. FournierJust another dummy file
1998-02-03 Marc G. FournierFix for missing tas.s under sparc_solaris
1998-02-03 Marc G. FournierClean up the alpha port, remove the backend/port/alpha...
1998-02-02 Marc G. FournierAdd an irix5.c dummy file for irix5 port
1998-02-02 Marc G. FournierFix up the alpha port/dynloader for configure
1998-02-02 Marc G. FournierFix HP/ux port for tas.s
1998-02-02 Marc G. FournierFixes:
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01 Marc G. FournierMissed adding new univel files and removing univel...
1998-02-01 Marc G. Fournier1. "#ifdef 0" is bad C. ifdef is for checking a macro...
1998-01-26 Marc G. FournierTry this to fix HP/UX port compile
1998-01-23 Marc G. FournierMinor cleanups for i386_solaris port
1998-01-23 Marc G. FournierA dummy file so that configure under solaris works
1998-01-17 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-01-15 Marc G. FournierFix:
1998-01-13 Marc G. Fournierisinf() doesn't exist under i386_solaris, so code it...
1998-01-13 Marc G. FournierFurther clean up "auto-configuration" for ports
1998-01-13 Marc G. FournierWork on getting the i386_solaris compile to work ...
1998-01-13 Marc G. FournierAdd a 'dummy' file for i386_solaris.c for configure
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-02 Marc G. Fournierneed to include postgres.h before HAVE_DLD_H
1998-01-01 Thomas G. LockhartTest for __ELF__ rather than LINUX_ELF in headers.
1997-12-30 Marc G. FournierChange @RANDOM@ to @MISSING_RANDOM@ because of bash
1997-12-20 Marc G. FournierMove more to dynloader subdir
1997-12-20 Marc G. FournierMake sure distclean works as well as clean
1997-12-20 Marc G. Fournierfix so that dynloader.h is included instead of port...
1997-12-20 Marc G. FournierFix use of variable in Makefile.in
1997-12-20 Marc G. FournierOops, forgot to add what I took away
1997-12-20 Marc G. FournierMore cleanups...
1997-12-20 Marc G. FournierMore ports switched over
1997-12-20 Marc G. FournierMove over the BSDi port files
1997-12-20 Marc G. FournierThis should get the linux port to work...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
next