summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-01-14Prevent initdb from showing vacuum statistics.Bruce Momjian
1997-01-14Remove CFLAGS_SL from lib/MakefileBruce Momjian
1997-01-14There are two prototypes for inet_aton, one in include/inet_aton.h, andBruce Momjian
another one in Solaris' port-protos.h. The following patch will bring inet_aton's prototype into scope for Ultrix to silence a compilation warning. If the intention is to have inet_aton's prototype in its own header filer, the declaration in Solaris' port-protos.h should be removed. If the declaration in port-protos.h is deemed to be the correct place, a declaration should be added in Ultrix' port-protos.h regards Erik Bertelsen
1997-01-14Another compilation error has surfaced on Ultrix. In spin.c, sem.h must beBruce Momjian
included after storage/ipc.h like other similar cases that were changed recently. This one has popped up during the last few days. My sources are sup'ed today, 13. jan 1996. regards Erik Bertelsen.
1997-01-14Restored original pg_type/pg_attribute defaults. Regression fixes.Bruce Momjian
1997-01-13Andrew's Makefile.custom generation program...hopefully shouldMarc G. Fournier
reduce *some* confusion, eh? :) From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1997-01-13Update create_index manual page to have unique section.Bruce Momjian
1997-01-13Re-add -lm link flagBruce Momjian
1997-01-13Change -lIPC to -lipc.Bruce Momjian
1997-01-13Fix typo in findstring use.Bruce Momjian
1997-01-13Part of patch to make a working nextstep port.Bryan Henderson
1997-01-13Added VERBOSE option to vacuum command.Bruce Momjian
1997-01-13Oops, introduced a bug in EOF handling. Fix it.Bruce Momjian
1997-01-13No EOF from psql when quiet mode.Bruce Momjian
1997-01-13Add nextstep port, courtesy of Ovidiu Predescu.Bryan Henderson
1997-01-13From: 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-12Shared library cleanup for -fpic.Bruce Momjian
1997-01-11Fixes:Marc G. Fournier
I forgot to clear out the variable created and the memory used. From: darcy@druid.net (D'Arcy J.M. Cain)
1997-01-11From: darcy@druid.net (D'Arcy J.M. Cain)Marc G. Fournier
Fix for libpgtcl: I forgot to clear out the variable created and the memory used.
1997-01-10I've noticed that \i filename in 6.0beta prints the input file double-spaced.Bruce Momjian
Here is a trivial patch to get back the 1.09 behavior; it just removes trailing newlines before printing the line out with a newline rather than after... Thomas Lockhart
1997-01-10Remove octal character constants and convert to decimal constantsBruce Momjian
1997-01-10include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian
1997-01-10Irix fixes from MartinBruce Momjian
1997-01-10cleanup for LINUX_ELFBruce Momjian
1997-01-10timeb.h only used when not using POSIX_TIMEBruce Momjian
1997-01-10Makefile's -fpic only for gccBruce Momjian
1997-01-10Massimo fix for non-existant file copy error.Bruce Momjian
1997-01-10I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian
At least the first two should be fixed before the final release of 6.0. 1) There is a mismatch between the type declared in the catalog for the input/output attributes of pg_type and the actual type of values stored in the table. The type of typinput, typoutput, typsend and typreceive are declared oid (26) while the values are regproc (24). The error was there also in previous versions but nobody noticed it until an Assert has been added in ExecEvalVar. The effect is that it is now impossible to replace the typoutput of existing data types with new procs. 2) The identd hba fails after the first time because the data read from the identd socket is not zero-terminated and strlen reports an incorrect length if the stack contains garbage, which usually happens after the first connection has been made. 3) The new initdb wants to create itself the data directory. This implies that the parent directory must be writable by postgres and this may not always be desirable. A better solution would be to allow the directory to be created by root and then filled by initdb. It would also nice to have some reasonable default for PGLIB and PGDATA like the previous version did. This applies also to the postmaster executable.
1997-01-10Fixed (I hope) unique btree index implementation.Vadim B. Mikheev
1997-01-10index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev
implementation).
1997-01-10index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev
implementation).
1997-01-10index_insert has now HeapRelation as last param (forVadim B. Mikheev
unique index implementation).
1997-01-10index_insert has now HeapRelation as last param (forVadim B. Mikheev
unique index implementation).
1997-01-10Additional fixes for shared library (BSD44_Derived port).Vadim B. Mikheev
1997-01-09#include <postgres.h> moved upperVadim B. Mikheev
1997-01-08From: wieck@sapserv.debis.deMarc G. Fournier
Hi, counting the empty dummy queries in libpq isn't everything. If the backend sends an error, the I returns from the dummies still come. So we must eat them up in any case, not just returning on the occurence of an E reply. Until later, Jan
1997-01-08Removed equals sign from examples.Bruce Momjian
1997-01-08#include "postgres.h"Vadim B. Mikheev
moved upper.
1997-01-08Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson
1997-01-08Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson
1997-01-08Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1997-01-08Fix syntax errorBryan Henderson
1997-01-08minor path problem fix by tgl@mythos.jpl.nasa.govMarc G. Fournier
1997-01-08Typo: Change Postgres95 to PostgreSQLMarc G. Fournier
By: tgl@mythos.jpl.nasa.gov
1997-01-07Improvements to pg_dump to:Marc G. Fournier
- dump Views Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-01-06Fix mismatching prototype (const int vs int)Bryan Henderson
1997-01-06Add Irix stuff.Bryan Henderson
1997-01-06REmove pg4_dump...its old stuff that is sooo out of date as to be useless...Marc G. Fournier
1997-01-06NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier
1997-01-06PORT NeXT requires an isascii() define...put it in config.h, most likelyMarc G. Fournier
*should* have gone into the ports directory, but hopefully *someday* we'll be able to get rid of that?