- 28 Mar, 2000 6 commits
-
-
Thomas G. Lockhart authored
Matches postgresql.org/hub.org environment.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
class. This chapter was apparently sewed together from several inconsistent examples... and perhaps from old docs that no longer apply at all.
-
Tom Lane authored
-
Tom Lane authored
-
- 27 Mar, 2000 8 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Thomas G. Lockhart authored
Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
-
Thomas G. Lockhart authored
Move CREATE FUNCTION/WITH clause to end of statement to get around shift/reduce conflicts with type names containing "WITH". Add lots of tokens as allowed ColId's and/or ColLabel's, so this should be a complete set for the v7.0 release.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
We still have an internal limit in the ODBC code of 8 columns per key, but this should lay the groundwork for resolving that. Includes reformulated query from Tom Lane.
-
Bruce Momjian authored
-
Tatsuo Ishii authored
if it fails to start up it (this is only vaild if -w is given).
-
- 26 Mar, 2000 16 commits
-
-
Tom Lane authored
Reorganize description of index features for more clarity.
-
Tom Lane authored
-
Tom Lane authored
and only one transition state, but the CREATE AGGREGATE code rejected this combination.
-
Peter Eisentraut authored
Fixed bug in createdb/alternative location
-
Tom Lane authored
-
Tom Lane authored
reasonable, ie configure and build first, then optionally run regress tests using new parallel (non-installed) test method, and only then backup and kill old installation.
-
Tom Lane authored
procedure to cover running either test script; other minor improvements.
-
Tom Lane authored
multiple directories for --with-includes or --with-libraries.
-
Tom Lane authored
in the foreground --- in fact, it auto-detaches.
-
Bruce Momjian authored
-
Tatsuo Ishii authored
powerpc-unknown-linux-gnu --> powerpc-unknown-linux-gnulibc1 this is because for new config.guess.
-
Tatsuo Ishii authored
powerpc-linux-gnulibc1.
-
Tatsuo Ishii authored
This is due to the changes made to int4.sql. < SELECT dsqrt(float8 '64') AS eight; < eight < ------- < 8 < (1 row) < < SELECT |/float8 '64' AS eight; < eight < ------- < 8 < (1 row) < < SELECT ||/float8 '27' AS three; < three < ------- < 3 < (1 row) <
-
Tom Lane authored
formatted descriptions of --with options.
-
Tom Lane authored
file descriptor number for select(). (Suggestion from Ken Wright.)
-
Bruce Momjian authored
200 MMX. I was going through my e-mail, cleaning out my 1000+ message inbox, and found this one. Sorry. -- Lamar Owen
-
- 25 Mar, 2000 8 commits
-
-
Tom Lane authored
apparently copied from the makefile for the perl5 interface module, which needs it for reasons explained in src/interfaces/Makefile. But none of those reasons apply to plperl.
-
Tom Lane authored
Seems to have slipped through the cracks.
-
Tom Lane authored
-
Tom Lane authored
neologism, apparently).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Mar, 2000 2 commits
-
-
Tom Lane authored
keys lists of Constraint nodes. This eliminates a type pun that would probably have caused trouble someday, and eliminates circular references in the parsetree that were causing trouble now. Also, change parser's uses of strcasecmp() to strcmp(). Since scan.l has downcased any unquoted identifier, it is never correct to check an identifier with strcasecmp() in the parser. For example, CREATE TABLE FOO (f1 int, UNIQUE("F1")); was accepted, which is wrong, and xlateSqlFunc did more than it should: select datetime(); ERROR: Function 'timestamp()' does not exist (good) select "DateTime"(); ERROR: Function 'timestamp()' does not exist (bad)
-
Tom Lane authored
-