summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-10-07A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera
2007-10-07Change π 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
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
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
2007-10-04First pass at SGML-ifying the 8.3 release notes. Plenty of improvementsNeil Conway
2007-10-03Second pass at 8.3 release notes: put items in a bit more logical orderTom Lane
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
2007-10-03First cut at 8.3 release notes. SGML markup is nonexistent, andTom Lane
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
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-09-27Add virtual transaction IDs to CSVLOG output, so that messages coming fromTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-26Document that libpq's PQntuples() might overflow.Bruce Momjian
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-22Document the translations from Postgres message severity levels toTom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-19Remove tabs from SGML file.Bruce Momjian
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-09-16Update release notes for last-minute fix.Tom Lane
2007-09-14Fix markup that doesn't work in back branches.Tom Lane
2007-09-14Document atan2() as y/x, rather than x/y, to conform to general usage.Bruce Momjian
2007-09-14Minor editorialization on release notes.Tom Lane
2007-09-14Add some links for escape strings.Bruce Momjian
2007-09-14Add LDAP URL documentation.Bruce Momjian
2007-09-14Update documentation to mention that autovacuum also does analyze so weBruce Momjian
2007-09-14Clarify tar documentation about return error codes.Bruce Momjian
2007-09-14Update tsearch include location in example.Bruce Momjian
2007-09-14This is small patch fixes a spi example (PG_MODULE_MAGIC is required asBruce Momjian
2007-09-14Update GNU tar error code documentation.Bruce Momjian
2007-09-14Mentino that PAM doesn't work for Unix system authentication because ofBruce Momjian
2007-09-14Update documented error text.Bruce Momjian
2007-09-14Clarify age() 'months' calculation documentation.Bruce Momjian
2007-09-13Update documentation to emphasize autovacuum rather thanBruce Momjian
2007-09-11StampBruce Momjian
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-10Revert temporary patch that made synchronous_commit default to OFF.Tom Lane
2007-09-10Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.Tom Lane
2007-09-07Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane