- 25 May, 1999 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
BT_READ/BT_WRITE are BUFFER_LOCK_SHARE/BUFFER_LOCK_EXCLUSIVE now. Also get rid of #define BT_VERSION_1 - we use version 1 as default for near two years now.
-
Vadim B. Mikheev authored
LockBuffer is used to acquire read/write access to index pages. Pages are released before leaving index internals.
-
Bruce Momjian authored
-
Michael Meskes authored
-
Jan Wieck authored
not be marked inFromCl any longer. Otherwise the planner gets confused and joins over them where in fact it does not have to. Adjust hasSubLinks now with a recursive lookup - could be wrong in multi action rules because parse state isn't reset correctly and all actions in the rule are marked hasSubLinks if one of them has. Jan
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
- 23 May, 1999 6 commits
-
-
Tom Lane authored
GROUP BY or ORDER BY expressions in INSERT ... SELECT.
-
Tom Lane authored
aggregate functions, as in select a, b from foo group by a; The ungrouped reference to b is not kosher, but formerly we neglected to check this unless there was an aggregate function somewhere in the query.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
this file in interfaces/ It will all need to be checked in. I used the char *rcsid[] method for cvs ids so it can be strings | grep'd to find version numbers. The new version for the library is 3.0. Run configure from src/ to create the Makefile and it should be good to go. I did minimal documentation references in the README, I'll see if I can get something to Tom Lockhart rather quickly. Vince.
-
- 22 May, 1999 10 commits
-
-
Tom Lane authored
-
Tom Lane authored
This agrees with the documentation and seems like a more useful default anyhow ...
-
Tom Lane authored
bigger the more space is used in an allocset. This reduces the malloc overhead very substantially on queries that need lots of memory.
-
Tom Lane authored
kernel's error description when file is not accessible).
-
Tom Lane authored
symbolic LOW/MEDIUM/HIGH values --- needed for experiments with other effort levels ...
-
Tom Lane authored
from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
and the integrated doc. Clean up other markup.
-
- 21 May, 1999 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Tom Lane authored
update material about client connection failure messages.
-
Tom Lane authored
failure messages.
-
Tom Lane authored
clauses in CREATE OPERATOR. Needs markup work.
-
Tom Lane authored
-
- 20 May, 1999 4 commits
-
-
Jan Wieck authored
from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
-
Tom Lane authored
and trigger function found but returns wrong type.
-
Jan Wieck authored
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
-
Tatsuo Ishii authored
-