]> granicus.if.org Git - postgresql/history - src/backend/commands/portalcmds.c
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
[postgresql] / src / backend / commands / portalcmds.c
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-01-08 Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-09-04 Bruce Momjianpgindent run.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...