Bruce Momjian
fdcad61fd5
Add:
...
* Add COMMENT ON for all cluster global objects (users, groups,
databases and tablespaces)
22 years ago
Bruce Momjian
1ad8aedb5f
Removed, shared table:
...
< * Add COMMENT for tablespaces
22 years ago
Bruce Momjian
8196e1f85a
Add:
...
> * Add COMMENT for tablespaces
22 years ago
Bruce Momjian
8ac6de38f1
Add:
...
> * Create dump tool for write-ahead logs for use in determining
> transaction id for point-in-time recovery
22 years ago
Bruce Momjian
57050f9bdf
Modify:
...
> * Un-comment all variables in postgresql.conf
84,85c84,85
< By removing comments we prevent the confusion that commenting a line
< returns a modified value to its default, which it does not.
> By not showing commented-out variables, we discourage people from
> thinking that re-commenting a variable returns it to its default.
22 years ago
Bruce Momjian
78877260e6
Add:
...
> * Track dependencies in function bodies and recompile/invalidate
22 years ago
Bruce Momjian
ab7e8cba58
Add description:
...
>
> By removing comments we prevent the confusion that commenting a line
> returns a modified value to its default, which it does not.
>
22 years ago
Bruce Momjian
e6c7206356
Add:
...
> * Remove comments on postgresql.conf variables
22 years ago
Bruce Momjian
a128926e89
Update for 8.0
22 years ago
Tom Lane
fcbc438727
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
...
and documentation to reference 8.0 instead of 7.5.
22 years ago
Bruce Momjian
9d9cdf82a4
Some name cleanup.
22 years ago
Bruce Momjian
48187a1dea
Fix :
...
< * Magnus is Magnus Haglander (?)
> * Magnus is Magnus Hagander <mha@sollentuna.net>
22 years ago
Bruce Momjian
5b0d5ea92d
Add descriptions to TODO items and make adjustments based on 7.5.
22 years ago
Bruce Momjian
f951a46771
Add:
...
> * Allow point-in-time recovery to archive partially filled logs
22 years ago
Bruce Momjian
66917fcff5
Add:
...
> * Allow administrators to safely terminate individual sessions
22 years ago
Bruce Momjian
e57243ea7e
Add:
...
> * Allow server logs to be read using SQL commands
> * Allow server configuration parameters to be modified remotetly
22 years ago
Bruce Momjian
406e8aa294
Updated wording:
...
> * Have psql show current values for a sequence
22 years ago
Bruce Momjian
e15c432302
Done:
...
> * -Have psql show more information about sequences
22 years ago
Bruce Momjian
83997560b7
Mention plpgsql:
...
< o -Allow parameters to be specified by name and type during definition
> o -Allow PL/pgSQL parameters to be specified by name and type during definition
22 years ago
Bruce Momjian
851bcee425
Update:
...
< * Allow psql to display permission information using \df+ and \l+
> * Consistenly display privilege information for all objects in psql
22 years ago
Bruce Momjian
cd66b86be2
Add:
...
> * Allow psql to display permission information using \df+ and \l+
22 years ago
Bruce Momjian
5406955541
Add:
...
> * Fix data types where equality comparison isn't intuitive, e.g. box
22 years ago
Bruce Momjian
3df8b47a5e
Done:
...
> o -Allow parameters to be specified by name and type during definition
22 years ago
Bruce Momjian
8459b2d472
Done:
...
> * -Allow configuration files to be specified in a different directory
22 years ago
Bruce Momjian
6275419446
Add:
...
> o Enforce rules for setting combinations
22 years ago
Bruce Momjian
098d0304d7
Add:
...
> * Add session start time and last statement time to pg_stat_activity
22 years ago
Bruce Momjian
1ec448cda3
Added Matthew:
...
< rather than in /contrib
> rather than in /contrib (Matthew)
515a516
> * Matthew T. O'Connor <matthew@zeut.net>
22 years ago
Bruce Momjian
0589ab68c5
Remove:
...
< * Allow moving sequences and toast tables to other tablespaces
22 years ago
Bruce Momjian
a1f3209c07
Add:
...
> * Allow moving sequences and toast tables to other tablespaces
22 years ago
Bruce Momjian
5c9d069daf
Add:
...
> * Add NOVICE output level for helpful messages like automatic sequence/index creation
22 years ago
Bruce Momjian
59429adea9
Add:
...
> * Allow moving system tables to other tablespaces, where possible
22 years ago
Bruce Momjian
eee93173d4
Add:
...
> * Allow changing of already-created database and schema tablespaces
22 years ago
Bruce Momjian
e5ca4bde79
Add:
...
> * Add an option to sync() before fsync()'ing checkpoint files
22 years ago
Bruce Momjian
6063d11464
Add:
...
<
> * Use a phantom command counter for nested subtransactions to reduce
> tuple overhead
22 years ago
Bruce Momjian
b4a98c5fcc
Add:
...
> * Add include functionality to postgresql.conf
>
22 years ago
Bruce Momjian
4525418451
Add OSX thread support for next 7.4.X
22 years ago
Bruce Momjian
f8d390402b
Formatting improvements:
...
< The most recent version of this document can be viewed at
< the PostgreSQL web site, http://www.PostgreSQL.org .
> The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org .
22 years ago
Bruce Momjian
b4e660e352
Regenerate:
...
> #A dash (-) marks changes that will appear in the upcoming 7.5 release.#
22 years ago
Bruce Momjian
8f599aa6ea
regenerate.
22 years ago
Bruce Momjian
aec271475a
Bold dash line.
...
> \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
22 years ago
Bruce Momjian
a08baad671
Update highlighting of dash.
22 years ago
Bruce Momjian
ea0078da2d
Move section:
...
< * Add replication of distributed databases
< o Automatic failover
< o Load balancing
< o Master/slave replication
< o Multi-master replication
< o Partition data across servers
< o Queries across databases or servers (two-phase commit)
< o Allow replication over unreliable or non-persistent links
55a48,55
> * Improve replication solutions
> o Automatic failover
> o Load balancing
> o Master/slave replication
> o Multi-master replication
> o Partition data across servers
> o Queries across databases or servers (two-phase commit)
> o Allow replication over unreliable or non-persistent links
22 years ago
Bruce Momjian
33fe94b286
Reorder dash mention to be more prominient.
...
> A dash (-) marks changes that will appear in the upcoming 7.5 release.
>
> Bracketed items "[]" have more detail.
9,12d12
<
< A dash (-) marks changes that will appear in the upcoming 7.5 release.
<
< Bracketed items "[]" have more detail.
22 years ago
Bruce Momjian
a21bb2722a
Done:
...
> * -Fix upper()/lower() to work for multibyte encodings
22 years ago
Bruce Momjian
153d5d31eb
Remove link:
...
< http://momjian.postgresql.org/main/writings/pgsql/project/pitr.html
22 years ago
Bruce Momjian
1181ea6a78
Add:
...
> * Fix oid2name and dbsize for tablespaces
22 years ago
Bruce Momjian
b33c7231e5
Add:
...
> * Allow reporting of which objects are in which tablespaces
> * Allow database recovery where tablespaces can't be created
211a213,214
> o Add ALTER TABLESPACE to change location, name, owner
> o Allow objects to be moved between tablespaces
22 years ago
Bruce Momjian
0d1ffd36c4
Done:
...
> * -Add the concept of dataspaces/tablespaces (Gavin)
22 years ago
Bruce Momjian
f4b0d28aa0
New wording:
...
< in-progress when the server terminates abruptly
> in-progress when the server terminated abruptly
22 years ago
Bruce Momjian
8b8bbfff45
New wording:
...
< in-progress when the server crashed
> in-progress when the server terminates abruptly
22 years ago