| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-09-30 | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut | |
| SQL option spelling. | |||
| 2005-09-29 | Remove acronym in one title. | Bruce Momjian | |
| 2005-09-28 | Mention fix for bug #1916 in release notes for affected versions. | Tom Lane | |
| 2005-09-28 | Fix typo. | Bruce Momjian | |
| 2005-09-28 | Add section on reliable operation, talking about caching and storage | Bruce Momjian | |
| subsystem reliability. | |||
| 2005-09-28 | Update SQL conformance mention to 2003. | Bruce Momjian | |
| 2005-09-28 | Update Russian FAQ. | Bruce Momjian | |
| Victor Vislobokov | |||
| 2005-09-27 | Add attribution. | Bruce Momjian | |
| 2005-09-27 | Done: | Bruce Momjian | |
| < * +Add options to pg_config to show the share_dir, sysconfdir, < pkgincludedir, and localedir | |||
| 2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom 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-27 | Release notes up to date as of today. | Bruce Momjian | |
| 2005-09-27 | Add: | Bruce Momjian | |
| > o Improve signal handling, > http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php | |||
| 2005-09-27 | Novice: | 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-26 | Create preliminary release notes for upcoming back-branch releases. | Tom Lane | |
| 2005-09-26 | Done: | 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-26 | Add: | 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-25 | Wording cleanup. | Bruce Momjian | |
| 2005-09-25 | Document why PQtrace and ecpg debug() can crash the application if the | Bruce Momjian | |
| DLL compiles to not match the application. | |||
| 2005-09-24 | Cleanups for recent addition to log_connections documentation. | Neil Conway | |
| 2005-09-24 | Improve wording. | Bruce Momjian | |
| 2005-09-24 | Add mention of duplicate connection messages from psql, per Andrew. | Bruce Momjian | |
| 2005-09-24 | Update release notes for 4-byte UTF mappings. | Bruce Momjian | |
| 2005-09-24 | Document change in large object snapshotting behavior as a version | Tom Lane | |
| compatibility issue. | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Simplify dropping roles that have objects in several databases | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > o Allow PL/PgSQL to support WITH HOLD cursors | |||
| 2005-09-23 | Add: | 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-23 | Remove xid wraparound mention, because it was already done in 8.0, per Neil. | Bruce Momjian | |
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Add function to report the time of the most recent server reload | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir > | |||
| 2005-09-23 | Clarify autovacuum wording. | Bruce Momjian | |
| 2005-09-23 | Please find attached a patch which tells about what the spiffy, | Bruce Momjian | |
| integrated autovacuum now does :) David Fetter | |||
| 2005-09-23 | Mention that autovacuum also needs stats. | Bruce Momjian | |
| 2005-09-23 | Attached patch takes a swing at improving the autovacuum wording in | Bruce Momjian | |
| maintenance.sgml. Robert Treat [ Also fix create domain markup.] | |||
| 2005-09-22 | Add warning about DOMAINs. | Bruce Momjian | |
| David Fetter | |||
| 2005-09-22 | Add: | Bruce Momjian | |
| > * Allow CREATE INDEX to take an additional parameter for use with > special index types > | |||
| 2005-09-22 | Move table constraint patch up into the main new features section of the | Bruce Momjian | |
| release notes. | |||
| 2005-09-22 | Add "basic" for table partitioning. | Bruce Momjian | |
| 2005-09-22 | Add: | Bruce Momjian | |
| > > Another idea would be to allow actual SELECT queries in a COPY. | |||
| 2005-09-22 | Add: | Bruce Momjian | |
| > > o Allow COPY to output from views > | |||
| 2005-09-21 | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom 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-20 | Merge 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-20 | Fix 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-20 | Add: | Bruce Momjian | |
| > * Allow DISTINCT to use hashing like GROUP BY | |||
| 2005-09-20 | Update profile file location. | Bruce Momjian | |
| 2005-09-20 | Add: | Bruce Momjian | |
| > * Allow WAL traffic to be steamed to another server for stand-by > replication | |||
| 2005-09-19 | Remove: | Bruce Momjian | |
| < * Research use of sched_yield() for spinlock acquisition failure | |||
| 2005-09-19 | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | |
| 2005-09-19 | update timestamp on file. | Bruce Momjian | |
| 2005-09-18 | Fix typo in link label, per Evgeny Gridasov. | Tom Lane | |
| 2005-09-17 | Add: | Bruce Momjian | |
| > 1032a1034 > * Remove BeOS and QNX-specific code | |||
