Marc G. Fournier
e72b1ccd30
Add test for union semun to configure
...
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
29 years ago
Marc G. Fournier
321d42c6d0
Change ordering of libraries
29 years ago
Bruce Momjian
e9e86aa59d
Include main Makefile.global first so variables are not over-written.
29 years ago
Marc G. Fournier
d04500743b
Oops, just about forgot to commit this one too :(
29 years ago
Marc G. Fournier
b78a3de9a1
Get in there...
29 years ago
Marc G. Fournier
4001a8c7d3
Add Makefile.in so that configure can determine if inet_aton.o is required
...
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 :)
29 years ago
Bruce Momjian
0d5f773b72
Update to handle include search paths.
29 years ago
Marc G. Fournier
4506116db8
Add in appropriate checks for inet_aton, and modifications to backend/port/Makefile
...
to include inet_aton.c if required
29 years ago
Marc G. Fournier
50b618a049
Test for existence of inet_aton on the system, and only include inet_aton.c if
...
required
Pointed out by Brian E. Gallew
29 years ago
Marc G. Fournier
5c117403e0
Add in a check for AIX port and set PORTNAME accordingly
...
Pointed out by: Darren King
29 years ago
Marc G. Fournier
20c20b8018
Remove a library check that isn't used right now
29 years ago
Marc G. Fournier
b17a92f5e6
Add a 'build' script. All it currently does is prompts the user for additional 'lib'
...
directories to search to find libraries, and then runs ./configure directly
29 years ago
Marc G. Fournier
b8ddf4425d
Add conditional for port to bsdi
29 years ago
Marc G. Fournier
4aff83181a
Fix for echo newline suppression detection
...
Submitted by: Keith Parks
29 years ago
Marc G. Fournier
14be8d35b5
Remove default GNUmakefile and Makefile.global
...
Change reference to Postgres95 to PostgreSQL in GNUmakefile
29 years ago
Marc G. Fournier
63c28920ab
remove old non-autoconf config.h
...
clean up some of the readline code in config.h.in
29 years ago
Marc G. Fournier
a20440b210
Final file required for autoconf, so far...
29 years ago
Marc G. Fournier
bc564084a3
Bring back in the autoconf files - work in progress
29 years ago
Marc G. Fournier
9cabea224c
Change references to NEED_RUSAGE to HAVE_RUSAGE
...
Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp>
29 years ago
Marc G. Fournier
a1019b6ca7
AIX *does* have <sys/select.h>
...
Pointed out by Darren King
29 years ago
Marc G. Fournier
5b5e06ebc7
Convert Postgres95 to PostgreSQL
...
Pointed out by Andrew Martin
29 years ago
Marc G. Fournier
b070db6632
Change Postgres95 references to PostgreSQL
29 years ago
Marc G. Fournier
37ca4d4d6e
Change 'next' to 'nextstep' as port name
...
Pointed out by Andrew Martin
29 years ago
Marc G. Fournier
3facbfc28e
Revisions to customize for READLINE support
...
From Andrew Martin
29 years ago
Marc G. Fournier
5239ccb9cf
Update Linux and Irix FAQs
...
From Andrew
29 years ago
Marc G. Fournier
6791355823
aix does have <termios.h>
...
pointed out by Darren King
29 years ago
Bruce Momjian
2ffba0d498
Changes to get ready for 6.0 final release.
29 years ago
Marc G. Fournier
abd38d8b22
Linux doesn't have sys/select.h...
29 years ago
Vadim B. Mikheev
daf75276d4
New func _vc_scanoneind: scan one index relation to update statistic
...
in pg_class if no one page was reapped by vacuum.
29 years ago
Marc G. Fournier
f3c3458b1d
Point bug reports at bugs@postgresql.org
29 years ago
Marc G. Fournier
31832a5768
Redirect bug reports to bugs@postgresql.org instead of hackers...
29 years ago
Bruce Momjian
35e2d29c2b
Added comment to readline defines.
29 years ago
Bruce Momjian
9c931e08ba
Moved readline stuff into Makefile.global.
29 years ago
Marc G. Fournier
6ab9db7b78
Apply usage patches for European Dates patch from Keith
29 years ago
Marc G. Fournier
83d7b271db
Quick patch from Andrew to recognize nextstep vs next as a port
29 years ago
Marc G. Fournier
8d3d5d2e2f
Slight change to nabstime.c so that configure is able to handle a system
...
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...
29 years ago
Marc G. Fournier
a246e87d12
Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf
...
From: Keith Parks
29 years ago
Bruce Momjian
197c7f5486
More removals for next/nextstep. Fix IPC lib for them.
29 years ago
Bruce Momjian
1836ce2c81
Change next to nextstep where missed.
29 years ago
Marc G. Fournier
427a964c30
|From: Keith Parks <emkxp01@mtcc.demon.co.uk>
...
|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);
29 years ago
Marc G. Fournier
1d8a696fd5
Remove #include "rlstubs.h", since it doesn't exist anymore
29 years ago
Marc G. Fournier
d90a426e35
Linux defines MAXINT in values.h, which causes an error when compiling.
...
Wrap it in an #ifndef to prevent this
29 years ago
Marc G. Fournier
632c44d829
Bring in a patch from Keith Parks to move the use of European dates
...
from a #define to a run-time option '-e'
Man page was updated to reflect new option
29 years ago
Bruce Momjian
ac3c926c42
Fix typo in struct name.
29 years ago
Marc G. Fournier
917042f1c6
Remove rlstubs.[ch], since they weren't actually doing anything that couldn't
...
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...
29 years ago
Marc G. Fournier
aa46d53fa4
Okay, this should pretty much clean up the psql/readline/history mess.
...
Added a README.readline file until configure is integrated to *try* and
explain the way things stand.
Removed a stray configure .in file
29 years ago
Marc G. Fournier
374b2b0639
Why can't everyone be standard? :(
...
Add some code to make psql happy with a system where there is *no*
history code available, but there is readline code...
29 years ago
Marc G. Fournier
d049cec4f5
Modifications to handle the situation where readline.h exists, but
...
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
29 years ago
Marc G. Fournier
49f30e80fc
Some fixes for using configure under sparc_solaris
29 years ago
Bruce Momjian
311c521d96
would you mind committing the following changes for me? (the first
...
bug causes compilation to fail on alpha, the second causes a compiler
in this environment
29 years ago