postgresql/src
Marc G. Fournier 6c684b1847 Fixes:
Previously Postgres95 wouldn't accept 'order by' clauses with fields
referred to as '<table>.<field>', e.g.:

        select t1.field1, t2.field2 from table1 t1, table2 t2
                order by t2.field2;

This syntax is required by the ODBC SQL spec.

Submitted by: Dan McGuirk <mcguirk@indirect.com>
1996-08-06 16:38:03 +00:00
..
backend Fixes: 1996-08-06 16:38:03 +00:00
bin added patch from kurt that fixes memory leak (didn't free line buffer 1996-08-06 00:40:12 +00:00
interfaces Fixes for: 1996-08-06 16:16:50 +00:00
mk Modifications for bsdi from Kurt(sp?) 1996-07-29 06:54:01 +00:00
test Okay...*last* commit, now to create a release... 1996-08-02 01:24:00 +00:00
tools/mkldexport Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
tutorial Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile Fixes: 1996-08-01 19:46:46 +00:00
Makefile.global Had a space in CFLAGS+= -I .. 1996-08-06 16:05:56 +00:00