This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-05-02 11:44:50 +03:00
Code
postgres
/
src
/
backend
/
tcop
History
Tom Lane
6261c75014
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
...
for FETCH and MOVE.
2003-03-11 19:40:24 +00:00
..
dest.c
Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO
2003-01-21 22:06:12 +00:00
fastpath.c
Move new typedef AclId into c.h, so as to avoid cluttering namespace
2003-01-09 18:00:24 +00:00
Makefile
Fix relative path references so that make knowns which dependencies refer
2000-08-31 16:12:35 +00:00
postgres.c
Restructure parsetree representation of DECLARE CURSOR: now it's a
2003-03-10 03:53:52 +00:00
pquery.c
Restructure parsetree representation of DECLARE CURSOR: now it's a
2003-03-10 03:53:52 +00:00
utility.c
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
2003-03-11 19:40:24 +00:00