Julian Assange
ed3240d093
bugfix: if NOREADLINE was not defined and input was not from a tty, then
...
the getopt() was not executed.
1996-07-28 06:48:42 +00:00
Marc G. Fournier
64b130a8e7
Various fixes required for psql
...
Submitted by: Bruce
1996-07-27 04:38:22 +00:00
Marc G. Fournier
edb519b14c
and now, the long awaited PAGER patches from Bruce...
...
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-27 02:55:23 +00:00
Marc G. Fournier
6e077b0ae5
Further modifications for fixing createuser bug...
...
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27 02:40:45 +00:00
Marc G. Fournier
22113f81fd
This is a patch to pg_dump which fixes varchar and char printing in the
...
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-27 02:29:51 +00:00
Marc G. Fournier
c13ef1afed
My patch to fe-connect.c introduced a new bug which is triggered only, if
...
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-27 02:27:55 +00:00
Marc G. Fournier
1a675fe5b2
Fixed these script sonce and for all?
...
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27 02:19:18 +00:00
Marc G. Fournier
32a3858add
corrects the output for a 'SELECT DISTINCT ON ...' at line 2900
...
submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
1996-07-27 02:06:10 +00:00
Marc G. Fournier
b141c5a973
Fix where 'make clean' wipes out everything if no obj directory
...
exists...
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-27 02:04:12 +00:00
Marc G. Fournier
95b6f6ea33
Missed a small patch fro mBruce for BSDi
1996-07-26 20:39:04 +00:00
Marc G. Fournier
f45dfa6174
should always take mail headers out of Makefile files befor ecommitting :)
1996-07-26 20:15:40 +00:00
Marc G. Fournier
e4b2558fa3
Minor bug fix
1996-07-26 20:03:21 +00:00
Marc G. Fournier
ba4b7f5021
regression Makefile, rev 2
...
Submitted by: Dr. George
1996-07-26 19:58:04 +00:00
Marc G. Fournier
8a372d202f
Add in port to DG/UX
...
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
1996-07-25 20:45:05 +00:00
Marc G. Fournier
5315d37c20
Fix applied for NESTLOOP bug
...
submitted by: vadim@sable.krasnoyarsk.su (Vadim B. Mikheev)
1996-07-25 20:36:46 +00:00
Marc G. Fournier
aac483943d
fixed usuage of -ltermcap for psql
...
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-25 20:01:51 +00:00
Marc G. Fournier
9e0a8d4b26
improvements to regression testing
...
submitted by: dr. george
1996-07-25 19:56:59 +00:00
Marc G. Fournier
14cd0ca3bd
modified i386_solaris port
...
submitted by: dr. george
1996-07-25 19:48:24 +00:00
Marc G. Fournier
31cae34d07
multiple define of 'union semun' removed
...
submitted by: dr. george
1996-07-25 19:45:31 +00:00
Marc G. Fournier
fd35587d4c
moved the FLEX stuf from Makefile.global to here
1996-07-25 07:28:12 +00:00
Marc G. Fournier
10369ad7b2
removed tas.s refernce
1996-07-25 07:27:08 +00:00
Marc G. Fournier
65b4b39246
Dr George suggested removing Makefile.custom altogether, to reduce
...
any confusion...so its gone...
1996-07-25 07:26:37 +00:00
Marc G. Fournier
ff50e5ab47
Switched from using monitor to using psql
...
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-25 06:55:49 +00:00
Marc G. Fournier
69ee15d663
Removed monitor from compile/install (will eventually be removed
...
completely)
1996-07-25 06:54:26 +00:00
Julian Assange
76bc8cb97f
Large re-write/enhancement. In pg-101 Jolly only included a smaller part
...
of my (proff) patch. This is the rest of it, with a few, mainly aesthetic
changes. I've removed a lot of redundency from the original code,
added support for the new PQprint() routines in libpq, expanded tables,
and a few generally nifty ways of massaging data in and out of the
backend. Still needs some good stress testing.
1996-07-25 06:46:35 +00:00
Julian Assange
23c7ff0b3c
PQprint() routines. The older code is still there for historical
...
compatibility. There isn't much difference here against my previous
PQprint() code, except that you can add optional arguments to the
<table args> in html.
1996-07-25 06:21:11 +00:00
Marc G. Fournier
98ae3fadd1
Ack, -I$(srcdir)/backend *is* required...
1996-07-25 01:11:15 +00:00
Marc G. Fournier
7920dce9f9
comment out USE_TCL...having USE_TCL=true seems to imply that you
...
have to have TCL to use postgres95, which you don't
1996-07-25 00:30:02 +00:00
Marc G. Fournier
2f19e28940
there are no includes files in backend, there should be, so why look
...
there?
1996-07-25 00:26:21 +00:00
Marc G. Fournier
0864a2ddae
Fix compiler not finding libpgtcl.h header file
1996-07-25 00:22:19 +00:00
Marc G. Fournier
0ede7ca819
Added an empty Makefile.custom file...
1996-07-25 00:19:42 +00:00
Marc G. Fournier
18367ced1b
Ack, missed two files from the merge...looks like a .11 is goin gto have
...
to go out after all :(
1996-07-23 05:51:29 +00:00
Marc G. Fournier
b619cb09d9
iBrought in a fix for backend crashes
...
Submitted by: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
1996-07-23 05:44:10 +00:00
Marc G. Fournier
00fe588fb0
comment out inclue of Makefile.custom, as i tbreaks compiling the
...
bin directory
1996-07-23 05:24:35 +00:00
Marc G. Fournier
83c9ec765e
Last changes to src from Dr. George *wipes brow*
1996-07-23 03:38:44 +00:00
Marc G. Fournier
2206b5819d
Alot of "changes" from Dr. George's source tree...
...
Most of the changes in here look to b epurely cosmetic, and don't
affect anything...
...and some stuff is completely questionable...in that I may have reversed
some of the stuf fwe already had :(
1996-07-23 03:35:14 +00:00
Marc G. Fournier
94e5642b87
More Merge's from Dr' sourec tree
1996-07-23 03:24:47 +00:00
Marc G. Fournier
245686d43a
modifications to regressoin tests
1996-07-23 03:19:34 +00:00
Marc G. Fournier
668aa24fc4
More merge's from Dr. George's sourec tree
1996-07-23 03:13:58 +00:00
Marc G. Fournier
772ae267e3
spelling error...and correction
1996-07-23 03:05:23 +00:00
Marc G. Fournier
be5bfd54f2
Put in a new FAQ
...
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
1996-07-23 03:03:43 +00:00
Marc G. Fournier
d1724d65b7
reversed julian's patch back in again...othere things cause monitor
...
to not compile now...
1996-07-23 02:26:41 +00:00
Marc G. Fournier
7344d69898
Finished merging in src/backend from Dr. George's source tree
1996-07-23 02:23:54 +00:00
Marc G. Fournier
e11744e164
More of Dr. George's changes...
...
- src/backend/catalog/*
- no changes
- src/backend/executor/*
- change how nodeHash.c handles running out of memory
- src/backend/optimizer/*
- mostly cosmetic changes
1996-07-22 23:30:57 +00:00
Marc G. Fournier
5108a5b320
More merges from Dr. George's tree...
...
- src/backend/tcop/*
- cosmetic changes to OPENLINK patches
- src/backend/storage/*
- more changes, mostly cosmetic
- src/backend/ports/*
- merge in patches for aix and i386_solaris
1996-07-22 23:00:26 +00:00
Marc G. Fournier
18a7989e1a
- merging in Dr. George's tree with ours
...
- src/backend/access
- no changes
- src/backend/utils
- mostly cosmetic changes
- ESCAPE_PATCH Added
- src/Makefile.global changes merged
1996-07-22 21:58:28 +00:00
Marc G. Fournier
672f6ece23
Brought in David Bennett's (dave@bensoft.com) changes to pg_dump
1996-07-22 08:37:00 +00:00
Marc G. Fournier
02bbd95a41
Backed out the changes to monitor.c that seem to be affecting the
...
ability for createuser to actually create one...
1996-07-22 05:59:53 +00:00
Marc G. Fournier
753631ac17
- added LD_ADD+=-ltermcap to postgres.mk.bsdi_2_1
...
- submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-22 05:13:32 +00:00
Marc G. Fournier
435d32cd25
quick fix to src/bin/Makefile.global so that compiling doesn't look for a
...
libpq that is already installed...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-22 04:51:05 +00:00