- 06 Apr, 1999 5 commits
-
-
Thomas G. Lockhart authored
Required by newest versions of DocBook and style sheets.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Use memcpy() rather than StrNCpy() which had forced a string termination character at the end.
-
Tom Lane authored
of 2 to save a few cycles in md.c. So, make it 2^30 not 10^9.
-
- 05 Apr, 1999 3 commits
-
-
Tom Lane authored
configuration constant to config.h.
-
Vadim B. Mikheev authored
(may be used while vacuuming unique btree-s).
-
Tom Lane authored
2gig. Fix failure to reliably put the smaller relation on the inside of a hashjoin.
-
- 04 Apr, 1999 2 commits
- 03 Apr, 1999 3 commits
-
-
Tom Lane authored
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.
-
Tom Lane authored
polygon rtree, circle rtree indexes.
-
Tom Lane authored
would sometimes generate a plan that omitted a sort step before merge.
-
- 02 Apr, 1999 4 commits
-
-
Tom Lane authored
parameters in CREATE USER.
-
Tom Lane authored
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 :-(.)
-
Tom Lane authored
complaints (and some of my own).
-
Tom Lane authored
autoconf 2.13.
-
- 30 Mar, 1999 8 commits
-
-
Thomas G. Lockhart authored
completion as required by the newest DocBook conventions.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Had been omitted from the integrated doc for no good reason.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
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
-
Bruce Momjian authored
-
- 29 Mar, 1999 3 commits
-
-
Tatsuo Ishii authored
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).
-
Tatsuo Ishii authored
more portable way.
-
Tom Lane authored
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.
-
- 28 Mar, 1999 6 commits
-
-
Vadim B. Mikheev authored
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.
-
Tom Lane authored
related tables.
-
Tom Lane authored
and related tables.
-
Tom Lane authored
and newly expanded opr_sanity tests.
-
Tom Lane authored
regress test 'type_sanity'.
-
Tom Lane authored
It still doesn't do anything, but at least now it does nothing correctly.
-
- 27 Mar, 1999 1 commit
-
-
Tom Lane authored
-
- 26 Mar, 1999 4 commits
- 25 Mar, 1999 1 commit
-
-
Tom Lane authored
configure, instead of having a bunch of crufty platform-specific guesses.
-