summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2005-09-30Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut
SQL option spelling.
2005-09-29Remove acronym in one title.Bruce Momjian
2005-09-28Mention fix for bug #1916 in release notes for affected versions.Tom Lane
2005-09-28Fix typo.Bruce Momjian
2005-09-28Add section on reliable operation, talking about caching and storageBruce Momjian
subsystem reliability.
2005-09-28Update SQL conformance mention to 2003.Bruce Momjian
2005-09-28Update Russian FAQ.Bruce Momjian
Victor Vislobokov
2005-09-27Add attribution.Bruce Momjian
2005-09-27Done:Bruce Momjian
< * +Add options to pg_config to show the share_dir, sysconfdir, < pkgincludedir, and localedir
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
relocated after installation. We can't trust the installation paths inserted into Makefile.global by configure, so instead we must get the paths from pg_config. This requires extending pg_config to support all the separately-configurable path names, but that was on TODO anyway.
2005-09-27Release notes up to date as of today.Bruce Momjian
2005-09-27Add:Bruce Momjian
> o Improve signal handling, > http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
2005-09-27Novice:Bruce Momjian
< * Add options to pg_config to show the share_dir, sysconfdir, > * +Add options to pg_config to show the share_dir, sysconfdir,
2005-09-26Create preliminary release notes for upcoming back-branch releases.Tom Lane
2005-09-26Done:Bruce Momjian
< * Allow protocol-level EXECUTE that is actually a fetch to appear < in the logs as a fetch rather than another execute
2005-09-26Add:Bruce Momjian
> * Allow protocol-level BIND parameter values to be logged > * Allow protocol-level EXECUTE that is actually a fetch to appear > in the logs as a fetch rather than another execute
2005-09-25Wording cleanup.Bruce Momjian
2005-09-25Document why PQtrace and ecpg debug() can crash the application if theBruce Momjian
DLL compiles to not match the application.
2005-09-24Cleanups for recent addition to log_connections documentation.Neil Conway
2005-09-24Improve wording.Bruce Momjian
2005-09-24Add mention of duplicate connection messages from psql, per Andrew.Bruce Momjian
2005-09-24Update release notes for 4-byte UTF mappings.Bruce Momjian
2005-09-24Document change in large object snapshotting behavior as a versionTom Lane
compatibility issue.
2005-09-23Add:Bruce Momjian
> * Simplify dropping roles that have objects in several databases
2005-09-23Add:Bruce Momjian
> o Allow PL/PgSQL to support WITH HOLD cursors
2005-09-23Add:Bruce Momjian
> > o Display IN, INOUT, and OUT parameters in \df+ > > It probably requires psql to output newlines in the proper > column, which is already on the TODO list.
2005-09-23Remove xid wraparound mention, because it was already done in 8.0, per Neil.Bruce Momjian
2005-09-23Add:Bruce Momjian
> * Add function to report the time of the most recent server reload
2005-09-23Add:Bruce Momjian
> * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir >
2005-09-23Clarify autovacuum wording.Bruce Momjian
2005-09-23Please find attached a patch which tells about what the spiffy,Bruce Momjian
integrated autovacuum now does :) David Fetter
2005-09-23Mention that autovacuum also needs stats.Bruce Momjian
2005-09-23Attached patch takes a swing at improving the autovacuum wording inBruce Momjian
maintenance.sgml. Robert Treat [ Also fix create domain markup.]
2005-09-22Add warning about DOMAINs.Bruce Momjian
David Fetter
2005-09-22Add:Bruce Momjian
> * Allow CREATE INDEX to take an additional parameter for use with > special index types >
2005-09-22Move table constraint patch up into the main new features section of theBruce Momjian
release notes.
2005-09-22Add "basic" for table partitioning.Bruce Momjian
2005-09-22Add:Bruce Momjian
> > Another idea would be to allow actual SELECT queries in a COPY.
2005-09-22Add:Bruce Momjian
> > o Allow COPY to output from views >
2005-09-21Fix postgresql.conf lexer to accept doubled single quotes in literalTom Lane
strings. This is consistent with SQL conventions, and since Bruce already changed initdb in a way that assumed it worked like this, seems we'd better make it work like this.
2005-09-20Merge items:Bruce Momjian
< This would be beneficial when there are few distinct values. > This would be beneficial when there are few distinct values. This is > already used by GROUP BY. 946d946 < * Allow DISTINCT to use hashing like GROUP BY
2005-09-20Fix typo:Bruce Momjian
< * Allow WAL traffic to be steamed to another server for stand-by > * Allow WAL traffic to be streamed to another server for stand-by
2005-09-20Add:Bruce Momjian
> * Allow DISTINCT to use hashing like GROUP BY
2005-09-20Update profile file location.Bruce Momjian
2005-09-20Add:Bruce Momjian
> * Allow WAL traffic to be steamed to another server for stand-by > replication
2005-09-19Remove:Bruce Momjian
< * Research use of sched_yield() for spinlock acquisition failure
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-19update timestamp on file.Bruce Momjian
2005-09-18Fix typo in link label, per Evgeny Gridasov.Tom Lane
2005-09-17Add:Bruce Momjian
> 1032a1034 > * Remove BeOS and QNX-specific code