Bruce Momjian
e229998138
Update Japanese FAQ.
...
Jun Kuwamura
18 years ago
Bruce Momjian
5a8cb50e4f
Mention battery-backed cache under hardware selection options.
18 years ago
Magnus Hagander
5a1d35ce5c
Polish and Turkish FAQ also needed converting to UTF8
18 years ago
Magnus Hagander
3a58d2e172
Convert Russian FAQ to UTF8, to make it render properly on the website.
18 years ago
Bruce Momjian
42d313f546
Update link to developer's FAQ from main FAQ.
18 years ago
Bruce Momjian
3c35de85e7
Remove tools and documention for generating TODO.html.
18 years ago
Bruce Momjian
a8cd6cd109
TODO now in wiki, html version removed.
18 years ago
Bruce Momjian
cbcd3f9a92
New TODO list URL wiki location listed; contents truncated.
18 years ago
Bruce Momjian
7303b20964
Not done:
...
< o -Allow an existing index to be marked as a table's primary key
> o Allow an existing index to be marked as a table's primary key
18 years ago
Bruce Momjian
2aaca8e314
TODO done:
...
! o Allow an existing index to be marked as a table's primary key
18 years ago
Alvaro Herrera
a3faf37f49
Fix some issues that prevent this file to be processed by scripts.
...
While at it, mark a couple of items completed in 8.4:
! o -Prevent long-lived temporary tables from causing frozen-xid
advancement starvation
! * -Improve performance of shared invalidation queue for multiple CPUs
Also remove a couple of obsolete assignments.
18 years ago
Bruce Momjian
48a9d92159
Add to TODO:
...
>
> * Fix all set-returning system functions so they support a wildcard
> target list
>
> SELECT * FROM pg_get_keywords() works but SELECT * FROM
> pg_show_all_settings() does not.
18 years ago
Bruce Momjian
909346eff0
Update instructions on generating TODO.html.
18 years ago
Bruce Momjian
58e8f9630a
Add URL for:
...
* Improve ability to modify views via ALTER TABLE
<
> http://archives.postgresql.org/pgsql-hackers/2008-08/msg00300.php
18 years ago
Bruce Momjian
ef270fb9d2
Add to TODO:
...
>
> * Prevent query cancel packets from being replayed by an attacker,
> especially when using SSL
>
> http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php
>
18 years ago
Bruce Momjian
b9984ade83
Update Russian FAQ.
...
corochoone@gmail.com
18 years ago
Bruce Momjian
10c935527e
Add new SQL training web site to FAQ:
...
<LI><A href=
"http://sqlzoo.net ">http://sqlzoo.net </A>
</LI>
18 years ago
Bruce Momjian
4ed300b7ef
Add URL for:
...
* Improve ability to modify views via ALTER TABLE
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
18 years ago
Peter Eisentraut
010eebf164
Remove TODO item
...
Allow XML to accept more liberal DOCTYPE specifications
Everything works correctly, per today's email to -general.
18 years ago
Bruce Momjian
fc152e95c1
Add:
...
> * Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption
>
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php
18 years ago
Bruce Momjian
b1fb3b2a7f
Add URL to:
...
* Consider decreasing the I/O caused by updating tuple hint bits
> http://archives.postgresql.org/pgsql-patches/2008-07/msg00199.php
18 years ago
Bruce Momjian
a8fb90cf2d
Add URL for:
...
* Implement SQL:2003 window functions
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg00232.php
18 years ago
Bruce Momjian
ba38e363ac
Add to TODO:
...
>
> * Reduce locking requirements for creating a trigger
>
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00635.php
>
18 years ago
Bruce Momjian
9a3118d454
Add URL for:
...
* Implement SQL:2003 window functions
>
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00380.php
>
18 years ago
Bruce Momjian
9c8f74917d
Add to TODO:
...
>
> o Add external tool to auto-tune some postgresql.conf parameters
>
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00000.php
>
18 years ago
Bruce Momjian
d3c94b2d84
Add to TODO:
...
>
> o Reduce PITR WAL file size by removing full page writes and
> by removing trailing bytes to improve compression
18 years ago
Bruce Momjian
13e835932b
Add TODO:
...
>
> * Consider decreasing the I/O caused by updating tuple hint bits
>
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00847.php
>
18 years ago
Bruce Momjian
db13b7d61f
Done:
...
> o -Have psql show current values for a sequence
18 years ago
Bruce Momjian
e39a3dfa86
Add to TODO:
...
> * Improve ability to modify views via ALTER TABLE
>
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php
18 years ago
Bruce Momjian
b1845753d2
Done:
...
< * Add temporal versions of generate_series()
> * -Add temporal versions of generate_series()
18 years ago
Bruce Momjian
85df9057e1
Add URL for:
...
* Consider allowing control of upper/lower case folding of unquoted
identifiers
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg00415.php
18 years ago
Bruce Momjian
aab30f3abc
Done, per Simon:
...
< o Fix server restart problem when the server was shutdown during
> o -Fix server restart problem when the server was shutdown during
18 years ago
Bruce Momjian
03c4e793e8
Add URL for:
...
* Add database and transaction-level triggers
18 years ago
Bruce Momjian
16812e339c
Add to TODO:
...
> * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
> back on transaction abort
18 years ago
Bruce Momjian
5ce521f648
Add psql TODO:
...
> o Add "auto" expanded mode that outputs in expanded format if
> "wrapped" mode can't wrap the output to the screen width
>
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php
>
18 years ago
Bruce Momjian
c96d5df53e
Add psql TODO item:
...
> o Add option to wrap column values at whitespace boundaries,
> rather than chopping them at a fixed width.
> Currently, "wrapped" format chops values into fixed
> widths. Perhaps the word wrapping could use the same
> algorithm documented in the W3C specification.
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
> http://www.w3.org/TR/CSS21/tables.html#auto-table-layout
18 years ago
Bruce Momjian
5d747ddd75
Add to TODO:
...
>
> * Fix system views like pg_stat_all_tables to use set-returning
> functions, rather than views of per-column functions
18 years ago
Bruce Momjian
476fad2d91
Add MERGE TODO URL:
...
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01890.php
18 years ago
Bruce Momjian
46dd4db31e
Add TODO about security:
...
* Improve server security options
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php
18 years ago
Bruce Momjian
9c1d897b94
More FAQ URL updates from Curtis Gallant.
18 years ago
Bruce Momjian
54b9a968ed
Update FAQ URLs as suggested by Curtis Gallant.
18 years ago
Bruce Momjian
1fc2fbe51f
Add to TODO:
...
>
> * Improve LDAP authentication configuration options
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01745.php
18 years ago
Bruce Momjian
3dc59beae2
TODO item done:
...
< o Prevent pg_dump/pg_restore from being affected by
> o -Prevent pg_dump/pg_restore from being affected by
18 years ago
Bruce Momjian
815aa2c8e8
Add TODO:
...
>
> o Allow COPY to report errors sooner
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
18 years ago
Bruce Momjian
2047021fdb
Add URL for Merge.
18 years ago
Bruce Momjian
fe0dbfe6f3
Add to TODO:
...
> * Allow custom variables to appear in pg_settings()
18 years ago
Bruce Momjian
c09174fb95
Add item:
...
* Implement a module capability for loading /contrib-style extensions
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
18 years ago
Bruce Momjian
01930cea03
Add TODO:
...
* Consider whether duplicate keys should be sorted by block/offset
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00558.php
Create new "Sorting" TODO section.
18 years ago
Bruce Momjian
e3ae27894a
Add URL for:
...
o Allow pg_hba.conf to specify host names along with IP addresses
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
18 years ago
Bruce Momjian
95ce4ee943
Modify TODO entry to be a function:
...
> o Add functions to syntax check configuration files
>
< * Add pg_ctl option to do a syntax check of postgresql.conf
18 years ago