f3dbe7356b
psql help cleanup.
1998-01-11 04:36:28 +00:00
40d55d2c0a
Update psql help.
1998-01-11 04:17:01 +00:00
600c958a30
Add UNION, GROUP, DISTINCT to INSERT.
1998-01-11 03:41:57 +00:00
d70df16a76
Fix up for recent changes in elog error messages.
...
Some behavior of the triggers test cases changed for the least week or two;
now back to the usual expected behavior.
1998-01-10 17:50:49 +00:00
6cfa6cb95e
Fix CLUSTER.
1998-01-10 05:19:22 +00:00
e6c714bf30
Bye CursorStmt, now use SelectStmt.
1998-01-10 04:30:11 +00:00
e7b205b486
Remove old quel labels.
1998-01-09 21:26:12 +00:00
ad8fa23727
Remove old quel labels.
1998-01-09 21:13:43 +00:00
3d15d1332a
Remove old quel labels.
1998-01-09 20:06:08 +00:00
bf8af2205b
PAGER \z in psql.
1998-01-09 19:34:38 +00:00
31a697bf92
Yohoo UNIONS of VIEWS.
1998-01-09 05:48:22 +00:00
8f125413b0
Cleanup of varchar.
1998-01-08 06:18:18 +00:00
84ef6aae18
Re-install working varchar() with compress size.
1998-01-08 04:58:19 +00:00
5fe090c559
Completion of varchar rollback.
1998-01-08 04:19:16 +00:00
35be73027e
Cleanup of varchar.
1998-01-08 03:15:06 +00:00
c098f309e3
Rollback varchar size change.
1998-01-08 03:05:01 +00:00
1c9fcfb683
Fix for varchar I missed.
1998-01-07 22:08:23 +00:00
679d39b9c8
Goodbye ABORT. Hello ERROR for all errors.
1998-01-07 21:07:04 +00:00
e6c6146eb8
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
1998-01-07 18:47:07 +00:00
7a2a7d436d
Wrap the function in and #ifdef, not the header files
...
Should fix an AIX compiler problem
1998-01-07 17:02:52 +00:00
3f1b1db7c5
Cleanup of outnodes.
1998-01-07 15:40:17 +00:00
e9dc636e0c
Cleanup of outnodes.
1998-01-07 15:32:47 +00:00
c01a56daf5
Fix for views and outnodes.
1998-01-07 08:08:08 +00:00
56466049d6
Cleanup of outnode stuff.
1998-01-07 05:54:11 +00:00
c9d9fe7690
Cleanup of outnode stuff.
1998-01-07 05:50:41 +00:00
a552a894eb
Cleanup of outnode stuff.
1998-01-07 05:42:47 +00:00
1b9ab297f3
Change web page directions.
1998-01-07 03:48:29 +00:00
e22b09c227
Fix sorting of multiple fields broken with UNION.
1998-01-06 23:58:05 +00:00
4557c846de
Cleanup of sort nodes and use of strtoul .
1998-01-06 23:19:49 +00:00
f439eb35b8
ABORT to ERROR in catalog/.
1998-01-06 19:42:33 +00:00
845f82e541
Regression cleanup of WARN.
1998-01-06 19:25:19 +00:00
9d00fbbeb0
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff.
1998-01-06 18:53:02 +00:00
42acc6e8c4
Move variable.c to commands/ and aclchk.c to catalog/.
1998-01-05 18:53:12 +00:00
9db64857e0
Move variable.c to commands/ and aclchk.c to catalog/.
1998-01-05 18:43:18 +00:00
deea69b90e
Change some ABORTS to ERROR. Add line number when COPY Failure.
1998-01-05 16:40:20 +00:00
3d8820a364
Remove un-needed quotes from psql \d DEFAULT display.
1998-01-05 13:56:05 +00:00
69cf5abe10
Change elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 04:10:07 +00:00
345641e498
Change elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 03:45:54 +00:00
0d9fc5afd6
Change elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 03:35:55 +00:00
0af9137f14
Add NOT NULL and DEFAULT to \d table.
1998-01-05 02:21:22 +00:00
0aa928764a
Various fixes NETBSD/sparc related
...
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO >
1998-01-04 19:13:04 +00:00
a65e4484da
Fix for aggs on views and complex ones. I missed one file.
1998-01-04 04:53:50 +00:00
4b05912f0b
Fix for count(*), aggs with views and multiple tables and sum(3).
1998-01-04 04:31:43 +00:00
c629d3b9d6
need to include postgres.h before HAVE_DLD_H
...
need to include string.h for strdup()
From: Bryan Henderson <bryanh@giraffe-data.com >
1998-01-02 03:40:04 +00:00
8e3ccad128
Test for __ELF__ rather than LINUX_ELF in headers.
...
Comment-out dynamic link function declarations since they are all
provided by the system.
Should we bother continuing to support non-elf Linux systems??
1998-01-01 06:02:04 +00:00
e447a467fa
Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
1998-01-01 05:59:24 +00:00
37f17d39c1
Define text_substr().
...
Change declarations from "struct varlena *" to "text *".
Remove register variables since compiler should do better on its own.
1998-01-01 05:50:50 +00:00
a343b2e713
Coerce a function argument to avoid compiler warning.
1998-01-01 05:48:14 +00:00
439fb6c4fb
Include text_substr() function and use instead of oracle_compat equivalent.
1998-01-01 05:47:11 +00:00
fcabd0753c
Change precedence for boolean operators to match expected behavior.
...
Change NOTICE/NOTICE/NOTICE/WARN elog messages to a single message
with a few newline/tab breaks embedded in the string. Much cleaner I hope.
1998-01-01 05:44:54 +00:00