Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | The test for union semun requires <sys/ipc.h> | Marc G. Fournier | 1997-02-06 |
| | | | | Pointed out by Bruce | ||
* | Remove extra paren in ifdef. | Bruce Momjian | 1997-02-06 |
| | |||
* | Various changes to improve/support Mklinux | Marc G. Fournier | 1997-02-06 |
| | | | | Submitted by: Tatsuo Ishii | ||
* | Make sure all changes are committed... | Marc G. Fournier | 1997-02-06 |
| | |||
* | autoconf test for and set HAVE_VFORK | Marc G. Fournier | 1997-02-06 |
| | |||
* | Add test for union semun to configure | Marc G. Fournier | 1997-02-06 |
| | | | | | Remove references to NEED_UNION_SEMUN from include/config.h.in and from include/storage/ipc.h, replacing it with a single HAVE_UNION_SEMUN | ||
* | Change ordering of libraries | Marc G. Fournier | 1997-02-06 |
| | |||
* | Include main Makefile.global first so variables are not over-written. | Bruce Momjian | 1997-02-06 |
| | |||
* | Oops, just about forgot to commit this one too :( | Marc G. Fournier | 1997-02-05 |
| | |||
* | Get in there... | Marc G. Fournier | 1997-02-05 |
| | |||
* | Add Makefile.in so that configure can determine if inet_aton.o is required | Marc G. Fournier | 1997-02-05 |
| | | | | | | | | | Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is useful for finding extra header files Split header files from libraries in build. Doesn't make much sense to look for a header file in /usr/local/lib, nor to look for a library in /usr/local/include :) | ||
* | Update to handle include search paths. | Bruce Momjian | 1997-02-05 |
| | |||
* | Add in appropriate checks for inet_aton, and modifications to ↵ | Marc G. Fournier | 1997-02-04 |
| | | | | | | backend/port/Makefile to include inet_aton.c if required | ||
* | Test for existence of inet_aton on the system, and only include inet_aton.c if | Marc G. Fournier | 1997-02-04 |
| | | | | | | required Pointed out by Brian E. Gallew | ||
* | Add in a check for AIX port and set PORTNAME accordingly | Marc G. Fournier | 1997-02-04 |
| | | | | Pointed out by: Darren King | ||
* | Remove a library check that isn't used right now | Marc G. Fournier | 1997-02-04 |
| | |||
* | Add a 'build' script. All it currently does is prompts the user for ↵ | Marc G. Fournier | 1997-02-04 |
| | | | | | | additional 'lib' directories to search to find libraries, and then runs ./configure directly | ||
* | Add conditional for port to bsdi | Marc G. Fournier | 1997-02-04 |
| | |||
* | Fix for echo newline suppression detection | Marc G. Fournier | 1997-02-04 |
| | | | | Submitted by: Keith Parks | ||
* | Remove default GNUmakefile and Makefile.global | Marc G. Fournier | 1997-02-04 |
| | | | | Change reference to Postgres95 to PostgreSQL in GNUmakefile | ||
* | remove old non-autoconf config.h | Marc G. Fournier | 1997-02-04 |
| | | | | clean up some of the readline code in config.h.in | ||
* | Final file required for autoconf, so far... | Marc G. Fournier | 1997-02-04 |
| | |||
* | Bring back in the autoconf files - work in progress | Marc G. Fournier | 1997-02-04 |
| | |||
* | Change references to NEED_RUSAGE to HAVE_RUSAGE | Marc G. Fournier | 1997-02-03 |
| | | | | Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp> | ||
* | AIX *does* have <sys/select.h> | Marc G. Fournier | 1997-01-30 |
| | | | | Pointed out by Darren King | ||
* | Revisions to customize for READLINE support | Marc G. Fournier | 1997-01-30 |
| | | | | From Andrew Martin | ||
* | aix does have <termios.h> | Marc G. Fournier | 1997-01-30 |
| | | | | pointed out by Darren King | ||
* | Linux doesn't have sys/select.h... | Marc G. Fournier | 1997-01-29 |
| | |||
* | New func _vc_scanoneind: scan one index relation to update statistic | Vadim B. Mikheev | 1997-01-29 |
| | | | | in pg_class if no one page was reapped by vacuum. | ||
* | Added comment to readline defines. | Bruce Momjian | 1997-01-28 |
| | |||
* | Moved readline stuff into Makefile.global. | Bruce Momjian | 1997-01-28 |
| | |||
* | Apply usage patches for European Dates patch from Keith | Marc G. Fournier | 1997-01-27 |
| | |||
* | Quick patch from Andrew to recognize nextstep vs next as a port | Marc G. Fournier | 1997-01-27 |
| | |||
* | Slight change to nabstime.c so that configure is able to handle a system | Marc G. Fournier | 1997-01-27 |
| | | | | | | | 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... | ||
* | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf | Marc G. Fournier | 1997-01-27 |
| | | | | From: Keith Parks | ||
* | More removals for next/nextstep. Fix IPC lib for them. | Bruce Momjian | 1997-01-26 |
| | |||
* | Change next to nextstep where missed. | Bruce Momjian | 1997-01-26 |
| | |||
* | |From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1997-01-26 |
| | | | | | | | | | | | | | | | | | | | | | | |Subject: [PATCH] adding SYS_TIME just for fun. | |Hi, | |Whilst I was playing round with the European dates patch I noticed the sysfunc() |that allows you to do :- | |create table test ( da date); |insert into test values (SYS_DATE); | |and have the current system date inserted. | |So I thought it would be nice to have the SYS_TIME facility too. | |I've cloned the function and changed a few things and there you have it, |you can now do: | |create table test2 ( ti time); |insert into test2 values (SYS_TIME); | ||
* | Remove #include "rlstubs.h", since it doesn't exist anymore | Marc G. Fournier | 1997-01-26 |
| | |||
* | Linux defines MAXINT in values.h, which causes an error when compiling. | Marc G. Fournier | 1997-01-26 |
| | | | | Wrap it in an #ifndef to prevent this | ||
* | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier | 1997-01-26 |
| | | | | | | from a #define to a run-time option '-e' Man page was updated to reflect new option | ||
* | Fix typo in struct name. | Bruce Momjian | 1997-01-26 |
| | |||
* | Remove rlstubs.[ch], since they weren't actually doing anything that couldn't | Marc G. Fournier | 1997-01-25 |
| | | | | | | | | be #ifdef'd into psql.c itself From what I can tell, if USE_READLINE is true or false, psql works under FreeBSD, without configure. Now to test it *again* under sparc_solaris with configure and see if it works... | ||
* | Okay, this should pretty much clean up the psql/readline/history mess. | Marc G. Fournier | 1997-01-25 |
| | | | | | | | Added a README.readline file until configure is integrated to *try* and explain the way things stand. Removed a stray configure .in file | ||
* | Why can't everyone be standard? :( | Marc G. Fournier | 1997-01-25 |
| | | | | | Add some code to make psql happy with a system where there is *no* history code available, but there is readline code... | ||
* | Modifications to handle the situation where readline.h exists, but | Marc G. Fournier | 1997-01-25 |
| | | | | | | history.h doesn't...previously, it was assumed that both existed, or didn't exist...but this assumption fails on the one sparc_solaris box that I have access to, and could exist in other circumstances | ||
* | 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 | 1997-01-25 |
| | | | | | bug causes compilation to fail on alpha, the second causes a compiler in this environment | ||
* | More autosize structure error checks. | Bruce Momjian | 1997-01-25 |
| | |||
* | The check should be for getrusage(), not rusage() ... change the defines | Marc G. Fournier | 1997-01-25 |
| | | | | to reflect what configure is going to define when the time comes |