Bruce Momjian
9e3624d5b1
Small cleanup.
2005-08-25 00:38:37 +00:00
Tom Lane
bd19ee3457
Preliminary pass at release note editing.
2005-08-24 22:03:14 +00:00
PostgreSQL Daemon
cc88ed6303
fix up a few references to 8.1devel -> 8.1beta1
2005-08-24 21:32:41 +00:00
Tom Lane
009e8d44f8
Remove statement that to_char(interval) is deprecated; seems we are
...
going to keep it after all.
2005-08-24 20:49:35 +00:00
Bruce Momjian
c4bf58213e
Remove sentence:
...
< Logically, a reload should set the same values as a
< server restart.
2005-08-24 20:34:05 +00:00
Bruce Momjian
75f633b6d1
Update:
...
< Currently, if a variable is commented out, it keeps the
< previous uncommented value until a server restarted.
> Currently, if a variable is commented out, it keeps the
> previous uncommented value until a server restarted.
> Logically, a reload should set the same values as a
> server restart.
2005-08-24 19:43:26 +00:00
Bruce Momjian
03417ac182
Run spellchecker over release notes.
2005-08-24 19:41:33 +00:00
Bruce Momjian
63a67221a1
More beta1 cleanup.
2005-08-24 19:34:34 +00:00
Bruce Momjian
5d14b0d08c
Suggest markup items for the future.
2005-08-24 19:31:46 +00:00
Bruce Momjian
9a4fd8f481
Update release notes for beta1.
2005-08-24 19:24:20 +00:00
Tom Lane
9005b757f5
Mention BEGIN { strict->import(); } as a substitute for 'use strict'
...
in plperl functions.
2005-08-24 19:16:49 +00:00
Tom Lane
95f202c021
Adjust description of use_strict parameter. Some other minor editorial
...
cleanup.
2005-08-24 18:56:07 +00:00
Tom Lane
f21e26225c
Fix broken markup.
2005-08-24 18:26:36 +00:00
Bruce Momjian
a06d98bbf4
Additem:
...
> * Add sleep() function, remove from regress.c
2005-08-24 17:56:20 +00:00
Tom Lane
130b2dd8ea
Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
2005-08-24 17:24:19 +00:00
Bruce Momjian
249a720ec5
Add:
...
> o Add sleep() to PL/PgSQL
2005-08-24 16:49:39 +00:00
Bruce Momjian
db8275dec3
Add to release notes.
2005-08-24 16:47:00 +00:00
Tom Lane
2a733db0cc
Fix broken markup.
2005-08-24 15:35:01 +00:00
Bruce Momjian
e4bffdad75
Update release notes.
2005-08-24 14:35:26 +00:00
Bruce Momjian
c864c3bf9a
Fix typo.
2005-08-24 14:24:19 +00:00
Bruce Momjian
ee2b61ee55
Mark "easy" items.
...
Jim C. Nasby
2005-08-24 14:05:37 +00:00
Bruce Momjian
6ca102d676
Update:
...
< o Do VACUUM FULL if table is nearly empty?
> o Suggest VACUUM FULL if a table is nearly empty
2005-08-24 14:00:36 +00:00
Bruce Momjian
69e4e570b7
Add explaination:
...
>
> Currently, if a variable is commented out, it keeps the
> previous uncommented value until a server restarted.
>
2005-08-24 13:57:27 +00:00
Bruce Momjian
9012bb63fd
Remove periods on bullet items.
2005-08-24 03:47:11 +00:00
Bruce Momjian
2b215215ad
Mark item as complete, add another:
...
< * Allow triggers to be disabled [trigger]
> * -Allow triggers to be disabled [trigger]
> * Allow triggers to be disabled in only the current session.
< Currently the only way to disable triggers is to modify the system
< tables.
> This is currently possible by starting a multi-statement transaction,
> modifying the system tables, performing the desired SQL, restoring the
> system tables, and committing the transaction. ALTER TABLE ...
> TRIGGER requires a table lock so it is not idea for this usage.
2005-08-23 23:51:18 +00:00
Bruce Momjian
5279f688c5
Release note cleanups.
2005-08-23 23:31:52 +00:00
Bruce Momjian
d086da4bb1
Update pgcrypto items.
2005-08-23 21:25:56 +00:00
Bruce Momjian
26ca0d6abb
Update ALTER OWNER description.
2005-08-23 21:17:15 +00:00
Bruce Momjian
f2cec87605
Fix function name.
2005-08-23 20:51:27 +00:00
Bruce Momjian
a970a8cb95
Back out incorrect commit.
2005-08-23 20:48:47 +00:00
Bruce Momjian
eef7e30cc1
Fix function name.
2005-08-23 20:45:11 +00:00
Bruce Momjian
bc1a3cdd01
Update release notes.
2005-08-23 19:44:58 +00:00
Bruce Momjian
31ef0588c8
More release note updates.
2005-08-23 14:54:06 +00:00
Bruce Momjian
e889ff4def
Release note updates.
2005-08-23 12:47:30 +00:00
Bruce Momjian
53a04e005b
Release note updates.
2005-08-23 12:46:35 +00:00
Bruce Momjian
a5e1cccfdb
Avoid bullets in subparagraphs.
2005-08-23 12:14:33 +00:00
Bruce Momjian
9d615a9dbb
Fix markup for para.
2005-08-23 11:59:09 +00:00
Bruce Momjian
3a3c06f0e0
Adjust SGML so major feature items are all not in a single subparagraph.
2005-08-23 11:53:33 +00:00
Bruce Momjian
2a49282477
Update release notes from community comments.
2005-08-23 11:32:33 +00:00
Bruce Momjian
f9989dae88
Update release notes for 8.1.
2005-08-23 02:57:07 +00:00
Bruce Momjian
2c57528487
Fix SGML sect1-3 alignment in the 8.0.X series.
2005-08-23 01:22:53 +00:00
Bruce Momjian
ae94f10397
Update documentation that non-super users can now do ALTER OWNER.
2005-08-22 21:32:01 +00:00
Tom Lane
83357da684
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
...
erroring out as it has done for the last couple weeks. Document that this
form is now ignored because indexes can't usefully have different owners
from their parent tables. Fix pg_dump to not generate ALTER OWNER commands
for indexes.
2005-08-22 19:40:37 +00:00
Bruce Momjian
a7f49252d2
enable_constraint_exclusion => constraint_exclusion
...
Also improve wording.
2005-08-22 17:35:03 +00:00
Tom Lane
6fcaaf29da
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
...
in postgresql.conf.sample, mark custom_variable_classes as SIGHUP not
POSTMASTER to agree with the documentation (I can't see a reason it has
to be POSTMASTER so I think the docs are right).
2005-08-21 03:39:37 +00:00
Bruce Momjian
e22443f405
Add:
...
> * Fix problems with wrong runtime encoding conversion for NLS message files
2005-08-21 01:04:45 +00:00
Bruce Momjian
96f63aebc8
Add:
...
> o Remove unnecessary abstractions in pg_dump source code
2005-08-18 14:14:31 +00:00
Bruce Momjian
a11fe54507
Done:
...
> * -Prevent to_char() on interval from returning meaningless values
2005-08-18 04:42:41 +00:00
Bruce Momjian
070a3ad76b
Rename pg_stat_file columns to be more consistent. Split apart change
...
and creation columns to behave for Unix or Win32.
2005-08-15 23:00:14 +00:00
Tom Lane
2498d8296e
Clean up some stray remaining references to pg_shadow, pg_user, pg_group.
2005-08-15 02:40:36 +00:00