postgresql/src
Thomas G. Lockhart 878b8d64c8 Define ROW and STATEMENT as parser tokens.
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".
1998-02-11 04:09:54 +00:00
..
backend Define ROW and STATEMENT as parser tokens. 1998-02-11 04:09:54 +00:00
bin atttypmod now -1. 1998-02-07 06:11:56 +00:00
include Pass around typmod as int16. 1998-02-10 16:04:38 +00:00
interfaces Erk, the whole directory structure changed on us here... 1998-02-10 16:44:17 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles This should fix Stan's USE_POSIX_SIGNALS problem as well 1998-01-27 05:04:35 +00:00
man Pass attypmod through to executor by adding to Var and Resdom. 1998-02-10 04:02:59 +00:00
template Fixes for linux-elf-sparc related template file 1998-02-03 01:00:50 +00:00
test regression test based off of Solaris/Sparc v2.6 1998-02-10 17:42:54 +00:00
tools Html backend_dir cleanup 1998-01-12 14:41:38 +00:00
tutorial Fix typos in SQL statement terminators. 1998-02-11 03:51:38 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Build in a 'dummy' tas file...nothing in it, just used for the link process 1998-02-05 04:00:55 +00:00
configure.in Build in a 'dummy' tas file...nothing in it, just used for the link process 1998-02-05 04:00:55 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in From: "Michael J. Maravillo" <mmj@philonline.com> 1998-01-17 23:39:35 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-27 03:25:14 +00:00