aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ
Commit message (Collapse)AuthorAge
...
* Add item:Bruce Momjian2008-06-23
| | | | | | * Implement a module capability for loading /contrib-style extensions http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
* Add TODO:Bruce Momjian2008-06-23
| | | | | | | | * 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.
* Add URL for:Bruce Momjian2008-06-19
| | | | | o Allow pg_hba.conf to specify host names along with IP addresses > http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
* Modify TODO entry to be a function:Bruce Momjian2008-06-13
| | | | | | > o Add functions to syntax check configuration files > < * Add pg_ctl option to do a syntax check of postgresql.conf
* Update item to mention target list problem:Bruce Momjian2008-06-12
| | | | | | | < * Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause > * Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause or > target list > http://archives.postgresql.org/pgsql-hackers/2008-06/msg00124.php
* Add:Bruce Momjian2008-06-11
| | | | > * Add pg_ctl option to do a syntax check of postgresql.conf
* Update Japanese FAQ.Bruce Momjian2008-06-09
| | | | Jun Kuwamura
* Done: -Remove psql newline patch when we find out why mingw outputs an ↵Andrew Dunstan2008-05-31
| | | | extra newline
* Add description to:Bruce Momjian2008-05-29
| | | | | | | | * Add deferred trigger queue file < This item involves dumping large queues into files. > This item involves dumping large queues into files, or doing some > kind of join to process all the triggers, or some bulk operation.
* Add URL for:Bruce Momjian2008-05-29
| | | | | | * Add deferred trigger queue file > http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
* Done:Bruce Momjian2008-05-20
| | | | | < o Use LC_TIME for localized weekday/month names, rather than > o -Use LC_TIME for localized weekday/month names, rather than
* Done in TODO:Bruce Momjian2008-05-16
| | | | > o -Have \l+ show database size, if permissions allow
* Done:Bruce Momjian2008-05-16
| | | | | | PL/pgSQL > o -Add CASE capability to language (already in SQL)
* Todo done:Bruce Momjian2008-05-12
| | | | > * -Improve dead row detection during multi-statement transactions usage
* Add URL for:Bruce Momjian2008-05-10
| | | | | | o Allow an existing index to be marked as a table's primary key > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
* Add to TODO:Bruce Momjian2008-05-10
| | | | > o Allow an existing index to be marked as a table's primary key
* Add URL for:Bruce Momjian2008-05-10
| | | | | | | | * Add column to pg_stat_activity that shows the progress of long-running commands like CREATE INDEX and VACUUM > > http://archives.postgresql.org/pgsql-patches/2008-04/msg00203.php >
* Add TODO item:Bruce Momjian2008-05-10
| | | | | | > o Clear table counters on TRUNCATE > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
* TODOs done:Bruce Momjian2008-05-10
| | | | | > o -Prevent parent tables from altering or dropping constraints > o -Prevent child tables from altering or dropping constraints
* Add to TODO:Bruce Momjian2008-05-09
| | | | | | | > > * Improve the /contrib installation experience > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php
* Update TODO wording:Bruce Momjian2008-05-08
| | | | | | | | | < * Improve detection of shared memory segments being used by other < FreeBSD jails > * Improve detection of shared memory segments being used by others > by checking the SysV shared memory field 'nattch' > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00673.php
* Add to TODO:Bruce Momjian2008-05-08
| | | | | | > > o Add CREATE SCHEMA ... LIKE that copies a schema >
* Add to TODO:Bruce Momjian2008-05-08
| | | | | | > * Add database and transaction-level triggers > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php
* Fix TODO typo.Bruce Momjian2008-05-07
|
* Add URL forBruce Momjian2008-05-07
| | | | | < * Consider increasing the number of default statistics target, and < reduce statistics target overhead
* Update TODO wording:Bruce Momjian2008-05-07
| | | | | | < o Allow dictionary to filter out only stop words > o Allow dictionaries to change the token that is passed on to > later dictionaries
* Add item, make text search section:Bruce Momjian2008-05-07
| | | | | | | | o Consider changing error to warning for strings larger than one megabyte http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php http://archives.postgresql.org/pgsql-patches/2008-03/msg00062.php
* Done:Bruce Momjian2008-05-06
| | | | > * -Add function to report the time of the most recent server reload
* Done:Bruce Momjian2008-05-06
| | | | > o -Improve display of enums to show valid enum values
* Update comment for 8.4:Bruce Momjian2008-04-28
| | | | > #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
* Add URL for:Bruce Momjian2008-04-25
| | | | | | | | * Allow adding/renaming/removing enumerated values to an existing enumerated data type > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php >
* Update wording from David Fetter.Bruce Momjian2008-04-25
|
* Update to remove passive wording from FAQ, David FetterBruce Momjian2008-04-25
|
* Update TODO item:Bruce Momjian2008-04-24
| | | | | > * Allow adding/renaming/removing enumerated values to an existing > enumerated data type
* Update:Bruce Momjian2008-04-24
| | | | | < * Allow adding enumerated values to an existing enumerated data > * Allow adding/removing enumerated values to an existing enumerated data
* Add embedded usage mention to FAQ, per Greg Smith.Bruce Momjian2008-04-24
|
* Add to TODO:Bruce Momjian2008-04-24
| | | | | | | | > * Allow prepared transactions with temporary tables created and dropped > in the same transaction, and when an ON COMMIT DELETE ROWS temporary > table is accessed > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php
* Add TODO item:Bruce Momjian2008-04-24
| | | | | | | > > o Impove COPY performance > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
* Add URL for:Bruce Momjian2008-04-24
| | | | | | | | * Allow index scans to return matching index keys, not just the matching heap locations > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php >
* Add to TODO:Bruce Momjian2008-04-24
| | | | | > * Allow index scans to return matching index keys, not just the matching > heap locations
* Add to TODO:Bruce Momjian2008-04-24
| | | | | | < > * Allow adding enumerated values to an existing enumerated data > type
* Remove, item done, description unclear:Bruce Momjian2008-04-24
| | | | | | < * Allow index scans to return matching index keys < < http://archives.postgresql.org/pgsql-hackers/2007-03/msg01079.php
* Update TODO description for GIT:Bruce Momjian2008-04-24
| | | | | * Consider smaller indexes that record a range of values per heap page, rather than having one index entry for every heap row
* Add GIT URL:Bruce Momjian2008-04-24
| | | | > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
* Add to TODO:Bruce Momjian2008-04-24
| | | | | < > o Add prompt escape to display the client and server versions
* Add URL for MERGE:Bruce Momjian2008-04-23
| | | | > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01475.php
* Replace developer FAQ with a reference to the wiki, which is whereMagnus Hagander2008-04-22
| | | | it now lives (per discussion). Leave the other FAQs alone for now.
* Update TODO using new script.Bruce Momjian2008-04-19
|
* Remove TODO.detail references; instead add TODO URLs pointing to theBruce Momjian2008-04-19
| | | | archives. We have been using URLs for a while for new items.
* TODO Done:Bruce Momjian2008-04-17
| | | | > * -Allow administrators to safely terminate individual sessions