postgresql/src/backend
Tom Lane 49528361f5 Create a new parsetree node type, TypeCast, so that transformation of
SQL cast constructs can be performed during expression transformation
instead of during parsing.  This allows constructs like x::numeric(9,2)
and x::int2::float8 to behave as one would expect.
2000-01-17 00:14:49 +00:00
..
access Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
bootstrap Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
catalog Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
commands Rearrange coding in COPY so that expansible string buffer for data being 2000-01-16 21:37:50 +00:00
executor Make number of args to a function configurable. 2000-01-10 17:14:46 +00:00
lib New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
libpq In PQfn(), defend against too many args, and avoid dependency 2000-01-12 05:27:20 +00:00
main Fix it's and its to be correct. 2000-01-05 18:23:54 +00:00
nodes Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
optimizer Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
parser Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
port Remove unused files. 1999-12-17 18:07:17 +00:00
postmaster Move SetPidFile() and firends to utils/init/miscinit.c so that 2000-01-09 12:13:24 +00:00
regex New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
rewrite Fix it's and its to be correct. 2000-01-05 18:23:54 +00:00
storage Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
tcop Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
tioga New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
utils Clean up problems with rounding/overflow code in NUMERIC, particularly 2000-01-15 23:42:49 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00