aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier1997-02-09
| | | | | | already doing Removed only reference to a machine.h I could find in c.h, to win32/machine.h
* Try to further reduce the PORT dependencies.Marc G. Fournier1997-02-09
| | | | | | | | Essentially, config.h now includes an 'os.h', which is created via configure by linking a "port.h" file from the port directory to the include directory. Going to try to merge backend/port in similar ways
* Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since theyMarc G. Fournier1997-02-09
| | | | aren't doing anything anyway
* Changes to configure/config.h.in to check for:Marc G. Fournier1997-02-09
| | | | | | | | | sigprocmask, setsid and waitpid Especially for nextstep systems Awaiting for a context diff from Gregor to complete changes for the nextstep port
* Various fixes suggested by Gregor HoffleitMarc G. Fournier1997-02-09
| | | | | | Add a check to configure for strdup Remove all the '-ltermcap' checks from psql/Makefile Have {psql,pg_dump}/Makefile modified if strdup doesn't exist on the system
* |I took a look at this and I think pg_dump mishandles arrays of ints and floatsMarc G. Fournier1997-02-09
| | | | | | | | | | | | |by neglecting to quote them. | |I have made a minor change to pg_dump.c that will fix this. | |Dates are dumped and restored OK with pg_dump in V6 | |We'll still need to fix the dump in both cases if the original dump is from V1.09. From Keith Parks
* Add missing paren for hpux.Bruce Momjian1997-02-08
|
* Oops, the port is ultrix4, not ultrixMarc G. Fournier1997-02-08
| | | | Pointed out by: Erik Bertelsen
* Add in netbsd*) to configureMarc G. Fournier1997-02-07
| | | | Pointed out by D'Arcy
* Add attribute optimization statistics.Bruce Momjian1997-02-07
|
* Add ultrix to configureMarc G. Fournier1997-02-07
|
* Add in the nextstep port so that configure will (should?) run on itMarc G. Fournier1997-02-07
|
* The test for union semun requires <sys/ipc.h>Marc G. Fournier1997-02-06
| | | | Pointed out by Bruce
* Remove extra paren in ifdef.Bruce Momjian1997-02-06
|
* Various changes to improve/support MklinuxMarc G. Fournier1997-02-06
| | | | Submitted by: Tatsuo Ishii
* Make sure all changes are committed...Marc G. Fournier1997-02-06
|
* autoconf test for and set HAVE_VFORKMarc G. Fournier1997-02-06
|
* Add test for union semun to configureMarc G. Fournier1997-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 librariesMarc G. Fournier1997-02-06
|
* Include main Makefile.global first so variables are not over-written.Bruce Momjian1997-02-06
|
* Oops, just about forgot to commit this one too :(Marc G. Fournier1997-02-05
|
* Get in there...Marc G. Fournier1997-02-05
|
* Add Makefile.in so that configure can determine if inet_aton.o is requiredMarc G. Fournier1997-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 Momjian1997-02-05
|
* Add in appropriate checks for inet_aton, and modifications to ↵Marc G. Fournier1997-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 ifMarc G. Fournier1997-02-04
| | | | | | required Pointed out by Brian E. Gallew
* Add in a check for AIX port and set PORTNAME accordinglyMarc G. Fournier1997-02-04
| | | | Pointed out by: Darren King
* Remove a library check that isn't used right nowMarc G. Fournier1997-02-04
|
* Add a 'build' script. All it currently does is prompts the user for ↵Marc G. Fournier1997-02-04
| | | | | | additional 'lib' directories to search to find libraries, and then runs ./configure directly
* Add conditional for port to bsdiMarc G. Fournier1997-02-04
|
* Fix for echo newline suppression detectionMarc G. Fournier1997-02-04
| | | | Submitted by: Keith Parks
* Remove default GNUmakefile and Makefile.globalMarc G. Fournier1997-02-04
| | | | Change reference to Postgres95 to PostgreSQL in GNUmakefile
* remove old non-autoconf config.hMarc G. Fournier1997-02-04
| | | | clean up some of the readline code in config.h.in
* Final file required for autoconf, so far...Marc G. Fournier1997-02-04
|
* Bring back in the autoconf files - work in progressMarc G. Fournier1997-02-04
|
* Change references to NEED_RUSAGE to HAVE_RUSAGEMarc G. Fournier1997-02-03
| | | | Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp>
* AIX *does* have <sys/select.h>Marc G. Fournier1997-01-30
| | | | Pointed out by Darren King
* Revisions to customize for READLINE supportMarc G. Fournier1997-01-30
| | | | From Andrew Martin
* aix does have <termios.h>Marc G. Fournier1997-01-30
| | | | pointed out by Darren King
* Linux doesn't have sys/select.h...Marc G. Fournier1997-01-29
|
* New func _vc_scanoneind: scan one index relation to update statisticVadim B. Mikheev1997-01-29
| | | | in pg_class if no one page was reapped by vacuum.
* Added comment to readline defines.Bruce Momjian1997-01-28
|
* Moved readline stuff into Makefile.global.Bruce Momjian1997-01-28
|
* Apply usage patches for European Dates patch from KeithMarc G. Fournier1997-01-27
|
* Quick patch from Andrew to recognize nextstep vs next as a portMarc G. Fournier1997-01-27
|
* Slight change to nabstime.c so that configure is able to handle a systemMarc G. Fournier1997-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 autoconfMarc G. Fournier1997-01-27
| | | | From: Keith Parks
* More removals for next/nextstep. Fix IPC lib for them.Bruce Momjian1997-01-26
|
* Change next to nextstep where missed.Bruce Momjian1997-01-26
|
* |From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1997-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);