7fcbc5ddf0
Fix markup to include all closing tags.
...
Required by newest versions of DocBook and style sheets.
1999-04-06 15:41:20 +00:00
905a457a98
Start indenting markup. No text changes.
1999-04-06 15:38:10 +00:00
988d5ef536
Fix XREF markup and typo.
1999-04-06 15:36:56 +00:00
d1c1301039
Version string was truncating the last character.
...
Use memcpy() rather than StrNCpy() which had forced a string termination
character at the end.
1999-04-06 15:35:36 +00:00
5763683ce4
On reflection, filesize limit ought to be an exact power
...
of 2 to save a few cycles in md.c. So, make it 2^30 not 10^9.
1999-04-06 03:04:22 +00:00
5ce851dcda
Reduce default file size limit to 1Gb, and move the
...
configuration constant to config.h.
1999-04-05 22:25:11 +00:00
9cae93d309
Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty
...
(may be used while vacuuming unique btree-s).
1999-04-05 10:55:49 +00:00
e91f43a122
Fix potential overflow problems when relation size exceeds
...
2gig. Fix failure to reliably put the smaller relation on the inside of
a hashjoin.
1999-04-05 02:07:07 +00:00
2e7ef7477c
We use CFLAGS = -O2 on every other gcc platform, so why not
...
hpux_gcc too?
1999-04-04 20:16:50 +00:00
2de404e173
Use MAXALIGN value found by configure instead of a
...
hardwired assumption.
1999-04-04 20:10:12 +00:00
a253dcdb23
Give a better error message if an SQL-language function is
...
called through fmgr. Someday we should try to actually execute the function,
but that looks like it might be a major feature addition.
Not something to try during beta phase.
1999-04-03 22:57:29 +00:00
4ed9269676
Fix bogus pg_amop entries for int8 hash, cidr btree,
...
polygon rtree, circle rtree indexes.
1999-04-03 18:07:47 +00:00
ff38837fe9
Fix nasty bug in optimization of multiway joins: optimizer
...
would sometimes generate a plan that omitted a sort step before merge.
1999-04-03 00:18:28 +00:00
97c52abcc5
Repair problems with omitted password and VALID UNTIL
...
parameters in CREATE USER.
1999-04-02 06:16:36 +00:00
f620241d73
Remove overly presumptuous use of __STDC__ in c.h, replacing
...
it with configure-script tests to see whether const, inline, volatile, etc
work or not. (Curiously, configure was already doing the work to see if
const and inline were OK, but the results were not getting plugged into
config.h :-(.)
1999-04-02 05:10:16 +00:00
0b874f01dd
Clean up compile errors and warnings, cf Billy Allie's
...
complaints (and some of my own).
1999-04-02 04:51:05 +00:00
b5b5852c26
Update config.guess and config.sub to versions from
...
autoconf 2.13.
1999-04-02 03:37:17 +00:00
7ecf60427d
Fix up small markup problems. Force omit-tags to nil so we have tag
...
completion as required by the newest DocBook conventions.
1999-03-30 15:25:56 +00:00
107eb78fd4
Repair cut-and-paste typo which described createdb rather than destroydb.
1999-03-30 15:24:49 +00:00
971febeccb
Include libpq+.sgml in the doc set.
...
Had been omitted from the integrated doc for no good reason.
1999-03-30 15:23:03 +00:00
c701639b1f
Updates from Vince Vielhaber are the first since 1997.
1999-03-30 15:21:42 +00:00
045013cba3
Markup fixes from Vince Vielhaber.
1999-03-30 15:20:43 +00:00
e57c34c012
Add -E option
1999-03-30 05:14:03 +00:00
3f8f0ac1a7
Bug fixes and enhances to psql submitted by Masaaki Sakaida
...
1. Fix problems of PAGER and \? command
2. Add -E option that shows actual queries sent by \dt and friends
3. Add version number in startup banners for psql
1999-03-30 05:00:42 +00:00
0000a0c004
Small cleanups.
1999-03-30 01:37:28 +00:00
4373c4d4fa
Addition to test/locale submitted by Oleg Broytmann. Comments from him:
...
There are two subdirectories (ISO8859-7 and koi8-to-win1251) containing
tests for Greek locale and server<=>client recoding feature (recently
submitted by Tatsuo Ishii <t-ishii@sra.co.jp >; we've debugged his patches
together in the field of Cyrillic support).
1999-03-29 09:00:19 +00:00
c2d59497df
change comparison char* and NULL to char* and '\0'. This should be
...
more portable way.
1999-03-29 08:19:36 +00:00
c537d4295a
Modify fmgr so that internal name (compiler name) of a built-in
...
function is found in prosrc field of pg_proc, not proname. This allows
multiple aliases of a built-in to all be implemented as direct builtins,
without needing a level of indirection through an SQL function. Replace
existing SQL alias functions with builtin entries accordingly.
Save a few K by not storing string names of builtin functions in fmgr's
internal table (if you really want 'em, get 'em from pg_proc...).
Update opr_sanity with a few more cross-checks.
1999-03-29 01:30:45 +00:00
fdf6be80f9
1. Vacuum is updated for MVCC.
...
2. Much faster btree tuples deletion in the case when first on page
index tuple is deleted (no movement to the left page(s)).
3. Remember blkno of new root page in BTPageOpaque of
left/right siblings when root page is splitted.
1999-03-28 20:32:42 +00:00
d4ed17842a
Expanded opr_sanity test to look at pg_proc and other
...
related tables.
1999-03-28 02:07:58 +00:00
b0a66dd1be
New regression test to cross-check pg_type, pg_class,
...
and related tables.
1999-03-28 02:06:23 +00:00
8a3ef74b7c
Clean up various minor irregularities detected by type_sanity
...
and newly expanded opr_sanity tests.
1999-03-28 02:01:39 +00:00
79e1d1d58a
Remove pg_attribute_check.sql: these checks merged into new
...
regress test 'type_sanity'.
1999-03-28 01:57:32 +00:00
23ef47f89d
Fix bogus function signature for areajoinsel.
...
It still doesn't do anything, but at least now it does nothing correctly.
1999-03-28 01:56:12 +00:00
763a7ab6b0
Delete unused system table pg_parg.
1999-03-27 17:26:26 +00:00
7cb2fd6577
No longer need this file here; superseded by oidjoins regress test.
1999-03-26 08:04:53 +00:00
e5685df258
Add results of findoidjoins as a standard regression test.
1999-03-26 08:02:52 +00:00
f95538269f
Remove a bunch of dead entries exposed by findoidjoins crosschecks.
...
Apparently, whatever these things used to link to got recycled into
something else ... but the dependent entries didn't.
1999-03-26 07:32:42 +00:00
85e9e03e0b
Update findoidjoins for 6.5: remove workaround for long-dead bug,
...
use NOT EXISTS() which is a lot faster than NOT IN (),
update documentation.
1999-03-26 07:21:58 +00:00
1e117923aa
Revise memutils.h to use alignment information gathered by
...
configure, instead of having a bunch of crufty platform-specific guesses.
1999-03-25 19:05:19 +00:00
235a569aaa
Fix multi-byte+locale problem
1999-03-25 04:46:53 +00:00
6febecc569
Clean up att_align calculations so that XXXALIGN macros
...
need not be bogus.
1999-03-25 03:49:34 +00:00
d471f8073a
*** empty log message ***
1999-03-24 20:05:15 +00:00
9abf246b91
*** empty log message ***
1999-03-24 14:54:10 +00:00
5ae9d85f77
Add KOI8/WIN/ALT support
1999-03-24 07:02:17 +00:00
eb42c1c762
These small utilities are for generating internal tables from
...
rcode encoding tables.
1999-03-24 07:01:37 +00:00
e1a22d5e84
Add KOI8/WIN/ALT to set client_encoding command help
1999-03-24 06:57:20 +00:00
494b82b718
Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
1999-03-24 06:55:14 +00:00
2c775870bc
Add KOI8/WIN/ALT to the multi-byte encoding selections
1999-03-24 06:53:28 +00:00
61ce9cd366
Add KOI8/WIN/ALT to the multi-byte encoding selections
1999-03-24 06:20:38 +00:00