Bruce Momjian
bafe9e500d
Update with more TODO items.
1999-06-05 02:47:13 +00:00
Tom Lane
857c079304
Suppress indexes on large objects from psql's \d listing;
...
they were confusing because the large object tables themselves are not
shown. (Besides, if you've got hundreds or thousands of large objects,
you really don't want to see 'em at all.)
Also, suppress all indexes from the \z ACL listing, since indexes have
no meaningful protection information.
1999-06-04 21:21:13 +00:00
Tom Lane
8f19603d6c
Add startup-time check that -B is not unreasonably small for
...
given number of backends (-N), per recent discussion in pghackers list.
1999-06-04 21:14:46 +00:00
Tom Lane
4cd4a54c80
Add configurable option controlling security checks in LO functions.
1999-06-04 21:13:38 +00:00
Tom Lane
1c3c080534
Turns out OIDNAMELEN wasn't really being used at all!
...
Get rid of it to make customization of NAMEDATALEN easier.
1999-06-04 21:12:07 +00:00
Thomas G. Lockhart
7b5f84d12d
Add blurb on new docs in release notes.
...
Make minor info and markup changes for v6.5 release.
1999-06-04 15:51:42 +00:00
Thomas G. Lockhart
ebfbb79f25
Add input parameters for LOCK TABLE. Still needs explanation from Vadim.
...
Fix markup.
1999-06-04 15:50:44 +00:00
Thomas G. Lockhart
39fc813951
May as well keep an ApplixWare version of this file too.
1999-06-04 06:31:14 +00:00
Thomas G. Lockhart
a9ce743a02
Hardcopy for v6.5 release.
1999-06-04 06:24:02 +00:00
Thomas G. Lockhart
1ab29c826e
Add a mention of doc changes in the release notes.
1999-06-04 06:23:27 +00:00
Thomas G. Lockhart
1345dd2884
Release notes from sgml for v6.5 release.
1999-06-04 06:23:00 +00:00
Bruce Momjian
f0f416a2d3
Add mention of SHARE ROW EXCLUSIVE mode.
1999-06-04 04:28:54 +00:00
Bruce Momjian
8760d33abb
man page cleanup for vadim.
1999-06-04 04:16:11 +00:00
Bruce Momjian
5a7547d3fc
Add description for SET TRANSACTION.
1999-06-04 03:44:42 +00:00
Tom Lane
74e7b58b61
Fix for failure to clean SysCache entry when a relation is deleted
...
in the same transaction that created it.
1999-06-04 02:19:47 +00:00
Bruce Momjian
0bddf3da81
cleanup
1999-06-03 20:45:08 +00:00
Bruce Momjian
a6ed4794a3
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
...
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
1999-06-03 20:44:28 +00:00
Bruce Momjian
155b5808ca
Thanks for this, but SET TRANSACTION ISOLATION LEVEL
...
should be described like SET TIME ZONE: TO is not allowed, as well
as DEFAULT option. There are only two forms:
for Vadim.
1999-06-03 20:42:18 +00:00
Bruce Momjian
a40bac0d1d
Update of release notes with new items.
1999-06-03 20:40:50 +00:00
Bruce Momjian
a4a5f56202
Add mention of FOR UPDATE and LIMIT/OFFSET>
1999-06-03 19:52:09 +00:00
Bruce Momjian
e1ea7cc2e5
Update lock sgml/man/psql help pages.
1999-06-03 19:18:00 +00:00
Bruce Momjian
4a077caa60
Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.
1999-06-03 18:38:00 +00:00
Bruce Momjian
7857241229
Update psql help so it looks better.
1999-06-03 18:25:27 +00:00
Bruce Momjian
fa0ed6f047
Update SET commands for psql \h, man pages, and sgml.
1999-06-03 18:18:43 +00:00
Thomas G. Lockhart
ee5764beff
Minor markup fixes.
1999-06-03 16:13:54 +00:00
Thomas G. Lockhart
cb7dad1731
Make separate subsection for Vadim's MVCC notes.
...
Add timing info for v6.5 on my linux box.
1999-06-03 16:13:35 +00:00
Thomas G. Lockhart
29af124390
Fix markup and formatting.
1999-06-03 16:11:58 +00:00
Thomas G. Lockhart
4a1efbc1c0
Installation notes for v6.5.
...
Generated from install.sgml and installation.sgml.
1999-06-03 16:05:38 +00:00
Vadim B. Mikheev
5541abee0d
1. Additional fix against ERROR: Child itemid marked as unused
...
in CommitTransaction().
2. Changes in GetSnapshotData().
1999-06-03 13:33:13 +00:00
Vadim B. Mikheev
f103501286
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
...
vc_scanheap().
1999-06-03 13:25:54 +00:00
Vadim B. Mikheev
fb4f5f7cac
Notes in Migration to v6.5 section.
1999-06-03 07:11:50 +00:00
Vadim B. Mikheev
9680a71205
1. MyProc->xid assignment is moved to GetNewTransactionId so newer
...
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).
1999-06-03 04:41:41 +00:00
Thomas G. Lockhart
f3d2b2e0c7
Markup changes for v6.5 release.
...
Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
1999-06-03 04:21:51 +00:00
Thomas G. Lockhart
214e8f3292
CGM format from Hannu. Seem to have lost the .ag original :(
1999-06-03 04:20:32 +00:00
Thomas G. Lockhart
3d34943b92
New versions of hardcopy for 6.5 release.
1999-06-03 04:18:58 +00:00
Tom Lane
58d8584eea
pg_dump failed on any database containing large objects,
...
because it ignored the LOs themselves but failed to ignore the indexes
on the LOs. How long has this been broken??
1999-06-03 04:01:16 +00:00
Tom Lane
f463c44fc0
Ensure consistent results when FormSortKeys fails to find
...
all the expected keys (it was returning uninitialized memory).
1999-06-03 03:17:37 +00:00
Tom Lane
9b3e2dda16
Ooops ... dllist.c can't use Assert() when it is compiled into
...
libpq ...
1999-06-03 01:28:24 +00:00
Jan Wieck
98981a9f1c
Changed "current." into "old." in rule string backparsing
...
Jan
1999-06-02 11:52:29 +00:00
Bruce Momjian
e47b93d333
The INET and CIDR types mistakenly compared 198.68.123.0/24 and
...
198.68.123.0/27 the same when indexing them.
D'Arcy
1999-06-02 03:37:15 +00:00
Thomas G. Lockhart
8593e1ff09
Make sure that only one intro is included in the integrated doc.
...
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.
1999-06-01 17:26:18 +00:00
Vadim B. Mikheev
bbf37e9477
typedef struct LTAG
...
{
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...
1999-06-01 09:35:39 +00:00
Bruce Momjian
42a02c441a
forgot to attach the patch. :(
...
Vince.
1999-06-01 02:43:37 +00:00
Bruce Momjian
d2ab04ca73
commented out PgConnection& references for now. May be using them
...
later.
Vince.
1999-06-01 02:37:33 +00:00
Tom Lane
185b427284
Fix some latent bugs in dllist.c (carelessness about setting
...
all fields that should be set). Add a MoveToFront primitive to speed up
one of the hotspots in SearchSysCache.
1999-05-31 23:48:04 +00:00
Tom Lane
2a44383a2d
Clean up memory leaks in LO operations by freeing LO's private
...
memory context at transaction commit or abort.
1999-05-31 22:53:59 +00:00
Tom Lane
81ced1e037
Generate a more specific error message when an operator used
...
in an index doesn't have a restriction selectivity estimator.
1999-05-31 19:32:47 +00:00
Tom Lane
cc384fa240
Round up shmem size estimate to 1Kb boundary.
1999-05-31 18:28:52 +00:00
Tom Lane
86482e17bd
Correct serious bug in hashtable expansion routine: under the
...
right circumstances it would leave old and new bucket headers pointing to
the same list of records.
1999-05-31 17:01:52 +00:00
Bruce Momjian
7f79496aa5
NT similar file update.
1999-05-31 16:18:53 +00:00