- 30 Mar, 1999 2 commits
-
-
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 3 commits
-
-
Tom Lane authored
configure, instead of having a bunch of crufty platform-specific guesses.
-
Tatsuo Ishii authored
-
Tom Lane authored
need not be bogus.
-
- 24 Mar, 1999 9 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
rcode encoding tables.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 23 Mar, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Mar, 1999 3 commits
-
-
Bruce Momjian authored
I have solved some problems with dynamic loading on NT. It is possible to run succesfully both trigger and plpgsql regression tests. The patch is in the included file "diff". Dan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Mar, 1999 7 commits
-
-
Tom Lane authored
is pass-by-value.
-
Bruce Momjian authored
a user such as "www-data". Oliver
-
Tom Lane authored
output files laying about.
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
but others declare it as extern char *. gcc complains (quite rightly too). Worked around it by rearranging the order of inclusions so that we don't have to explicitly declare yytext; this should work with either variant.
-