summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-03-17Add link to INSERT in docs.Bruce Momjian
2005-03-17Update file system snapshot docs.Bruce Momjian
2005-03-17Mention tablespaces as a problem for using file system snapshots.Bruce Momjian
2005-03-17Document use of rsync for file system backups.Bruce Momjian
2005-03-17Add a reference to the documentation on alternate index operator classes inNeil Conway
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2005-03-15Clean up win1252 documentation. Mention how we determine the number ofBruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-14Fix mistakes in SGML markup. From David Fetter.Neil Conway
2005-03-14Note that the -F and -R command line options only affect unalignedTom Lane
2005-03-14Document client-only encodings.Bruce Momjian
2005-03-14Finalize character set documentation changes.Bruce Momjian
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-03-13Increment all major version numbers in 8.0.X to force recompile ofBruce Momjian
2005-03-13Make default_with_oids default to false -- user-created tables will nowNeil Conway
2005-03-13More ordering adjustments.Bruce Momjian
2005-03-13Fix markup.Bruce Momjian
2005-03-13More markup changes.Bruce Momjian
2005-03-13More cleanups.Bruce Momjian
2005-03-13More improvements.Bruce Momjian
2005-03-13More additions to the table.Bruce Momjian
2005-03-13Keep changing the markup until I like it. :-)Bruce Momjian
2005-03-13More table markup improvements.Bruce Momjian
2005-03-13More table markup fixes.Bruce Momjian
2005-03-13Rework "aliases" column for encodings.Bruce Momjian
2005-03-13Fix markup typo.Bruce Momjian
2005-03-13Add missing conversion documentation for certain encodings.Bruce Momjian
2005-03-13Reorder documented encodings to be alphabetical.Bruce Momjian
2005-03-13Document aliases for our supported encodings.Bruce Momjian
2005-03-12Adjust the API for aggregate function calls so that a C-coded functionTom Lane
2005-03-12Documention all our supported encodings.Bruce Momjian
2005-03-10Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-03-07Add a note that regression test row ordering differences can be causedTom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-03-02Fix misspelling of sysctl, per Stefan Hans.Tom Lane
2005-03-01SGML improvements to the DML chapter.Neil Conway
2005-02-28Implement max() and min() aggregates for array types. Patch from KojuNeil Conway
2005-02-27Rename planner stats detail to avoid label confict.Bruce Momjian
2005-02-27Add documentation on how statistics are used by the planner.Bruce Momjian
2005-02-26Adjust OS-specific kernel settings to mention old and new BSD methods ofBruce Momjian
2005-02-26Clarify PGPASSWORD usage:Bruce Momjian
2005-02-26Correct overstatement in locking docs: we said ExclusiveLock is neverTom Lane
2005-02-26State PGPASSWORD is "not recommended" rather than "depricated".Bruce Momjian
2005-02-25Please find enclosed a patch, per Dennis Bj<C3><B6>rklund, that uses -fBruce Momjian
2005-02-25Clarify object ownership language to prevent confusion with databaseBruce Momjian
2005-02-22Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane
2005-02-22Update initdb locale/encoding documentation description. Backpatch toBruce Momjian
2005-02-21Fix two typos, per report from Hashem Masoud.Neil Conway
2005-02-21Updates to the bibliography. Patch from Michael Fuhr.Neil Conway