postgresql/src/backend
Jan Wieck 443c08a110 Fixed shift/reduce conflict
SelectStmt and CursorStmt tried to parse FOR UPDATE ... / FOR READ ONLY.
Cursor now checks that it is read only by looking at forUpdate of Query.
SelectStmt handles FOR READ ONLY too.

Jan
1999-05-20 12:12:55 +00:00
..
access Release allocated memory during AtAbort_Memory. 1999-05-13 00:34:57 +00:00
bootstrap Change error messages to oids come out as %u and not %d. Change has no 1999-05-10 00:46:32 +00:00
catalog Upgrade to PyGreSQL (2.4) 1999-05-19 16:46:12 +00:00
commands All works on linux now by my tests and regression(with patch below). 1999-05-17 18:24:48 +00:00
executor Rewrite hash join to use simple linked lists instead of a 1999-05-18 21:33:06 +00:00
lib Revise backend libpq interfaces so that messages to the frontend 1999-04-25 03:19:27 +00:00
libpq Update to PyGreSQL 2.3. 1999-05-10 16:10:51 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes Upgrade to PyGreSQL (2.4) 1999-05-19 16:46:12 +00:00
optimizer Now that hashjoin is reliable for large joins (knock on wood), 1999-05-18 21:36:10 +00:00
parser Fixed shift/reduce conflict 1999-05-20 12:12:55 +00:00
port Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
postmaster Rearrange handling of MAXBACKENDS a little bit. The default setting 1999-02-21 01:41:55 +00:00
regex Fix multi-byte+locale problem 1999-03-25 04:46:53 +00:00
rewrite Skip junk nodes when comparing UNION target list lengths. 1999-05-17 18:22:19 +00:00
storage This is actually more of a fundamental problem with mdtruncate. It 1999-05-17 06:38:41 +00:00
tcop Rip out QueryTreeList structure, root and branch. Querytree 1999-05-13 07:29:22 +00:00
tioga Change error messages to oids come out as %u and not %d. Change has no 1999-05-10 00:46:32 +00:00
utils Remove 4096 string limited key on block size 1999-05-19 17:53:12 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00