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
>
19 years ago
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.
<
19 years ago
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
19 years ago
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
19 years ago
Bruce Momjian
c45fa5598b
In FAQ, reference upgrade info via URL.
19 years ago
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
19 years ago
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
19 years ago
Bruce Momjian
e927f8f14e
Remove last line of patch license, per Zeugswetter Andreas:
...
"If the patch is not BSD-licensed, it will be rejected."
19 years ago
Bruce Momjian
79929fff76
Add URL for:
...
* Simplify ability to create partitioned tables
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg00375.php
19 years ago
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
19 years ago
Bruce Momjian
37fc8a667e
Remove timeline for 8.3 release, now on web site.
19 years ago
Bruce Momjian
f52019cf80
Done:
...
> o -Allow psql \pset boolean variables to set to fixed values, rather
19 years ago
Bruce Momjian
bb8b5b83da
Update license wording in FAQ_DEV.
19 years ago
Bruce Momjian
b7f73bedc8
Add URLs for:
...
* Add REPLACE or UPSERT command that does UPDATE, or on failure, INSERT
[merge]
19 years ago
Bruce Momjian
1a7f6302bc
HTML markup fix.
19 years ago
Bruce Momjian
4c644ed7b0
Fix HTML markup.
19 years ago
Bruce Momjian
23ef7b6cf4
in FAQ_DEV, mention we don't want non-BSD-compatible licensed patches.
19 years ago
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>
19 years ago
Bruce Momjian
0459b591fc
Update release timeline to use unnumber lists HTML.
19 years ago
Bruce Momjian
a5f96f69cb
Update DEV FAQ for CVS/SVN issue.
...
Robert Treat
19 years ago
Bruce Momjian
1449e6f981
Update upgrade FAQ info.
19 years ago
Bruce Momjian
8c98fd6e7f
Update upgrade wording.
19 years ago
Bruce Momjian
526b1d6979
Update FAQ about minor updates.
19 years ago
Bruce Momjian
9bc6af8026
Update Japanese FAQ.
...
Jun Kuwamura
19 years ago
Bruce Momjian
bded8fdd8d
Update URL in German FAQ for bug form, per Schima, Fabian
19 years ago
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
19 years ago
Bruce Momjian
c1958e5bd4
Fix typo, per Dave Page.
19 years ago
Bruce Momjian
3986d713ac
Update minor release text.
19 years ago
Bruce Momjian
879caf1369
Update upgrade text.
19 years ago
Bruce Momjian
f8e9fb2d87
Update URL for set-returning functions.
19 years ago
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
19 years ago
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
>
19 years ago
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
19 years ago
Bruce Momjian
6e6dab8c87
Add URL for:
...
o Allow UPDATE/DELETE WHERE CURRENT OF cursor
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php
19 years ago
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
>
19 years ago
Bruce Momjian
71b0cf2f6b
Remove, item not needed for Win32:
...
< o Check .pgpass file permissions
>
19 years ago
Bruce Momjian
bfc53d7da4
Add for WIN32:
...
<
> o Check .pgpass file permissions
19 years ago
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
19 years ago
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];
<
19 years ago
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.
19 years ago
Bruce Momjian
4acc4aa871
Update wording:
...
< * Consider allowing configuration of TOAST thresholds
> * Allow user configuration of TOAST thresholds
19 years ago
Bruce Momjian
bba9ec141f
Add:
...
> * Consider allowing configuration of TOAST thresholds
>
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php
>
19 years ago
Bruce Momjian
6042bb498c
Add newlines.
19 years ago
Bruce Momjian
5855d2b593
Add:
...
> * Allow UPDATEs on only non-referential integrity columns not to conflict
> with referential integrity locks
>
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00073.php
19 years ago
Bruce Momjian
c7116a4112
Add:
...
> * Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
>
> http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php
>
19 years ago
Bruce Momjian
107062e008
Done:
...
> * -Add ISO day of week format 'ID' to to_char() where Monday = 1
19 years ago
Bruce Momjian
27d6ee04b8
Done:
...
> * -Add a field 'isoyear' to extract(), based on the ISO week
19 years ago
Bruce Momjian
68c7cb5ed5
Done:
...
< o Add long file support for binary pg_dump output
<
< While Win32 supports 64-bit files, the MinGW API does not,
< meaning we have to build an fseeko replacement on top of the
< Win32 API, and we have to make sure MinGW handles it. Another
< option is to wait for the MinGW project to fix it, or use the
< code from the LibGW32C project as a guide.
<
< http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
<
> o -Add long file support for binary pg_dump output
19 years ago
Bruce Momjian
9f6ed2f47f
Update wording:
...
< Currently, ALTER USER and ALTER DATABASE support per-user and
> Currently ALTER USER and ALTER DATABASE support per-user and
< Currently, subtracting one date from another that crosses a
> Currently subtracting one date from another that crosses a
< Currently, SQL-language functions can only refer to parameters via $1, etc
> Currently SQL-language functions can only refer to dollar parameters,
> e.g. $1
< Currently, queries prepared via the libpq API are planned on first
> Currently queries prepared via the libpq API are planned on first
< Currently, SET <tab> causes a database lookup to check all
> Currently SET <tab> causes a database lookup to check all
< Currently, all statement results are transferred to the libpq
> Currently all statement results are transferred to the libpq
19 years ago
Bruce Momjian
0e461f275b
Add:
...
* Allow SQL-language functions to reference parameters by parameter name
Currently SQL-language functions can only refer to parameters via $1, etc
19 years ago