Bruce Momjian
553c7aeebf
Add URL for:
...
* Automatically create rules on views so they are updateable, per SQL99
> http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
2007-03-28 02:17:45 +00:00
Bruce Momjian
1678e16cb3
Remove item due to lack of interest:
...
< * %Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(),
< pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef()
<
< These would be for application use, not for use by pg_dump.
<
2007-03-27 17:27:01 +00:00
Bruce Momjian
d3afd68051
Add:
...
>
> * Allow configuration of backend priorities via the operating system
>
> Though backend priorities make priority inversion during lock
> waits possible, research shows that this is not a huge problem.
> http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
2007-03-27 15:36:40 +00:00
Bruce Momjian
64652e8632
Update:
...
* Improve dead row detection during multi-statement transactions usage
2007-03-26 23:48:43 +00:00
Bruce Momjian
997b3c1b5d
Add:
...
> * Increase the number of rows recognized as dead during multi-statement
> transactions
>
> http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
>
2007-03-26 23:47:53 +00:00
Bruce Momjian
7b4726e6c3
Add:
...
>
> * Allow BEFORE INSERT triggers on views
>
> http://archives.postgresql.org/pgsql-general/2007-02/msg01466.php
2007-03-25 02:21:19 +00:00
Bruce Momjian
b72426d351
Add:
...
> o Add more logical syntax CLUSTER table ORDER BY index;
> support current syntax for backward compatibility
2007-03-24 23:12:34 +00:00
Bruce Momjian
404c00434c
Add:
...
>
> * Fix cases where invalid byte encodings are accepted by the database,
> but throw an error on SELECT
>
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php
2007-03-22 20:55:19 +00:00
Bruce Momjian
760b988f9d
Add to TODO:
...
CLUSTER:
>
> o %Add VERBOSE option to report tables as they are processed,
> like VACUUM VERBOSE
2007-03-22 20:38:42 +00:00
Bruce Momjian
2b49e5d3cb
Add:
...
<
<
> o During index creation, pre-sort the tuples to improve build speed
>
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
>
2007-03-21 21:25:46 +00:00
Bruce Momjian
5fc7ba76dd
Remove TODO item, not wanted:
...
< * Add NUMERIC division operator that doesn't round?
<
< Currently NUMERIC _rounds_ the result to the specified precision.
< This means division can return a result that multiplied by the
< divisor is greater than the dividend, e.g. this returns a value > 10:
<
< SELECT (10::numeric(2,0) / 6::numeric(2,0))::numeric(2,0) * 6;
<
< The positive modulus result returned by NUMERICs might be considered
< inaccurate, in one sense.
<
2007-03-21 21:21:21 +00:00
Bruce Momjian
bebbea0c1e
Add URL for:
...
* Add locale-aware MONEY type, and support multiple currencies
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php
2007-03-21 16:43:31 +00:00
Bruce Momjian
3b765dba78
Add URL for:
...
* Allow accurate statistics to be collected on indexes with more than
one column or expression indexes, perhaps using per-index statistics
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php
2007-03-21 00:33:08 +00:00
Bruce Momjian
c45fa5598b
In FAQ, reference upgrade info via URL.
2007-03-20 17:43:57 +00:00
Bruce Momjian
d89b968319
Not done, reverted:
...
< o -Allow commenting of variables in postgresql.conf to restore them
> o Allow commenting of variables in postgresql.conf to restore them
2007-03-20 16:36:20 +00:00
Bruce Momjian
e7bb07ea13
Done:
...
> o -Allow commenting of variables in postgresql.conf to restore them
< http://archives.postgresql.org/pgsql-hackers/2006-09/msg01481.php
2007-03-20 16:32:42 +00:00
Bruce Momjian
e927f8f14e
Remove last line of patch license, per Zeugswetter Andreas:
...
"If the patch is not BSD-licensed, it will be rejected."
2007-03-19 16:53:03 +00:00
Bruce Momjian
79929fff76
Add URL for:
...
* Simplify ability to create partitioned tables
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg00375.php
2007-03-19 15:50:48 +00:00
Bruce Momjian
00c56bb7f8
Add URL for:
...
* Allow sequential scans to take advantage of other concurrent
sequential scans, also called "Synchronised Scanning"
http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php
2007-03-19 15:24:17 +00:00
Bruce Momjian
37fc8a667e
Remove timeline for 8.3 release, now on web site.
2007-03-05 18:04:03 +00:00
Bruce Momjian
f52019cf80
Done:
...
> o -Allow psql \pset boolean variables to set to fixed values, rather
2007-03-03 17:24:04 +00:00
Bruce Momjian
bb8b5b83da
Update license wording in FAQ_DEV.
2007-03-03 16:12:37 +00:00
Bruce Momjian
b7f73bedc8
Add URLs for:
...
* Add REPLACE or UPSERT command that does UPDATE, or on failure, INSERT
[merge]
2007-03-03 03:08:46 +00:00
Bruce Momjian
1a7f6302bc
HTML markup fix.
2007-03-02 21:03:55 +00:00
Bruce Momjian
4c644ed7b0
Fix HTML markup.
2007-03-02 21:03:11 +00:00
Bruce Momjian
23ef7b6cf4
in FAQ_DEV, mention we don't want non-BSD-compatible licensed patches.
2007-03-02 17:51:56 +00:00
Bruce Momjian
d1ce4f7396
Add language about rights given by posting a patch:
...
<li>PostgreSQL is licensed under a BSD license. By posting a patch
to the public PostgreSQL mailling lists, you are giving the PostgreSQL
Global Development Group the non-revokable right to distribute your
patch under the BSD license. If you use code that is available under
some other license that is BSD compatible (eg. public domain), please
note that in your email submission.</li>
2007-02-28 17:28:09 +00:00
Bruce Momjian
0459b591fc
Update release timeline to use unnumber lists HTML.
2007-02-27 23:12:51 +00:00
Bruce Momjian
a5f96f69cb
Update DEV FAQ for CVS/SVN issue.
...
Robert Treat
2007-02-27 21:07:20 +00:00
Bruce Momjian
1449e6f981
Update upgrade FAQ info.
2007-02-23 19:06:22 +00:00
Bruce Momjian
8c98fd6e7f
Update upgrade wording.
2007-02-21 22:54:11 +00:00
Bruce Momjian
526b1d6979
Update FAQ about minor updates.
2007-02-21 19:48:02 +00:00
Bruce Momjian
9bc6af8026
Update Japanese FAQ.
...
Jun Kuwamura
2007-02-21 17:23:49 +00:00
Bruce Momjian
bded8fdd8d
Update URL in German FAQ for bug form, per Schima, Fabian
2007-02-21 16:49:37 +00:00
Bruce Momjian
28ebe6b5d0
Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan)
...
and a Simplified version (China (PRC)).
Backpatch to 8.2.X.
Daojing.Zhou
2007-02-21 16:42:36 +00:00
Bruce Momjian
c1958e5bd4
Fix typo, per Dave Page.
2007-02-21 16:09:01 +00:00
Bruce Momjian
3986d713ac
Update minor release text.
2007-02-21 16:08:05 +00:00
Bruce Momjian
879caf1369
Update upgrade text.
2007-02-21 15:07:35 +00:00
Bruce Momjian
f8e9fb2d87
Update URL for set-returning functions.
2007-02-21 03:50:57 +00:00
Bruce Momjian
80ab3e0d34
Add URL for:
...
o Allow row and record variables to be set to NULL constants,
and allow NULL tests on such variables
2007-02-21 01:08:58 +00:00
Bruce Momjian
4816b0f452
Add:
...
>
> * Consider decreasing the amount of memory used by PrivateRefCount
>
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00797.php
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php
>
2007-02-20 23:39:03 +00:00
Bruce Momjian
a64e85eb68
Add:
...
> * Increase locking when DROPing objects so dependent objects cannot
> get dropped while the DROP operation is happening
>
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
2007-02-20 22:29:28 +00:00
Bruce Momjian
6e6dab8c87
Add URL for:
...
o Allow UPDATE/DELETE WHERE CURRENT OF cursor
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php
2007-02-20 22:23:05 +00:00
Bruce Momjian
916ecf2d5d
Add:
...
>
> * Add missing operators for geometric data types
>
> Some geometric types do not have the full suite of geometric operators,
> e.g. box @> point
>
2007-02-20 21:22:35 +00:00
Bruce Momjian
71b0cf2f6b
Remove, item not needed for Win32:
...
< o Check .pgpass file permissions
>
2007-02-20 15:21:42 +00:00
Bruce Momjian
bfc53d7da4
Add for WIN32:
...
<
> o Check .pgpass file permissions
2007-02-20 14:48:47 +00:00
Bruce Momjian
265124e7e0
Add:
...
> * Fix IS OF so it matches the ISO specification, and add documentation
>
> http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
2007-02-20 14:17:24 +00:00
Bruce Momjian
2673961659
Remove item:
...
< o ARRAY[[1,2],[3,4]])[1] should return the same values as
< ARRAY[[1,2],[3,4]])[1:1];
<
2007-02-20 03:47:03 +00:00
Bruce Momjian
077d753a57
Add FAQ text about Makefile.custom:
...
<P><I>src/Makefile.custom</I> can be used to set environment variables,
like <I>CUSTOM_COPT</I>, that are used for every compile.
2007-02-19 23:45:38 +00:00
Bruce Momjian
4acc4aa871
Update wording:
...
< * Consider allowing configuration of TOAST thresholds
> * Allow user configuration of TOAST thresholds
2007-02-19 21:08:48 +00:00