1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00
Commit Graph

11181 Commits

Author SHA1 Message Date
10e9cd2299 Allow default transaction isolation level (a.k.a. set session
characteristics) to be set through GUC.
2001-06-30 22:03:26 +00:00
e4a40cc353 fix markup 2001-06-30 22:01:17 +00:00
34d1cf8d35 The System V resources discussed here apply to NetBSD as well. In fact
I just finished changing the GENERIC files and the options(4) man page
on NetBSD to make this clearer.
2001-06-30 21:15:57 +00:00
b6f75fe786 Update TODO list. 2001-06-29 21:28:16 +00:00
4fe8490b5d Add replication email. 2001-06-29 20:10:12 +00:00
56720e52b8 Add info on MATCH PARTIAL. 2001-06-29 20:07:23 +00:00
9a162a39d9 Add to thread item. 2001-06-28 15:19:11 +00:00
e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually
do anything yet, but it has the necessary connections to initialization
and so forth.  Make some gestures towards allowing number of blocks in
a relation to be BlockNumber, ie, unsigned int, rather than signed int.
(I doubt I got all the places that are sloppy about it, yet.)  On the
way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC
variable.
2001-06-27 23:31:40 +00:00
0787b904dc Add jdbc item. 2001-06-27 18:07:11 +00:00
c418512e7a Update TODO list. 2001-06-27 18:06:49 +00:00
069ea33073 Update TODO list. 2001-06-27 18:05:37 +00:00
69ac9e9cd3 Update TODO list. 2001-06-27 17:27:40 +00:00
f62c5f861a Update TODO list. 2001-06-27 16:24:17 +00:00
ef20f0ce25 Update TODO list. 2001-06-26 19:43:11 +00:00
5d9ffb0cdf Update TODO list. 2001-06-26 15:07:59 +00:00
0225f2f1c7 Update TODO list. 2001-06-26 04:04:49 +00:00
b9d258e872 Update TODO list. 2001-06-26 04:03:25 +00:00
a0c12d5e90 Add TEMPORARY sequences and have SERIAL on a temp table have a temporary
sequence.
2001-06-23 00:07:34 +00:00
280b5f4be6 fix markup 2001-06-23 00:03:10 +00:00
adf1c52ce6 updates for new startup sequence, some reformatting 2001-06-22 23:27:48 +00:00
9e39ffe4cd Attached is documentation describing plperlu differences from plperl.
Alex Pilosov
2001-06-22 21:37:14 +00:00
7d6e28149e Mention that EXPLAIN results on small tables shouldn't be extrapolated
to large tables.  Recommend ANALYZE or VACUUM ANALYZE after populating
a table.
2001-06-22 18:53:36 +00:00
116d2bba7e Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean
tests to return the correct results per SQL9x when given NULL inputs.
Reimplement these tests as well as IS [NOT] NULL to have their own
expression node types, instead of depending on special functions.
From Joe Conway, with a little help from Tom Lane.
2001-06-19 22:39:12 +00:00
ec96f1dacd Fix some references to USE_AUSTRALIAN_RULES that Bruce missed;
plus a few trivial improvements in wording.
2001-06-18 19:05:11 +00:00
bf2a92365c Update FAQ. 2001-06-18 18:56:03 +00:00
7dac778561 Add GUC setting for Australian timezones. Uses new GUC boolean callback
functions to clear date cache.  Allow regression tests to pass when
timezone set.
2001-06-18 16:14:44 +00:00
0bba6bdb8a Improve wording of authentication files. 2001-06-18 16:11:30 +00:00
2adf1ce63c Oops, forgot to commit doco updates for has_table_privilege. 2001-06-15 21:03:07 +00:00
d7763c1f9c Docs for:
> >> inet(text), cidr(text): convert a text value into inet/cidr
> >> set_masklen(inet): set masklen on the inet value

Alex Pilosov
2001-06-13 22:51:02 +00:00
dbe49b8c66 Update TODO list. 2001-06-13 20:17:05 +00:00
c1db506ab7 Add Updatable view mention. 2001-06-12 18:15:59 +00:00
a0316a19e3 Update TODO list. 2001-06-12 18:15:50 +00:00
76e9ad1f55 Back out has_table_privilege patch. 2001-06-12 16:34:27 +00:00
3c3ff4288d Update TODO list. 2001-06-12 16:18:11 +00:00
55abc36e15 Update TODO list. 2001-06-12 14:50:24 +00:00
1d584f97b9 Clean up various to-do items associated with system indexes:
pg_database now has unique indexes on oid and on datname.
pg_shadow now has unique indexes on usename and on usesysid.
pg_am now has unique index on oid.
pg_opclass now has unique index on oid.
pg_amproc now has unique index on amid+amopclaid+amprocnum.
Remove pg_rewrite's unnecessary index on oid, delete unused RULEOID syscache.
Remove index on pg_listener and associated syscache for performance reasons
(caching rows that are certain to change before you need 'em again is
rather pointless).
Change pg_attrdef's nonunique index on adrelid into a unique index on
adrelid+adnum.

Fix various incorrect settings of pg_class.relisshared, make that the
primary reference point for whether a relation is shared or not.
IsSharedSystemRelationName() is now only consulted to initialize relisshared
during initial creation of tables and indexes.  In theory we might now
support shared user relations, though it's not clear how one would get
entries for them into pg_class &etc of multiple databases.

Fix recently reported bug that pg_attribute rows created for an index all have
the same OID.  (Proof that non-unique OID doesn't matter unless it's
actually used to do lookups ;-))

There's no need to treat pg_trigger, pg_attrdef, pg_relcheck as bootstrap
relations.  Convert them into plain system catalogs without hardwired
entries in pg_class and friends.

Unify global.bki and template1.bki into a single init script postgres.bki,
since the alleged distinction between them was misleading and pointless.
Not to mention that it didn't work for setting up indexes on shared
system relations.

Rationalize locking of pg_shadow, pg_group, pg_attrdef (no need to use
AccessExclusiveLock where ExclusiveLock or even RowExclusiveLock will do).
Also, hold locks until transaction commit where necessary.
2001-06-12 05:55:50 +00:00
94cb2201bf Update FAQ. 2001-06-11 16:27:52 +00:00
88ba401879 Update EXPLAIN discussion and examples to match current sources. 2001-06-11 00:52:09 +00:00
5021fcb5e4 Add inheritance. 2001-06-10 03:48:16 +00:00
23c25ab36e Update TODO list. 2001-06-10 03:48:05 +00:00
091b262008 Update or remove mentions of versions where appropriate. 2001-06-10 03:46:31 +00:00
26c94c5d9c Update TODO list. 2001-06-10 02:58:51 +00:00
ab36eeaaa2 Add to TODO.detail. 2001-06-10 02:57:33 +00:00
933adb3e37 Update TODO list. 2001-06-10 01:25:01 +00:00
7ceed2a9b5 Allow GRANT/REVOKE to/from more than one user per invocation. Command tag
for GRANT/REVOKE is now just that, not "CHANGE".

On the way, migrate some of the aclitem internal representation away from
the parser and build a real parse tree instead.  Also add some 'const'
qualifiers.
2001-06-09 23:21:55 +00:00
3247989130 Update FAQ. 2001-06-09 14:40:41 +00:00
7c106621de Fix a few missed NOIND usages. 2001-06-09 02:19:07 +00:00
695f2395c2 Add to TODO.detail. 2001-06-07 20:06:16 +00:00
a5875d7c86 Update TODO list. 2001-06-07 20:05:56 +00:00
4ee76ad884 reset all: command line and .conf options change defaults
on RESET ALL those are restored.

show all: GUC + non-GUC.

SHOW ALL, RESET ALL

Marko Kreen
2001-06-07 04:50:57 +00:00