- Feb 18, 1998
-
-
Thomas G. Lockhart authored
Allow USER and VALID as column names and identifiers.
-
Vadim B. Mikheev authored
-
- Feb 13, 1998
-
-
Vadim B. Mikheev authored
parse_expr.c: only Op of bool type are supported currently...
-
- Feb 11, 1998
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Use explicit tokens to decode CREATE TRIGGER clauses. Allow ROW and STATEMENT as column identifiers. Fix CAST syntax to require parens per SQL92 spec. Define TypeId to allow correct translation of type names in CREATE FUNCTION and other statements. Need to do this without looking up defined type names because CREATE FUNCTION can specify undefined (new) types. Define UserId to complete removal of "Id" generic entity. Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH() functions to calls to length(). Define func_name parser entity for contexts requiring a function name. Have xlateSqlType() translate "float" to "float8".
-
- Feb 10, 1998
-
-
Bruce Momjian authored
-
- Feb 04, 1998
-
-
Thomas G. Lockhart authored
surrounded by parentheses (but not all are meaningful). Remove unused keywords ACL, APPEND, MERGE. Requires a "make clean" to recompile all code since keyword numeric assignments have changed with keyword removal.
-
- Feb 03, 1998
-
-
Bruce Momjian authored
Cleanup for vacuum help, manual page, and error message
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- Feb 01, 1998
-
-
Bruce Momjian authored
related to grammar and parser issues, with one postmaster fix.
-
- Jan 25, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
free() From: James Hughes <jamesh@interpath.com>
-
Marc G. Fournier authored
revoke statements. From: James Hughes <jamesh@interpath.com>
-
- Jan 23, 1998
-
-
Bruce Momjian authored
-
- Jan 20, 1998
-
-
Bruce Momjian authored
Add lock to i386 asm.
-
- Jan 19, 1998
-
-
Bruce Momjian authored
-
- Jan 17, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
with supporting code. Creates SubLink node in gram.y. psql.c patch for newatttypmod field.
-
Bruce Momjian authored
varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length.
-
- Jan 11, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 10, 1998
-
-
Bruce Momjian authored
-
- Jan 09, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 05, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 04, 1998
-
-
Bruce Momjian authored
-
- Jan 01, 1998
-
-
Thomas G. Lockhart authored
Change NOTICE/NOTICE/NOTICE/WARN elog messages to a single message with a few newline/tab breaks embedded in the string. Much cleaner I hope.
-
- Dec 24, 1997
-
-
Bruce Momjian authored
-
- Dec 23, 1997
-
-
Thomas G. Lockhart authored
and from SELECT ... INTO ... support code. Allow NOT, IS NULL, IS NOT NULL in constraints. Define unionall boolean flag in SubSelect structure. Implement row descriptors: (a, b, c) = (x, y, z). Change IS TRUE, IS FALSE, etc. to expressions using "=" rather than function calls to istrue() or isfalse() to allow optimization. Force type for TRUE and FALSE to bool.
-
- Dec 16, 1997
-
-
Thomas G. Lockhart authored
Formerly allowed only single arguments. Declare column constraints using the usual list mechanism rather than explicit itemized lists. Remove NOTNULL from default clause syntax (retain "NOT NULL"). NOTNULL is not SQL92; eventually remove it from expressions too? Move ISNULL, NOTNULL to Postgres-specific token declarations. Fix up tabs and indenting on new CREATE USER commands.
-
- Dec 06, 1997
-
-
Bruce Momjian authored
-
- Dec 05, 1997
-
-
Thomas G. Lockhart authored
Implement PRIMARY KEY and UNIQUE clauses using indices.
-
- Dec 04, 1997
-
-
Marc G. Fournier authored
An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file
-
- Dec 02, 1997
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Change elog WARN to NOTICE for unimplemented constraints.
-
- Dec 01, 1997
-
-
Thomas G. Lockhart authored
to NOTICE messages so that execution proceeds rather than halting. These clauses are ignored as stated in the messages. Allow NOT NULL UNIQUE syntax (both were allowed individually before). Allow Postgres-style casting ("::") of non-constants.
-
- Nov 25, 1997
-
-
Bruce Momjian authored
-
- Nov 24, 1997
-
-
Bruce Momjian authored
-