| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
* Implement a module capability for loading /contrib-style extensions
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
o Allow pg_hba.conf to specify host names along with IP addresses
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
|
|
|
|
|
|
| |
> o Add functions to syntax check configuration files
>
< * Add pg_ctl option to do a syntax check of postgresql.conf
|
|
|
|
|
|
|
| |
< * 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 pg_ctl option to do a syntax check of postgresql.conf
|
|
|
|
| |
Jun Kuwamura
|
|
|
|
| |
extra newline
|
|
|
|
|
|
|
|
| |
* 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 deferred trigger queue file
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
|
|
|
|
|
| |
< o Use LC_TIME for localized weekday/month names, rather than
> o -Use LC_TIME for localized weekday/month names, rather than
|
|
|
|
| |
> o -Have \l+ show database size, if permissions allow
|
|
|
|
|
|
| |
PL/pgSQL
> o -Add CASE capability to language (already in SQL)
|
|
|
|
| |
> * -Improve dead row detection during multi-statement transactions usage
|
|
|
|
|
|
| |
o Allow an existing index to be marked as a table's primary key
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
|
|
|
|
| |
> o Allow an existing index to be marked as a table's primary key
|
|
|
|
|
|
|
|
| |
* 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
>
|
|
|
|
|
|
| |
> o Clear table counters on TRUNCATE
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
|
|
|
|
|
| |
> o -Prevent parent tables from altering or dropping constraints
> o -Prevent child tables from altering or dropping constraints
|
|
|
|
|
|
|
| |
>
> * Improve the /contrib installation experience
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php
|
|
|
|
|
|
|
|
|
| |
< * 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
|
|
|
|
|
|
| |
>
> o Add CREATE SCHEMA ... LIKE that copies a schema
>
|
|
|
|
|
|
| |
> * Add database and transaction-level triggers
>
> http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php
|
| |
|
|
|
|
|
| |
< * Consider increasing the number of default statistics target, and
< reduce statistics target overhead
|
|
|
|
|
|
| |
< o Allow dictionary to filter out only stop words
> o Allow dictionaries to change the token that is passed on to
> later dictionaries
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
> * -Add function to report the time of the most recent server reload
|
|
|
|
| |
> o -Improve display of enums to show valid enum values
|
|
|
|
| |
> #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
|
|
|
|
|
|
|
|
| |
* Allow adding/renaming/removing enumerated values to an existing
enumerated data type
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php
>
|
| |
|
| |
|
|
|
|
|
| |
> * Allow adding/renaming/removing enumerated values to an existing
> enumerated data type
|
|
|
|
|
| |
< * Allow adding enumerated values to an existing enumerated data
> * Allow adding/removing enumerated values to an existing enumerated data
|
| |
|
|
|
|
|
|
|
|
| |
> * 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
|
|
|
|
|
|
|
| |
>
> o Impove COPY performance
>
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
|
|
|
|
|
|
|
|
| |
* Allow index scans to return matching index keys, not just the matching
heap locations
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php
>
|
|
|
|
|
| |
> * Allow index scans to return matching index keys, not just the matching
> heap locations
|
|
|
|
|
|
| |
<
> * Allow adding enumerated values to an existing enumerated data
> type
|
|
|
|
|
|
| |
< * Allow index scans to return matching index keys
<
< http://archives.postgresql.org/pgsql-hackers/2007-03/msg01079.php
|
|
|
|
|
| |
* Consider smaller indexes that record a range of values per heap page,
rather than having one index entry for every heap row
|
|
|
|
| |
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
|
|
|
|
|
| |
<
> o Add prompt escape to display the client and server versions
|
|
|
|
| |
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01475.php
|
|
|
|
| |
it now lives (per discussion). Leave the other FAQs alone for now.
|
| |
|
|
|
|
| |
archives. We have been using URLs for a while for new items.
|
|
|
|
| |
> * -Allow administrators to safely terminate individual sessions
|