summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-08-02Update to expected.input from Dr. GeorgeMarc G. Fournier
1996-08-01Fixes:Marc G. Fournier
make TCL conditinal compilation work Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1996-08-01Fixes:Marc G. Fournier
Originally, I thought the problem was caused by a function that gets called as a normal function where we want to return a value, and as a signal handler where we need to have it accept a parameter (the signal number) and it returns nothing, I was going to case the function name in the signal call as (void (*)(int)). Looking at all the source, it turns out this function only gets used as a signal handler, so I set an int parameter and return void. I have removed the Linux defines because they are not needed. BSD let this sloppiness slide. Linux gave a compile error. Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-08-01Change the TEMPDIR to be obj instead of /tmpMarc G. Fournier
Suggested by: Michael Babcock <michael@kanji.com>
1996-08-01An actual README file for the regression testsMarc G. Fournier
Submitted by: Dr. George
1996-08-01A newer expected.input file for the regression testsMarc G. Fournier
Submitted by: Dr. Geoge
1996-07-31Move port includes from bin/pg_dump/Makefile to Makefile.globalMarc G. Fournier
1996-07-31Standardize locations of TCL related filesMarc G. Fournier
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1996-07-31This prevent gcc from complaining about casting a short to a char * andMarc G. Fournier
fixes another complaint. More fixes from Bruce...
1996-07-31More patches for BSDi from BruceMarc G. Fournier
1996-07-31Row count patch from BruceMarc G. Fournier
1996-07-31Fix for <machine.h> bugMarc G. Fournier
Submitted by: Bruce
1996-07-31Re-arrange KRBVERS postitionMarc G. Fournier
Suggested by: Daniel Kalchev <daniel@digsys.bg>
1996-07-31A "lost in the archives" patch from Chris Dunlop <chris@atlas.onthe.net.au>Marc G. Fournier
1996-07-31Everyone seems to suggestion this is something that should be there...Marc G. Fournier
#include <sys/termios.h> Submitted by: Dr. George
1996-07-31Moved src/extend to contribMarc G. Fournier
1996-07-31already exists in the contrib directoryMarc G. Fournier
1996-07-31Added <sys/termios.h> for i386_solaris portMarc G. Fournier
Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
1996-07-31Fixes:Marc G. Fournier
In postgres95/src/backend/nodes/readfuncs, lines 1188 and 1189, local_node->relname is taken to point to a NameType, while its defined as a pointer to char. Both the casting to Name and the call of namestrcpy should, IMHO, be changed appropriately (first patch). As far as I could see from the Linux signal header file, a signal handler is declared as typedef void (*__sighandler_t)(int); Few changes to postgres95/src/backend/storage/lmgr/proc.c seem appropriate to comply with this. Finally, postgres95/src/bin/pg_version/pg_version.c defines a function GetDataHome (by default, returning an integer) and returns NULL in the function, which isn't an integer... Submitted by: ernst.molitor@uni-bonn.de
1996-07-31Fixes:Marc G. Fournier
updates the psql.1 manual page for \ options add row count and ties it to the header option updated manual pages and comment for above change got \? to display in one screen-full (almost, \? scrolls off top) moved \r to \E, and \z to \r (for historical reasons with monitor) small code alignment cleanup Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-31Style didn't appeal to some...:)Marc G. Fournier
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-31Fixes: Floating point exception in psqlMarc G. Fournier
Submitted by: Dan McGuirk <mcguirk@indirect.com>
1996-07-30Fixes:Marc G. Fournier
> INDEXED searches in some cases DO NOT WORK. > Although simple search expressions (i.e. with a constant value on > the right side of an operator) work, performing a join (by putting > a field of some other table on the right side of an operator) produces > empty output. > WITHOUT indices, everything works fine. > submitted by: "Vadim B. Mikheev" <root@ais.sable.krasnoyarsk.su>
1996-07-30More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-30More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-29The decode function in psql.c doesn't return anything, so itsMarc G. Fournier
declaration is incorrect. -Kurt
1996-07-29clean up /tmp behind itselfMarc G. Fournier
submitted by: bruce
1996-07-29Change ordering of "user modified variables" so that they are atMarc G. Fournier
the top of th efile instead of scattered throughout Turned off default behavior of compiling with -g enabled submitted by; bruce
1996-07-29fix a redeclaration errorMarc G. Fournier
submitted by Kurt
1996-07-29Modifications for bsdi from Kurt(sp?)Marc G. Fournier
1996-07-28cosmetic changes: char* x changed to char *xMarc G. Fournier
submitted by: bruce
1996-07-28reversed bruces patch to getopt() loop about optargMarc G. Fournier
submitted by: bruce
1996-07-28fixes: It appears several routines use lcons to store integers rather thanMarc G. Fournier
pointers. submitted by: bruce
1996-07-28small port fixes for sparc_solarisMarc G. Fournier
submitted by: jason
1996-07-28bugfix: if NOREADLINE was not defined and input was not from a tty, thenJulian Assange
the getopt() was not executed.
1996-07-27Various fixes required for psqlMarc G. Fournier
Submitted by: Bruce
1996-07-27and now, the long awaited PAGER patches from Bruce...Marc G. Fournier
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-27Further modifications for fixing createuser bug...Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27This is a patch to pg_dump which fixes varchar and char printing in theMarc G. Fournier
case where the attribute length is variable (stored as -1). Previously, you'd get output that looked like: CREATE TABLE foo (bar varchar(-1)); Monitor and psql don't like this at all :). Here is a fix: Submitted by: Adam Sussman <myddryn@vidya.com>
1996-07-27My patch to fe-connect.c introduced a new bug which is triggered only, ifMarc G. Fournier
Kerberos is being used (attempt to free static memory). The error was caused by a confusing doublespeak of fe_getauthname(): Returns a pointer to static memory, if you authenticate via Kerberos, a pointer to dynamic memory otherwise. Submitted by: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
1996-07-27Fixed these script sonce and for all?Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27corrects the output for a 'SELECT DISTINCT ON ...' at line 2900Marc G. Fournier
submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
1996-07-27Fix where 'make clean' wipes out everything if no obj directoryMarc G. Fournier
exists... Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-26Missed a small patch fro mBruce for BSDiMarc G. Fournier
1996-07-26should always take mail headers out of Makefile files befor ecommitting :)Marc G. Fournier
1996-07-26Minor bug fixMarc G. Fournier
1996-07-26regression Makefile, rev 2Marc G. Fournier
Submitted by: Dr. George
1996-07-25Add in port to DG/UXMarc G. Fournier
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
1996-07-25Fix applied for NESTLOOP bugMarc G. Fournier
submitted by: vadim@sable.krasnoyarsk.su (Vadim B. Mikheev)
1996-07-25fixed usuage of -ltermcap for psqlMarc G. Fournier
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>