- 04 Jun, 1999 12 commits
-
-
Tom Lane authored
-
Tom Lane authored
Get rid of it to make customization of NAMEDATALEN easier.
-
Thomas G. Lockhart authored
Make minor info and markup changes for v6.5 release.
-
Thomas G. Lockhart authored
Fix markup.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
in the same transaction that created it.
-
- 03 Jun, 1999 23 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
SET TRANSACTION ISOLATION LEVEL READ COMMITTED; ^^^^ required Also note that SET TRANSACTION ISOLATION LEVEL change isolevel for _current_ transaction, in accordance with standard, not for session (ALTER SESSION is used in Oracle, but it's not implemented currently). And I would don't mention SET XACTISOLEVEL TO ... form at all. Please update set.sgml - I failed to understand all these SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER"> now. for Vadim
-
Bruce Momjian authored
should be described like SET TIME ZONE: TO is not allowed, as well as DEFAULT option. There are only two forms: for Vadim.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add timing info for v6.5 on my linux box.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Generated from install.sgml and installation.sgml.
-
Vadim B. Mikheev authored
in CommitTransaction(). 2. Changes in GetSnapshotData().
-
Vadim B. Mikheev authored
vc_scanheap().
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
transactions will not assume that MyProc transaction was committed before snapshot calculations. With old MyProc->xid assignment (in xact.c:StartTransaction()) there was ability to see the same row twice (I used gdb for this)!... 2. Assignments of InvalidTransactionId to MyProc->xid and MyProc->xmin are moved from xact.c:CommitTransaction() to xact.c:RecordTransactionCommit() - this invalidation must be done before releasing transaction locks or bad (too high) XmaxRecent value might be used by vacuum ("ERROR: Child itemid marked as unused" reported by "Hiroshi Inoue" <Inoue@tpf.co.jp>; once again, gdb allowed me reproduce this error).
-
Thomas G. Lockhart authored
Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Tom Lane authored
because it ignored the LOs themselves but failed to ignore the indexes on the LOs. How long has this been broken??
-
Tom Lane authored
all the expected keys (it was returning uninitialized memory).
-
Tom Lane authored
libpq ...
-
- 02 Jun, 1999 2 commits
-
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
198.68.123.0/27 the same when indexing them. D'Arcy
-
- 01 Jun, 1999 3 commits
-
-
Thomas G. Lockhart authored
Multiple intros cause trouble since they have some section elements (e.g. "y2k.sgml") in common leading to duplicate labels. Include emacs formatting hints in the intro*.sgml sources.
-
Vadim B. Mikheev authored
{ Oid relId; Oid dbId; union { BlockNumber blkno; TransactionId xid; } objId; > > Added: > /* > * offnum should be part of objId.tupleId above, but would increase > * sizeof(LOCKTAG) and so moved here; currently used by userlocks only. > */ > OffsetNumber offnum; uint16 lockmethod; /* needed by userlocks */ } LOCKTAG; gmake clean required... User locks are ready for 6.5 release...
-
Bruce Momjian authored
Vince.
-