Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-04 | remove old non-autoconf config.h | Marc G. Fournier | |
clean up some of the readline code in config.h.in | |||
1997-01-30 | AIX *does* have <sys/select.h> | Marc G. Fournier | |
Pointed out by Darren King | |||
1997-01-30 | aix does have <termios.h> | Marc G. Fournier | |
pointed out by Darren King | |||
1997-01-29 | Linux doesn't have sys/select.h... | Marc G. Fournier | |
1997-01-27 | Slight change to nabstime.c so that configure is able to handle a system | Marc G. Fournier | |
whereby timezone isn't an int, but tzset() exists... This isn't a definitive fix, as there is probably an easier way of fixing the bug... | |||
1997-01-27 | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf | Marc G. Fournier | |
From: Keith Parks | |||
1997-01-26 | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier | |
from a #define to a run-time option '-e' Man page was updated to reflect new option | |||
1997-01-25 | Okay, this should pretty much clean up the psql/readline/history mess. | Marc G. Fournier | |
Added a README.readline file until configure is integrated to *try* and explain the way things stand. Removed a stray configure .in file | |||
1997-01-25 | Why can't everyone be standard? :( | Marc G. Fournier | |
Add some code to make psql happy with a system where there is *no* history code available, but there is readline code... | |||
1997-01-25 | Some fixes for using configure under sparc_solaris | Marc G. Fournier | |
1997-01-25 | would you mind committing the following changes for me? (the first | Bruce Momjian | |
bug causes compilation to fail on alpha, the second causes a compiler in this environment | |||
1997-01-25 | The check should be for getrusage(), not rusage() ... change the defines | Marc G. Fournier | |
to reflect what configure is going to define when the time comes | |||
1997-01-25 | Change how readline support is included in psql.c ... | Marc G. Fournier | |
See message to hackers@ mailing list concerning this... | |||
1997-01-24 | Switch over NEED_RUSAGE to HAVE_RUSAGE for configure | Marc G. Fournier | |
1997-01-24 | I reversed a bunch of the #define's inadvertantly... | Marc G. Fournier | |
Fixed them, and am re-committing | |||
1997-01-24 | Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure | Marc G. Fournier | |
1997-01-24 | Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_H | Marc G. Fournier | |
1997-01-24 | Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure... | Marc G. Fournier | |
1997-01-24 | Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparation | Marc G. Fournier | |
for switch over to configure | |||
1997-01-24 | Remove from include/config.h: | Marc G. Fournier | |
#if defined(aix) #define TERMIOS_H_LOCATION <termios.h> #else #define TERMIOS_H_LOCATION <sys/termios.h> #endif libpq/fe-exec.c modified so that location of termios.h is determined by whether HAVE_TERMIOS_H is defined or not, in preparation for switch to configure | |||
1997-01-24 | This should clean everything up back to pre-configure status | Marc G. Fournier | |
1997-01-24 | Okay, that does it for tonight... | Marc G. Fournier | |
Cleaned out alot of the #define that can be auto-detect'd by configure from config.h... | |||
1997-01-23 | The last patch fixes some incongruences in the #define used to compile the | Marc G. Fournier | |
Tcl arrays support. Here are the correct values to be defined in config.h and pgtclCmds.c. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | |||
1997-01-23 | Document and enable ACLGROUP_PATCH submitted by Massimo | Marc G. Fournier | |
1997-01-23 | Remove SB_PAD. Compute padding at compile time. | Bruce Momjian | |
1997-01-22 | Taking a chance here. Under both Solaris and FreeBSD, there is a | Marc G. Fournier | |
/usr/include/limits.h (which quiets the costsize.c warnings)...under FreeBSD, /usr/include/limits.h *includes* machine/limits.h, while under Solaris, there is no such things as /usr/include/machine... Problem with Solaris pointed out by Mark Wahl | |||
1997-01-14 | DEC Alpha fix. Missing #. | Bruce Momjian | |
1997-01-13 | Part of patch to make a working nextstep port. | Bryan Henderson | |
1997-01-13 | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
OK, The votes are in for the NOFILES limit. With the exception of Next, for which I've not yet heard, all supported platforms seem to have the sysconf() call. port supported default Source. aix yes 2000 darrenk@insightdist.com alpha yes 4096 mjl@wwx.vip.at BSD44_derived yes 64 scrappy@hub.org bsdi yes ??? maillist@candle.pha.pa.us dgux yes ??? geek@andrew.cmu.edu hpux yes 60 emkxp01@mtcc.demon.co.uk i386_solaris yes 64 emkxp01@mtcc.demon.co.uk irix5 yes 200 martin@biochem.uc.ac.uk linux yes 256 emkxp01@mtcc.demon.co.uk next ???? ??? sparc_solaris yes 64 emkxp01@mtcc.demon.co.uk sunos4 yes 64 emkxp01@mtcc.demon.co.uk svr4 yes 64 chicks@chicks.net ultrix4 yes 64 erik@sockdev.uni-c.dk So here's a patch that I think will do the job. (I assume Next will have sysconf() but if not just add MISSING_SYSCONF to the config.h file ) Thanks, Keith. | |||
1997-01-06 | Add Irix stuff. | Bryan Henderson | |
1997-01-06 | PORT NeXT requires an isascii() define...put it in config.h, most likely | Marc G. Fournier | |
*should* have gone into the ports directory, but hopefully *someday* we'll be able to get rid of that? | |||
1997-01-06 | add define for USE_LIMIT_H into NeXT port... | Marc G. Fournier | |
Pointed out by: Ovidiu Predescu <ovidiu@bx.logicnet.ro> | |||
1996-12-28 | Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full | Bruce Momjian | |
gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.) | |||
1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | |
1996-12-23 | Fix Solaris stuff so it compiles. Thanks Keith Parks. | Bryan Henderson | |
1996-12-20 | Remove NOTIFY_PATCH. | Bruce Momjian | |
1996-12-19 | Add various comments to explain #define's and add a few extra #define's | Marc G. Fournier | |
Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | |||
1996-12-15 | Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. | Bryan Henderson | |
1996-12-10 | Fix bug: libpq clients (which include libpq-fe.h) won't compile. | Bryan Henderson | |
Plus: sigjmp_buf/jmp_buf is backwards, so backend doesn't compile. | |||
1996-12-04 | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson | |
feature dependencies. Thanks Kurt J. Lidl. | |||
1996-12-03 | Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl. | Bryan Henderson | |
1996-11-27 | Remove unused define's. | Bruce Momjian | |
1996-11-27 | More stuff to make it compile on various ports. | Bryan Henderson | |
1996-11-26 | Whoops, redo Ultrix patch so the other ports still compile. | Bryan Henderson | |
1996-11-18 | Include some macros that used to be -D options in Makefile.global. | Bryan Henderson | |
1996-11-14 | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | |
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables. | |||
1996-11-10 | Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. | Bryan Henderson | |
1996-11-09 | A few more sparc_solaris cleanups from keith parks | Marc G. Fournier | |
1996-11-08 | Compile and warning cleanup | Bruce Momjian | |
1996-11-04 | Remove AMERICAN STYLE. Not used. | Bruce Momjian | |