- 24 Jan, 2000 3 commits
-
-
Tom Lane authored
(ie, WHERE x > lowbound AND x < highbound). It's not very bright yet but it does something useful. Also, rename intltsel/intgtsel to scalarltsel/scalargtsel to reflect usage better. Extend convert_to_scalar to do something a little bit useful with string data types. Still need to make it do something with date/time datatypes, but I'll wait for Thomas's datetime unification dust to settle first. Eventually the routine ought not have any type-specific knowledge at all; it ought to be calling a type-dependent routine found via a pg_type column; but that's a task for another day.
-
Bruce Momjian authored
-
Bruce Momjian authored
optimizer.
-
- 23 Jan, 2000 9 commits
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
Executable file name (postmaster) no more included in the file.
-
Tatsuo Ishii authored
Since --with-mb has been removed from configure, previous messages were not appropriate.
-
Tatsuo Ishii authored
the charcter including trailing blanks.
-
Tom Lane authored
an attribute of a tuple previously fetched with SearchSysCacheTuple. This avoids a lot of redundant cache lookups, particularly in selfuncs.c. Also, remove SearchSysCacheStruct, which was unused and grotty.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
selectivity estimation wasn't right. This is better...
-
Peter Eisentraut authored
updated date/time types doc fixed small psql bug removed libpq code that lower-cased db names make notice when long identifier is truncated
-
- 22 Jan, 2000 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
pghackers discussion of 5-Jan-2000. The amopselect and amopnpages estimators are gone, and in their place is a per-AM amcostestimate procedure (linked to from pg_am, not pg_amop).
-
Tom Lane authored
longer in expected location).
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- 21 Jan, 2000 6 commits
-
-
Tom Lane authored
have the rl_completion_append_character variable. The tab completion behavior doesn't seem to be quite perfect in that situation, but it's better than failing to build at all...
-
Tom Lane authored
does not end with a newline. I don't think this explains the recent complaints, since this bug existed in 6.5 (and probably long before). But might as well fix it now that I see it.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- 20 Jan, 2000 15 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
New INSTALL file Fixed a copyright notice
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
fact the same, so I suggest they could be the same file say geometry-positive-zeros.out, as the main difference seems to be not printing eg. (0,-0). In src/test/regress/expected, I propose rm int2-i386-netbsd.out int4-i386-netbsd.out mv geometry-hppa1.1.out geometry-positive-zeros.out rm geometry-hppa2.0.out geometry-i386-netbsd.out and the following patch to resultmap. I have only tested the netbsd results on i386, but think that in all probability the differences will be the same for other ports. If it turns out not to be the case, at least we might find out. Patrick Welche
-
Bruce Momjian authored
Attached is a small fix for a stupid mistake I made in comment.c - an attempt to drop a non-existent comment would dump core :-(. Sometimes, I'm as sharp as a marble. Sorry, Mike Mascari
-
Tom Lane authored
'defined but not used' warnings would go away if the scanner didn't use YY_REJECT.
-
Tom Lane authored
declarations.
-
Tom Lane authored
declarations.
-
Tom Lane authored
compiler warnings caused by lack of extern declarations in extern.h. I believe the remaining gcc warnings here would go away if the ecpg grammar could be tweaked so it doesn't use REJECT ...
-
Bruce Momjian authored
that kept me from making perl secure. Attached is uuencoded tarball to add PL/perl to postgresql. Things I know don't work. -- triggers -- SPI The README file has a _VERY_ short tutorial. Mark Hollomon
-
Tom Lane authored
-