| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-10-18 | Small changes to release note descriptions. | Bruce Momjian | |
| 2007-10-18 | First pass over release documentation. I trimmed down some of the | Bruce Momjian | |
| entries and removed a few. | |||
| 2007-10-17 | Re-add FAQ item: | Bruce Momjian | |
| <H3 id="item4.19">4.19) Why do I get "relation with OID ##### does not exist" errors when accessing temporary tables in PL/PgSQL functions?</H3> | |||
| 2007-10-17 | Another round of editorialization on the text search documentation. | Tom Lane | |
| Notably, standardize on using "token" for the strings output by a parser, while "lexeme" is reserved for the normalized strings produced by a dictionary. | |||
| 2007-10-16 | Mention Slony as just an example. | Bruce Momjian | |
| 2007-10-16 | Fix the URL properly per Robert Treat. | Magnus Hagander | |
| 2007-10-16 | Add doc clarifications for warm standby. | Bruce Momjian | |
| 2007-10-16 | Update URLs to a couple of external projects | Magnus Hagander | |
| 2007-10-16 | Slony switch is only seconds of downtime. | Bruce Momjian | |
| 2007-10-16 | Add mention of Slony for in-place upgrades. | Bruce Momjian | |
| 2007-10-15 | Remove obsolete examples of add-on parsers and dictionary templates; | Tom Lane | |
| these are more easily and usefully maintained as contrib modules. Various other wordsmithing, markup improvement, etc. | |||
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | |
| for Slony and Skytools to depend on it. Per discussion. | |||
| 2007-10-13 | Attached some minor corrections, mainly completion of removal of | Bruce Momjian | |
| the "relation with OID ##### does not exist" item, and some URL corrections. Ian Barwick | |||
| 2007-10-11 | Add missing word. | Bruce Momjian | |
| 2007-10-11 | Add missing word. | Bruce Momjian | |
| 2007-10-11 | Update release notes in "major" and "migration" sections. Still have | Bruce Momjian | |
| remainder of release notes to review. | |||
| 2007-10-11 | Whitespace cleanup. | Bruce Momjian | |
| 2007-10-10 | Minor correction for full-text search limitations docs. | Neil Conway | |
| Heikki Linnakangas. | |||
| 2007-10-10 | Fix typo in REVOKE reference page. Guillaume Lelarge. | Neil Conway | |
| 2007-10-10 | Back out release changes that weren't ready for commit. | Bruce Momjian | |
| 2007-10-10 | Update Japanese FAQ. | Bruce Momjian | |
| Jun Kuwamura | |||
| 2007-10-09 | Add mention of full text indexing for word searches. | Bruce Momjian | |
| 2007-10-09 | Remove FAQ item about temp tables in plpsql having invalid oid problems, | Bruce Momjian | |
| per suggestions from Pavel Stehule. | |||
| 2007-10-09 | Update sequence FAQ items, per suggestion from Pavel Stehule. | Bruce Momjian | |
| 2007-10-09 | Replace a reference to "start_log_collector" with "logging_collector", | Neil Conway | |
| per Guillaume Lelarge. | |||
| 2007-10-09 | Update Brazilian FAQ. | Bruce Momjian | |
| Euler Taveira de Oliveira | |||
| 2007-10-09 | Typo fix. | Bruce Momjian | |
| Euler Taveira de Oliveira | |||
| 2007-10-09 | Add: | Bruce Momjian | |
| > * MONEY dumps in a locale-specific format making it difficult to > restore to a system with a different locale | |||
| 2007-10-09 | Clarify user of "postmaster" vs. "server" in FAQs. | Bruce Momjian | |
| Brendan Jurd | |||
| 2007-10-08 | Add: | Bruce Momjian | |
| > o Have ALTER SEQUENCE RENAME rename the sequence name stored > in the sequence table > > http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php > http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php > | |||
| 2007-10-07 | A few improvements to analyze and vacuum sections in documentation: add "see | Alvaro Herrera | |
| also" entries for autovacuum in analyze and vacuum reference pages, and enhance usage of cross-references in the maintenance page. | |||
| 2007-10-07 | Change π to plain "pi" in index entry, to avoid double escaping issues. | Alvaro Herrera | |
| 2007-10-07 | Clean up the doc makefile for draft HTML generation. It no longer works | Alvaro Herrera | |
| to do "make DRAFT=Y html"; you need to use "make draft" (which was also supported previously). | |||
| 2007-10-07 | Remove stylesheet.css file on "make clean", created only on VPATH builds. | Alvaro Herrera | |
| 2007-10-06 | Fix missing parenthesis, per Guillaume Lelarge. | Alvaro Herrera | |
| 2007-10-06 | Fix SGML markup, from Guillaume Lelarge. | Alvaro Herrera | |
| 2007-10-05 | Remove some cross-references that don't seem to work in HISTORY | Tom Lane | |
| generation ... we should figure this out later ... | |||
| 2007-10-04 | Some desultory markup improvements in the new release notes. | Tom Lane | |
| 2007-10-04 | Two fixes for the release notes from Guillaume Smet. In passing, make | Neil Conway | |
| a minor markup improvement. | |||
| 2007-10-04 | First pass at SGML-ifying the 8.3 release notes. Plenty of improvements | Neil Conway | |
| left to made, but this is a start. | |||
| 2007-10-03 | Second pass at 8.3 release notes: put items in a bit more logical order | Tom Lane | |
| where possible, add overview and incompatibilities lists, minor cleanups. The SGML-ification still leaves much to be desired. | |||
| 2007-10-03 | Various minor improvements to the 8.3 release notes. | Neil Conway | |
| 2007-10-03 | Some editorial improvements for recently-added ALTER SEQUENCE/VIEW | Tom Lane | |
| documentation. Heikki and Tom | |||
| 2007-10-03 | First cut at 8.3 release notes. SGML markup is nonexistent, and | Tom Lane | |
| the 'overview' and 'incompatibilities' summary lists remain to be written. But I think all the raw info is there (indeed maybe too verbose). | |||
| 2007-10-01 | Add catalogs.sgml documentation for text search catalogs. | Tom Lane | |
| 2007-10-01 | Add note warning against use of pre-8.4 multithreaded Tcl. | Tom Lane | |
| 2007-09-30 | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane | |
| explicitly. This means a TOAST pointer takes 18 bytes instead of 17 --- still smaller than in 8.2 --- which seems a good tradeoff to ensure we won't have painted ourselves into a corner if we want to support multiple types of TOAST pointer later on. Per discussion with Greg Stark. | |||
| 2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane | |
| recovery stop time was used. This avoids a corner-case risk of trying to overwrite an existing archived copy of the last WAL segment, and seems simpler and cleaner all around than the original definition. Per example from Jon Colverson and subsequent analysis by Simon. | |||
| 2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | |
| databases with encodings that are incompatible with the server's LC_CTYPE locale, when we can determine that (which we can on most modern platforms, I believe). C/POSIX locale is compatible with all encodings, of course, so there is still some usefulness to CREATE DATABASE's ENCODING option, but this will insulate us against all sorts of recurring complaints caused by mismatched settings. I moved initdb's existing LC_CTYPE-to-encoding mapping knowledge into a new src/port/ file so it could be shared by CREATE DATABASE. | |||
| 2007-09-28 | Remove: | Bruce Momjian | |
| < * SQL*Net listener that makes PostgreSQL appear as an Oracle database < to clients | |||
