- 10 Dec, 1999 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Jan Wieck authored
time qualification of HeapTupleSatisfiesSnapshot() Jan
-
Tatsuo Ishii authored
-
Tom Lane authored
yet, but at least we can give a better error message: regression=> select count(distinct f1) from int4_tbl; ERROR: aggregate(DISTINCT ...) is not implemented yet instead of 'parser: parse error at or near distinct'.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Also, minor tweakage of tab completion, and I hope the output is flushed on time now. -- Peter Eisentraut Sernanders väg 10:115
-
Bruce Momjian authored
-
Tom Lane authored
typecasts, eg 'NULL::text'. Later parts of the parser don't like this yet, but I'll work on that next.
-
Bruce Momjian authored
-
Jan Wieck authored
multisession test tool. Jan
-
- 09 Dec, 1999 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
shows the specific ungrouped variable being complained of. Perhaps this will reduce user confusion...
-
Bruce Momjian authored
I was able to crash postgres 6.5.3 when I did an 'alter user' command. After I started a debugger I found the problem in the timezone handling of datetime (my Linux box lost its timezone information, that's how the problem occurred). Only 7 bytes are reserved for the timezone, without checking for boundaries. Attached is a patch that fixes this problem and emits a NOTICE if a timezone is encountered that is longer than MAXTZLEN bytes, like this: Jeroen van Vianen
-
Bruce Momjian authored
-
- 08 Dec, 1999 5 commits
-
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
- 07 Dec, 1999 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
against the sources from one hour ago and contain all the portable and up to date stuff. A few other CVS "householding" things you might want to take care of: * Remove the src/bin/cleardbdir directory * Remove the file src/bin/psql/sql_help.h from the repository, as it is a derived file and is build by the release_prep. Peter Eisentraut
-
Michael Meskes authored
-
Tom Lane authored
(which are palloc'd) instead of DLLists (which are malloc'd). Not very significant, since this routine seldom has anything useful to do, but a leak is a leak...
-
Jan Wieck authored
Jan
-
Jan Wieck authored
Jan
-
- 06 Dec, 1999 11 commits
-
-
Jan Wieck authored
Jan
-
Jan Wieck authored
Jan
-
Jan Wieck authored
Added functionality for automatic trigger creation during CREATE TABLE. Added ON DELETE RESTRICT and some others. Jan
-
Thomas G. Lockhart authored
Remove references to Ultrix; haven't heard from it for a *long* time :(
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
specific meaning wrt copyright (or lack thereof).
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tom Lane authored
-