Bruce Momjian
2cabe2db79
Add URL for:
...
o Allow an existing index to be marked as a table's primary key
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
18 years ago
Bruce Momjian
d603b3e48a
Add to TODO:
...
> o Allow an existing index to be marked as a table's primary key
18 years ago
Bruce Momjian
f586e70665
Add URL for:
...
* 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
>
18 years ago
Bruce Momjian
1526a701c4
Add TODO item:
...
> o Clear table counters on TRUNCATE
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
18 years ago
Bruce Momjian
1d18d1dd7b
TODOs done:
...
> o -Prevent parent tables from altering or dropping constraints
> o -Prevent child tables from altering or dropping constraints
18 years ago
Tom Lane
cd902b331d
Change the rules for inherited CHECK constraints to be essentially the same
...
as those for inherited columns; that is, it's no longer allowed for a child
table to not have a check constraint matching one that exists on a parent.
This satisfies the principle of least surprise (rows selected from the parent
will always appear to meet its check constraints) and eliminates some
longstanding bogosity in pg_dump, which formerly had to guess about whether
check constraints were really inherited or not.
The implementation involves adding conislocal and coninhcount columns to
pg_constraint (paralleling attislocal and attinhcount in pg_attribute)
and refactoring various ALTER TABLE actions to be more like those for
columns.
Alex Hunsaker, Nikhil Sontakke, Tom Lane
18 years ago
Bruce Momjian
c56b444496
Add to TODO:
...
>
> * Improve the /contrib installation experience
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php
18 years ago
Bruce Momjian
5adf98ae24
Add psql '\pset format wrapped' mode to wrap output to screen width, or
...
file/pipe output too if \pset columns' is set.
Bryce Nesbitt
18 years ago
Tom Lane
eb915caf92
Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it
...
auto-configure properly for libxslt present or not.
18 years ago
Bruce Momjian
9c9732e3c7
Update TODO wording:
...
< * 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
18 years ago
Bruce Momjian
b4362eeaa7
Add to TODO:
...
>
> o Add CREATE SCHEMA ... LIKE that copies a schema
>
18 years ago
Bruce Momjian
5b9c14cdf9
Add to TODO:
...
> * Add database and transaction-level triggers
>
> http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php
18 years ago
Bruce Momjian
5bf049b56c
Remove OID/foreign key mention in psql variable interpolation docs.
18 years ago
Alvaro Herrera
09005f2fec
Add Simon Riggs' email address.
18 years ago
Bruce Momjian
00756a5691
Move Client Authentication right after Server Configuration in docs.
...
Scott Marlowe
18 years ago
Magnus Hagander
0423de4d30
Make the pg_stat_activity view call a SRF (pg_stat_get_activity())
...
instead of calling a bunch of individual functions.
This function can also be called directly, taking a PID as an argument, to
return only the data for a single PID.
18 years ago
Bruce Momjian
8008988be3
Fix TODO typo.
18 years ago
Bruce Momjian
44ba6f3476
Add URL for
...
< * Consider increasing the number of default statistics target, and
< reduce statistics target overhead
18 years ago
Bruce Momjian
bd8131ee8f
Update TODO wording:
...
< o Allow dictionary to filter out only stop words
> o Allow dictionaries to change the token that is passed on to
> later dictionaries
18 years ago
Bruce Momjian
40941c5129
Add item, make text search section:
...
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
18 years ago
Bruce Momjian
2d592d2e86
Done:
...
> * -Add function to report the time of the most recent server reload
18 years ago
Bruce Momjian
93afd6f619
Done:
...
> o -Improve display of enums to show valid enum values
18 years ago
Andrew Dunstan
27a52fa2d9
Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
18 years ago
Andrew Dunstan
a87f15d506
Display ACLS using multiple lines for psql's \z. Brendan Jurd.
18 years ago
Tom Lane
b6d15590f7
Add timestamp and timestamptz versions of generate_series().
...
Hitoshi Harada
18 years ago
Tom Lane
600da67fbe
Add pg_conf_load_time() function to report when the Postgres configuration
...
files were last loaded.
George Gensure
18 years ago
Tom Lane
47391591ba
Support RETURN QUERY EXECUTE in plpgsql.
...
Pavel Stehule
18 years ago
Tom Lane
511b798c46
Update documentation for psql relation-size-in-\dt+ patch.
18 years ago
Tom Lane
db147b3483
Allow the planner's estimate of the fraction of a cursor's rows that will be
...
retrieved to be controlled through a GUC variable.
Robert Hell
18 years ago
Tom Lane
cf9f6c8d8e
Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also
...
let XLOG_BLCKSZ and XLOG_SEG_SIZE be set via configure. Per a proposal by
Mark Wong, though I thought it better to call the switches after "wal" rather
than "xlog".
18 years ago
Tom Lane
3c6248a828
Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all
...
support for a nonsegmented mode from md.c. Per recent discussions, there
doesn't seem to be much value in a "never segment" option as opposed to
segmenting with a suitably large segment size. So instead provide a
configure-time switch to set the desired segment size in units of gigabytes.
While at it, expose a configure switch for BLCKSZ as well.
Zdenek Kotala
18 years ago
Tom Lane
1b1e335b15
Make the minimum allowed value of work_mem be 64KB always, rather than having
...
it vary with BLCKSZ as before. This agrees with what the documentation says,
and avoids a regression test problem when BLCKSZ is larger than default.
Per recent discussion.
18 years ago
Alvaro Herrera
ca0aecfdef
Add example showing how to remove a password from a role.
...
Andreas Scherbaum
18 years ago
Bruce Momjian
d7379b7624
Update comment for 8.4:
...
> #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
18 years ago
Alvaro Herrera
1fcb977a13
Add generate_subscripts, a series-generation function which generates an
...
array's subscripts.
Pavel Stehule, some editorialization by me.
18 years ago
Alvaro Herrera
a1d479f518
Add SGML ID attributes to the arrays subsections, and a few index entries for
...
them.
18 years ago
Tom Lane
ea0382e370
Code review for recent patch to terminate online backup during shutdown:
...
do CancelBackup at a sane place, fix some oversights in the state transitions,
allow only superusers to connect while we are waiting for backup mode to end.
18 years ago
Bruce Momjian
b6e2fab978
Add URL for:
...
* Allow adding/renaming/removing enumerated values to an existing
enumerated data type
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php
>
18 years ago
Bruce Momjian
5463d399e3
Update wording from David Fetter.
18 years ago
Bruce Momjian
43a43ad21d
Update to remove passive wording from FAQ, David Fetter
18 years ago
Bruce Momjian
91674bce68
Update TODO item:
...
> * Allow adding/renaming/removing enumerated values to an existing
> enumerated data type
18 years ago
Bruce Momjian
bb908d9879
Update:
...
< * Allow adding enumerated values to an existing enumerated data
> * Allow adding/removing enumerated values to an existing enumerated data
18 years ago
Bruce Momjian
830f276b2a
Add embedded usage mention to FAQ, per Greg Smith.
18 years ago
Bruce Momjian
cc3c9e1b29
Add to TODO:
...
> * 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
18 years ago
Bruce Momjian
a61fbe4582
Add TODO item:
...
>
> o Impove COPY performance
>
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
18 years ago
Bruce Momjian
82403f0350
Add URL for:
...
* Allow index scans to return matching index keys, not just the matching
heap locations
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php
>
18 years ago
Bruce Momjian
a88b8943db
Add to TODO:
...
> * Allow index scans to return matching index keys, not just the matching
> heap locations
18 years ago
Bruce Momjian
0e242fec5f
Add to TODO:
...
<
> * Allow adding enumerated values to an existing enumerated data
> type
18 years ago
Bruce Momjian
a3552f050f
Remove, item done, description unclear:
...
< * Allow index scans to return matching index keys
<
< http://archives.postgresql.org/pgsql-hackers/2007-03/msg01079.php
18 years ago
Bruce Momjian
9dd10490ed
Update TODO description for GIT:
...
* Consider smaller indexes that record a range of values per heap page,
rather than having one index entry for every heap row
18 years ago