summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2008-05-09Add to TODO:Bruce Momjian
> > * Improve the /contrib installation experience > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
file/pipe output too if \pset columns' is set. Bryce Nesbitt
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS, and in passing make itTom Lane
auto-configure properly for libxslt present or not.
2008-05-08Update TODO wording:Bruce Momjian
< * 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
2008-05-08Add to TODO:Bruce Momjian
> > o Add CREATE SCHEMA ... LIKE that copies a schema >
2008-05-08Add to TODO:Bruce Momjian
> * Add database and transaction-level triggers > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00451.php
2008-05-08Remove OID/foreign key mention in psql variable interpolation docs.Bruce Momjian
2008-05-07Add Simon Riggs' email address.Alvaro Herrera
2008-05-07Move Client Authentication right after Server Configuration in docs.Bruce Momjian
Scott Marlowe
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
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.
2008-05-07Fix TODO typo.Bruce Momjian
2008-05-07Add URL forBruce Momjian
< * Consider increasing the number of default statistics target, and < reduce statistics target overhead
2008-05-07Update TODO wording:Bruce Momjian
< o Allow dictionary to filter out only stop words > o Allow dictionaries to change the token that is passed on to > later dictionaries
2008-05-07Add item, make text search section:Bruce Momjian
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
2008-05-06Done:Bruce Momjian
> * -Add function to report the time of the most recent server reload
2008-05-06Done:Bruce Momjian
> o -Improve display of enums to show valid enum values
2008-05-05Document extra information provided by psql's \dT+ (not \dt+ as per recent ↵Andrew Dunstan
commit).
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-04Add timestamp and timestamptz versions of generate_series().Tom Lane
Hitoshi Harada
2008-05-04Add pg_conf_load_time() function to report when the Postgres configurationTom Lane
files were last loaded. George Gensure
2008-05-03Support RETURN QUERY EXECUTE in plpgsql.Tom Lane
Pavel Stehule
2008-05-02Update documentation for psql relation-size-in-\dt+ patch.Tom Lane
2008-05-02Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane
retrieved to be controlled through a GUC variable. Robert Hell
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
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".
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
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
2008-05-01Make the minimum allowed value of work_mem be 64KB always, rather than havingTom Lane
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.
2008-04-30Add example showing how to remove a password from a role.Alvaro Herrera
Andreas Scherbaum
2008-04-28Update comment for 8.4:Bruce Momjian
> #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
2008-04-28Add generate_subscripts, a series-generation function which generates anAlvaro Herrera
array's subscripts. Pavel Stehule, some editorialization by me.
2008-04-27Add SGML ID attributes to the arrays subsections, and a few index entries forAlvaro Herrera
them.
2008-04-26Code review for recent patch to terminate online backup during shutdown:Tom Lane
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.
2008-04-25Add URL for:Bruce Momjian
* Allow adding/renaming/removing enumerated values to an existing enumerated data type > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php >
2008-04-25Update wording from David Fetter.Bruce Momjian
2008-04-25Update to remove passive wording from FAQ, David FetterBruce Momjian
2008-04-24Update TODO item:Bruce Momjian
> * Allow adding/renaming/removing enumerated values to an existing > enumerated data type
2008-04-24Update:Bruce Momjian
< * Allow adding enumerated values to an existing enumerated data > * Allow adding/removing enumerated values to an existing enumerated data
2008-04-24Add embedded usage mention to FAQ, per Greg Smith.Bruce Momjian
2008-04-24Add to TODO:Bruce Momjian
> * 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
2008-04-24Add TODO item:Bruce Momjian
> > o Impove COPY performance > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
2008-04-24Add URL for:Bruce Momjian
* Allow index scans to return matching index keys, not just the matching heap locations > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php >
2008-04-24Add to TODO:Bruce Momjian
> * Allow index scans to return matching index keys, not just the matching > heap locations
2008-04-24Add to TODO:Bruce Momjian
< > * Allow adding enumerated values to an existing enumerated data > type
2008-04-24Remove, item done, description unclear:Bruce Momjian
< * Allow index scans to return matching index keys < < http://archives.postgresql.org/pgsql-hackers/2007-03/msg01079.php
2008-04-24Update TODO description for GIT:Bruce Momjian
* Consider smaller indexes that record a range of values per heap page, rather than having one index entry for every heap row
2008-04-24Add GIT URL:Bruce Momjian
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
2008-04-24Add to TODO:Bruce Momjian
< > o Add prompt escape to display the client and server versions
2008-04-23Add URL for MERGE:Bruce Momjian
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01475.php
2008-04-23Prevent shutdown in normal mode if online backup is running, andMagnus Hagander
have pg_ctl warn about this. Cancel running online backups (by renaming the backup_label file, thus rendering the backup useless) when shutting down in fast mode. Laurenz Albe
2008-04-22Replace developer FAQ with a reference to the wiki, which is whereMagnus Hagander
it now lives (per discussion). Leave the other FAQs alone for now.
2008-04-21Fix typo, noted by Stefan Kaltenbrunner.Magnus Hagander