Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove xid wraparound mention, because it was already done in 8.0, per Neil. | Bruce Momjian | 2005-09-23 |
| | |||
* | Fix typo in comment. | Tom Lane | 2005-09-23 |
| | |||
* | Document that chkpass ignores password characters after the eighth. | Tom Lane | 2005-09-23 |
| | |||
* | Add: | Bruce Momjian | 2005-09-23 |
| | | | | > * Add function to report the time of the most recent server reload | ||
* | Add: | Bruce Momjian | 2005-09-23 |
| | | | | | | > * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir > | ||
* | Clarify autovacuum wording. | Bruce Momjian | 2005-09-23 |
| | |||
* | Please find attached a patch which tells about what the spiffy, | Bruce Momjian | 2005-09-23 |
| | | | | | | integrated autovacuum now does :) David Fetter | ||
* | Mention that autovacuum also needs stats. | Bruce Momjian | 2005-09-23 |
| | |||
* | Attached patch takes a swing at improving the autovacuum wording in | Bruce Momjian | 2005-09-23 |
| | | | | | | | | maintenance.sgml. Robert Treat [ Also fix create domain markup.] | ||
* | Add warning about DOMAINs. | Bruce Momjian | 2005-09-22 |
| | | | | David Fetter | ||
* | Add: | Bruce Momjian | 2005-09-22 |
| | | | | | | > * Allow CREATE INDEX to take an additional parameter for use with > special index types > | ||
* | Move table constraint patch up into the main new features section of the | Bruce Momjian | 2005-09-22 |
| | | | | release notes. | ||
* | Fix bug introduced into indexable_outerrelids() by an ill-considered | Tom Lane | 2005-09-22 |
| | | | | | | | | | | "optimization". When we find a potentially useful joinclause, we have to add all its other required_relids to the result, not only the other clause_relids. They are different in the case of a joinclause whose applicability has to be postponed due to outer join. We have to include the extra rels because otherwise, after best_inner_indexscan masks the join rels with index_outer_relids, it will always fail to find the joinclause as applicable. Per report from Husam Tomeh. | ||
* | Add "basic" for table partitioning. | Bruce Momjian | 2005-09-22 |
| | |||
* | Add instructions. | Bruce Momjian | 2005-09-22 |
| | |||
* | Add "codelines" script to compute number of lines in a releaes. | Bruce Momjian | 2005-09-22 |
| | |||
* | Add: | Bruce Momjian | 2005-09-22 |
| | | | | | > > Another idea would be to allow actual SELECT queries in a COPY. | ||
* | pgindent new GIST index code, per request from Tom. | Bruce Momjian | 2005-09-22 |
| | |||
* | Adjust GiST error messages to conform to message style guidelines. | Tom Lane | 2005-09-22 |
| | |||
* | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane | 2005-09-22 |
| | | | | | | | | in which invalid page data could be transiently written to disk by concurrent bgwriter activity. There doesn't seem any risk of loss of actual user data, but an empty page could possibly be left corrupt if a crash occurs before the correct data gets written out. Pointed out by Alvaro Herrera. | ||
* | This patch cleans up the access to members of ItemIdData. | Bruce Momjian | 2005-09-22 |
| | | | | | | It uses existing macros instead of touching directly. ITAGAKI Takahiro | ||
* | Add: | Bruce Momjian | 2005-09-22 |
| | | | | | | > > o Allow COPY to output from views > | ||
* | Fix psql \x by removing puts(). | Bruce Momjian | 2005-09-22 |
| | | | | Greg Sabino Mullane | ||
* | Suppress port number for unix domain sockets in log connect/disconnect | Bruce Momjian | 2005-09-22 |
| | | | | messages. | ||
* | Remove some dead code. | Tom Lane | 2005-09-22 |
| | |||
* | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom Lane | 2005-09-21 |
| | | | | | | 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. | ||
* | Suppress database dump item when --table and/or --schema switch was | Tom Lane | 2005-09-21 |
| | | | | given, per gripe from Michael Fuhr. | ||
* | optimize_minmax_aggregates() neglected to check for inherited tables. | Tom Lane | 2005-09-21 |
| | | | | Per report from Cesar Paipilla. | ||
* | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian | 2005-09-20 |
| | | | | by properly updating transaction state after AUTOCOMMIT. | ||
* | Merge items: | Bruce Momjian | 2005-09-20 |
| | | | | | | | | < 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 | ||
* | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 |
| | | | | Backpatch to 8.0.X. | ||
* | autovacuum setting false -> off, for consistency | Bruce Momjian | 2005-09-20 |
| | |||
* | Fix typo: | Bruce Momjian | 2005-09-20 |
| | | | | | < * Allow WAL traffic to be steamed to another server for stand-by > * Allow WAL traffic to be streamed to another server for stand-by | ||
* | Add: | Bruce Momjian | 2005-09-20 |
| | | | | > * Allow DISTINCT to use hashing like GROUP BY | ||
* | Update profile file location. | Bruce Momjian | 2005-09-20 |
| | |||
* | Add: | Bruce Momjian | 2005-09-20 |
| | | | | | > * Allow WAL traffic to be steamed to another server for stand-by > replication | ||
* | Remove: | Bruce Momjian | 2005-09-19 |
| | | | | < * Research use of sched_yield() for spinlock acquisition failure | ||
* | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 |
| | |||
* | update timestamp on file. | Bruce Momjian | 2005-09-19 |
| | |||
* | Clarify some error messages | Peter Eisentraut | 2005-09-18 |
| | |||
* | Fix typo in link label, per Evgeny Gridasov. | Tom Lane | 2005-09-18 |
| | |||
* | Add: | Bruce Momjian | 2005-09-17 |
| | | | | | | > 1032a1034 > * Remove BeOS and QNX-specific code | ||
* | Add: | Bruce Momjian | 2005-09-16 |
| | | | | > o Fix SELECT INTERVAL '1' MONTH | ||
* | Adjust regression for new cancel query message. | Bruce Momjian | 2005-09-16 |
| | |||
* | Update query cancel message: | Bruce Momjian | 2005-09-16 |
| | | | | errmsg("canceling query due to user request or statement timeout"))); | ||
* | Adjust bcc to work for thread changes. | Bruce Momjian | 2005-09-16 |
| | |||
* | This correction is required of nmake of Windows. | Bruce Momjian | 2005-09-16 |
| | | | | Hiroshi Saito | ||
* | Update numbering. | Bruce Momjian | 2005-09-16 |
| | | | | Michael Fuhr | ||
* | Add: | Bruce Momjian | 2005-09-16 |
| | | | | | < > * Update Bonjour to work with newer cross-platform SDK | ||
* | tag it all beta2 ...REL8_1_0BETA2 | PostgreSQL Daemon | 2005-09-16 |
| |