postgresql/src/include/nodes
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize
integers) to be strings instead of 'double'.  We convert from string form
to internal representation only after type resolution has determined the
correct type for the constant.  This eliminates loss-of-precision worries
and gets rid of the change in behavior seen at 17 digits with the
previous kluge.
2000-02-21 18:47:12 +00:00
..
execnodes.h Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
makefuncs.h Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00
memnodes.h Add: 2000-01-26 05:58:53 +00:00
nodeFuncs.h Add: 2000-01-26 05:58:53 +00:00
nodes.h Create a new expression node type RelabelType, which exists solely to 2000-02-20 21:32:16 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Implement reindex command 2000-02-18 09:30:20 +00:00
pg_list.h Change parse-time representation of float literals (which include oversize 2000-02-21 18:47:12 +00:00
plannodes.h New cost model for planning, incorporating a penalty for random page 2000-02-15 20:49:31 +00:00
primnodes.h Create a new expression node type RelabelType, which exists solely to 2000-02-20 21:32:16 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Add: 2000-01-26 05:58:53 +00:00
relation.h Plug some more memory leaks in the planner. It still leaks like a sieve, 2000-02-18 23:47:31 +00:00