pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c)
Date: 2000-10-26 21:36:07
Message-ID: 200010262136.e9QLa7k73878@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Date: Thursday, October 26, 2000 @ 17:35:49
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
from hub.org:/home/projects/pgsql/tmp/cvs-serv71501/src/backend/nodes

Modified Files:
copyfuncs.c outfuncs.c print.c

----------------------------- Log Message -----------------------------

Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
ExecutorRun. This allows LIMIT to work in a view. Also, LIMIT in a
cursor declaration will behave in a reasonable fashion, whereas before
it was overridden by the FETCH count.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-26 21:36:48 pgsql/src/backend/optimizer/plan (createplan.c planner.c setrefs.c subselect.c)
Previous Message Tom Lane 2000-10-26 21:35:47 pgsql/src/backend/executor (nodeLimit.c execAmi.c execMain.c execProcnode.c execTuples.c functions.c spi.c Makefile)

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-10-26 21:42:06 Foreign key references now fails with inherited columns
Previous Message Oliver Elphick 2000-10-26 21:17:49 Re: --enable-multibyte dies (UnixWare 7.1.1)/Current Sources