summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2007-10-18More indenting cleanup, tag additions.Bruce Momjian
2007-10-18Move a few items into migration from the main changes section. IndentBruce Momjian
8.3 consistently.
2007-10-18Minor fixes for the release notes.Neil Conway
2007-10-18Small changes to release note descriptions.Bruce Momjian
2007-10-18First pass over release documentation. I trimmed down some of theBruce Momjian
entries and removed a few.
2007-10-17Re-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-17Another 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-16Mention Slony as just an example.Bruce Momjian
2007-10-16Fix the URL properly per Robert Treat.Magnus Hagander
2007-10-16Add doc clarifications for warm standby.Bruce Momjian
2007-10-16Update URLs to a couple of external projectsMagnus Hagander
2007-10-16Slony switch is only seconds of downtime.Bruce Momjian
2007-10-16Add mention of Slony for in-place upgrades.Bruce Momjian
2007-10-15Remove 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-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
for Slony and Skytools to depend on it. Per discussion.
2007-10-13Attached some minor corrections, mainly completion of removal ofBruce Momjian
the "relation with OID ##### does not exist" item, and some URL corrections. Ian Barwick
2007-10-11Add missing word.Bruce Momjian
2007-10-11Add missing word.Bruce Momjian
2007-10-11Update release notes in "major" and "migration" sections. Still haveBruce Momjian
remainder of release notes to review.
2007-10-11Whitespace cleanup.Bruce Momjian
2007-10-10Minor correction for full-text search limitations docs.Neil Conway
Heikki Linnakangas.
2007-10-10Fix typo in REVOKE reference page. Guillaume Lelarge.Neil Conway
2007-10-10Back out release changes that weren't ready for commit.Bruce Momjian
2007-10-10Update Japanese FAQ.Bruce Momjian
Jun Kuwamura
2007-10-09Add mention of full text indexing for word searches.Bruce Momjian
2007-10-09Remove FAQ item about temp tables in plpsql having invalid oid problems,Bruce Momjian
per suggestions from Pavel Stehule.
2007-10-09Update sequence FAQ items, per suggestion from Pavel Stehule.Bruce Momjian
2007-10-09Replace a reference to "start_log_collector" with "logging_collector",Neil Conway
per Guillaume Lelarge.
2007-10-09Update Brazilian FAQ.Bruce Momjian
Euler Taveira de Oliveira
2007-10-09Typo fix.Bruce Momjian
Euler Taveira de Oliveira
2007-10-09Add:Bruce Momjian
> * MONEY dumps in a locale-specific format making it difficult to > restore to a system with a different locale
2007-10-09Clarify user of "postmaster" vs. "server" in FAQs.Bruce Momjian
Brendan Jurd
2007-10-08Add: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-07A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera
also" entries for autovacuum in analyze and vacuum reference pages, and enhance usage of cross-references in the maintenance page.
2007-10-07Change &pi; to plain "pi" in index entry, to avoid double escaping issues.Alvaro Herrera
2007-10-07Clean up the doc makefile for draft HTML generation. It no longer worksAlvaro Herrera
to do "make DRAFT=Y html"; you need to use "make draft" (which was also supported previously).
2007-10-07Remove stylesheet.css file on "make clean", created only on VPATH builds.Alvaro Herrera
2007-10-06Fix missing parenthesis, per Guillaume Lelarge.Alvaro Herrera
2007-10-06Fix SGML markup, from Guillaume Lelarge.Alvaro Herrera
2007-10-05Remove some cross-references that don't seem to work in HISTORYTom Lane
generation ... we should figure this out later ...
2007-10-04Some desultory markup improvements in the new release notes.Tom Lane
2007-10-04Two fixes for the release notes from Guillaume Smet. In passing, makeNeil Conway
a minor markup improvement.
2007-10-04First pass at SGML-ifying the 8.3 release notes. Plenty of improvementsNeil Conway
left to made, but this is a start.
2007-10-03Second pass at 8.3 release notes: put items in a bit more logical orderTom Lane
where possible, add overview and incompatibilities lists, minor cleanups. The SGML-ification still leaves much to be desired.
2007-10-03Various minor improvements to the 8.3 release notes.Neil Conway
2007-10-03Some editorial improvements for recently-added ALTER SEQUENCE/VIEWTom Lane
documentation. Heikki and Tom
2007-10-03First cut at 8.3 release notes. SGML markup is nonexistent, andTom 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-01Add catalogs.sgml documentation for text search catalogs.Tom Lane
2007-10-01Add note warning against use of pre-8.4 multithreaded Tcl.Tom Lane
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom 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.