summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2006-09-22We're going to have to spell dotless i as plain i, because dotless i isTom Lane
2006-09-22Fix a lot of broken markup.Tom Lane
2006-09-22Update release notes to be current as of CVS today.Bruce Momjian
2006-09-22Update major release note items.Bruce Momjian
2006-09-22First try at a major features list for 8.2.Bruce Momjian
2006-09-21Add comments about STORAGE option for GINTeodor Sigaev
2006-09-21Fix table's captionTeodor Sigaev
2006-09-21Updated several parts in particular variable handling. This is work that was ...Michael Meskes
2006-09-21Wording changes for continuous archving, per Simon.Bruce Momjian
2006-09-20Add documentation for new in-core advisory lock functions. Merlin MoncureTom Lane
2006-09-20Update release notes to use scaron, rather than numeric code for entity.Bruce Momjian
2006-09-20Fix bogus markup.Tom Lane
2006-09-20Add AIX shared library support item to release notes.Bruce Momjian
2006-09-20Release note wording improvement.Bruce Momjian
2006-09-20Improvements to the partitioning documentation. Original patch from GregNeil Conway
2006-09-19Do a round of copy-editing for the release notes: fix some typos andNeil Conway
2006-09-19Document how to use psql's --single-transaction option to rollback restoringNeil Conway
2006-09-19Fix broken markup.Tom Lane
2006-09-19Minor additions and typo fixes for the backup documentation. Patch fromNeil Conway
2006-09-19More 8.2 release item reordering.Bruce Momjian
2006-09-19Reorder 8.2 release note items more logically.Bruce Momjian
2006-09-19Update migration changes, more cleanups.Bruce Momjian
2006-09-18Properly mention in the release notes that fillfactor controls both heapBruce Momjian
2006-09-18Wrap long lines in 8.2 release notes.Bruce Momjian
2006-09-18Updates from Jim Nasby.Bruce Momjian
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-09-18Move 8.2 release documentation into SGML.Bruce Momjian
2006-09-18Make the order of the CASCADE and RESTRICT keywords in the DROP OWNEDNeil Conway
2006-09-18Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane
2006-09-18Improve wordings by David Fuhry <dfuhry@cs.kent.edu>Teodor Sigaev
2006-09-17Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-16Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-09-15Document Warm Standby for High AvailabilityBruce Momjian
2006-09-15Document WAL recovery now uses checkpoints.Bruce Momjian
2006-09-14Add a couple of information functions to support direct checks on whetherTom Lane
2006-09-14Fix missing markup.Tom Lane
2006-09-14For release notes checklist, add UTF8 URL.Bruce Momjian
2006-09-14In release notes checklist, add URL for HTML non-ASCII escapes, mentionBruce Momjian
2006-09-14Fix SGML markupTeodor Sigaev
2006-09-14GIN documentation and slightly improving GiST docs.Teodor Sigaev
2006-09-13Some small editorialization on the description of CREATE INDEXTom Lane
2006-09-10Remove unhelpful/misleading advice about how to use SPI_saveplan().Tom Lane
2006-09-10Add missing documentation for new anyarray-overlap operator.Tom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-09Remove reference to contrib/mac, which isn't there anymore.Tom Lane
2006-09-08Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane
2006-09-07Clean up logging for extended-query-protocol operations, as per my recentTom Lane