postgresql/src/backend
Tom Lane fd19a350ea Revise parse_coerce() to handle coercion of int and float
constants, not only string constants, at parse time.  Get rid of
parser_typecast2(), which is bogus and redundant...
1999-08-05 02:33:54 +00:00
..
access Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 1999-07-19 07:07:29 +00:00
bootstrap Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
catalog Make usecatupd disabled for normal users, and allow normal users to 1999-07-30 18:09:49 +00:00
commands First step in fixing selectivity-estimation code. eqsel and 1999-08-01 04:54:25 +00:00
executor Rewrite parser's handling of INSERT ... SELECT so that processing 1999-07-19 00:26:20 +00:00
lib Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
libpq Exit cleanups I made yesterday caused pq_close() to be 1999-07-23 03:00:10 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Add equal() funcs for Case nodes ... amazing we had not 1999-07-29 02:45:36 +00:00
optimizer Update comments about clause selectivity estimation. 1999-07-30 22:34:19 +00:00
parser Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
port Remove extra #endif 1999-07-30 03:45:44 +00:00
postmaster Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 1999-07-19 07:07:29 +00:00
storage Alpha spinlock fix from Uncle George <gatgul@voicenet.com> 1999-07-22 18:30:08 +00:00
tcop Plug several holes in backend's ability to cope with 1999-07-22 02:40:07 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Further selectivity-estimation work. Speed up eqsel() 1999-08-02 02:05:41 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00