]> granicus.if.org Git - postgresql/history - src/include/config.h
Bring in a patch from Keith Parks to move the use of European dates
[postgresql] / src / include / config.h
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1997-01-25 Marc G. FournierOkay, this should pretty much clean up the psql/readlin...
1997-01-25 Marc G. FournierWhy can't everyone be standard? :(
1997-01-25 Marc G. FournierSome fixes for using configure under sparc_solaris
1997-01-25 Bruce Momjianwould you mind committing the following changes for...
1997-01-25 Marc G. FournierThe check should be for getrusage(), not rusage() ...
1997-01-25 Marc G. FournierChange how readline support is included in psql.c ...
1997-01-24 Marc G. FournierSwitch over NEED_RUSAGE to HAVE_RUSAGE for configure
1997-01-24 Marc G. FournierI reversed a bunch of the #define's inadvertantly...
1997-01-24 Marc G. FournierChange NEED_SIG_JMP to HAVE_SIGSETJMP in preparation...
1997-01-24 Marc G. FournierAnother switch for configure: NEED_SYS_SELECT_H to...
1997-01-24 Marc G. FournierConvert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration...
1997-01-24 Marc G. FournierReplace occurances of USE_{LIMITS,VALUES}_H with HAVE_...
1997-01-24 Marc G. FournierRemove from include/config.h:
1997-01-24 Marc G. FournierThis should clean everything up back to pre-configure...
1997-01-24 Marc G. FournierOkay, that does it for tonight...
1997-01-23 Marc G. FournierThe last patch fixes some incongruences in the #define...
1997-01-23 Marc G. FournierDocument and enable ACLGROUP_PATCH submitted by Massimo
1997-01-23 Bruce MomjianRemove SB_PAD. Compute padding at compile time.
1997-01-22 Marc G. FournierTaking a chance here. Under both Solaris and FreeBSD...
1997-01-14 Bruce MomjianDEC Alpha fix. Missing #.
1997-01-13 Bryan HendersonPart of patch to make a working nextstep port.
1997-01-13 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-01-06 Bryan HendersonAdd Irix stuff.
1997-01-06 Marc G. FournierPORT NeXT requires an isascii() define...put it in...
1997-01-06 Marc G. Fournieradd define for USE_LIMIT_H into NeXT port...
1996-12-28 Bruce MomjianHere's the final set of patches to 6.0 (sup'd on 27...
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-12-23 Bryan HendersonFix Solaris stuff so it compiles. Thanks Keith Parks.
1996-12-20 Bruce MomjianRemove NOTIFY_PATCH.
1996-12-19 Marc G. FournierAdd various comments to explain #define's and add a...
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-12-10 Bryan HendersonFix bug: libpq clients (which include libpq-fe.h) won...
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-12-03 Bryan HendersonRemove #if defined(bsdi) define SIGJMP_BUF, per Kurt...
1996-11-27 Bruce MomjianRemove unused define's.
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-26 Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-18 Bryan HendersonInclude some macros that used to be -D options in Makef...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-10 Bryan HendersonAdd USE_POSIX_TIME, HAVE_TZSET for Linux so backend...
1996-11-09 Marc G. FournierA few more sparc_solaris cleanups from keith parks
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-04 Bruce MomjianRemove AMERICAN STYLE. Not used.
1996-11-04 Bruce MomjianRemove OPENLINK define
1996-11-04 Bruce MomjianRemove NULL_PATCH define
1996-11-04 Bruce MomjianRemove ARRAY_PATCH define
1996-11-04 Bruce MomjianRemove ESCAPE_PATCH define
1996-11-01 Bruce MomjianRemoval of bsdi_2_1 port.
1996-10-31 Marc G. FournierUSE of PORTNAME_* should be discouraged wherever possib...
1996-10-31 Bruce Momjianchanged define(port) to define(PORTNAME_port)
1996-10-24 Marc G. FournierBruce...does this fix it once and for all? *grin*
1996-10-20 Marc G. FournierMake default HAVE_MEMMOVE defined, undef inside of...
1996-10-20 Marc G. FournierAdd #define HAVE_MEMMOVE for systems that do have it.
1996-10-20 Marc G. FournierClean up comments (-Wall -Werror)
1996-10-18 Marc G. FournierDocument some more #ifdef's
1996-10-18 Marc G. FournierDocument #ifdef's from backend/access subdirs so that...
1996-10-18 Marc G. FournierMoved more -D's out of the port specific Makefiles...
1996-10-18 Marc G. FournierCentralize more of the defines from backend/port under...
1996-10-17 Marc G. FournierAdd a HAVE_TZSET define to clean up defines in backend...
1996-10-08 Bruce MomjianChange sh-style comments to C comments.
1996-10-08 Marc G. FournierMoved the following definitions to include/config.h...
1996-10-07 Marc G. FournierMove the NAMEDATALEN/OIDNAMELEN defines to include...
1996-10-05 Marc G. FournierStylistic cleanups...
1996-10-05 Bruce MomjianChange shell-style comments to C-style.
1996-10-04 Marc G. FournierMoved the define of SIGNAL_ARGS that D'Arcy just create...
1996-10-03 Bruce MomjianFixed file to properly do SEMUN for BSDI.
1996-10-02 Marc G. FournierAdded NEED_UNION_SEMUN to config.h
1996-09-16 Marc G. Fournierenable PQ_NOTIFY_PATCH in config.h
1996-09-16 Marc G. FournierEnable FUNC_UTIL_PATCH by default
1996-09-10 Marc G. FournierAdd use of INDEXSCAN_PATCH to config.h instead of putti...
1996-08-27 Marc G. Fournier#ifndef the include file like the rest, so that it...
1996-08-27 Marc G. FournierOops, win32 does have one more thing in its machine...
1996-08-27 Marc G. FournierWe have a machine.h for each platform just because...
1996-08-27 Marc G. FournierOne file at a time, one directory after the other....
1996-08-27 Marc G. Fournierfirst attempt at centralizing config information for...
1996-08-27 Marc G. FournierIts a start...