summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2007-02-06Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut
2007-02-06Docs updates for cross-type hashing.Tom Lane
2007-02-06Not only did we agree that this 'hint' doesn't belong here, but theTom Lane
2007-02-05Trim down environment variable instructions for Win32, backpatch to 8.2.X.Bruce Momjian
2007-02-04Update wording.Bruce Momjian
2007-02-04Add documentation for Windows on how to set an environment variable.Bruce Momjian
2007-02-03Document that a client-only install using:Bruce Momjian
2007-02-03Update SQL conformance information about XML features.Peter Eisentraut
2007-02-02Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 underNeil Conway
2007-02-02Update release notes for security-related releases in all active branches.Tom Lane
2007-02-01Fix broken markup.Tom Lane
2007-02-01Add "May/Can/Might" section to error message style guidlines, andBruce Momjian
2007-02-01Mention file system replication as a high availability solution in theBruce Momjian
2007-02-01Typo fix.Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-02-01Fix broken markup.Neil Conway
2007-02-01Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -tBruce Momjian
2007-02-01This patch adds documentation for the long-version parameters --usernameNeil Conway
2007-02-01Update CREATE SEQUENCE documentation to show the same sequence beingBruce Momjian
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2007-01-31Revert error message change for may/can/might --- needs discussion.Bruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-31Update FreeBSD DocBook installation noticesTeodor Sigaev
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-31Document need for periodic REINDEX in VACUUM FULL cases.Bruce Momjian
2007-01-31Add missing colon.Bruce Momjian
2007-01-30Update documentation for backslashes to mention escape string syntaxBruce Momjian
2007-01-30Update documentation for pg_get_serial_sequence() function.Bruce Momjian
2007-01-29Update wording for minor release upgrades, per Alvaro.Bruce Momjian
2007-01-29Update documentation on XML functionsPeter Eisentraut
2007-01-27Modify SGML makefile to allow 'gmake draft' to build draft html ('draft'Bruce Momjian
2007-01-27Update installation wording for an upgrade to state that dump/restoreBruce Momjian
2007-01-26Control openjade draft-mode by variable DRAFT, rather than whether theBruce Momjian
2007-01-26Update wording of installation when upgrading, to more clearlyBruce Momjian
2007-01-26Modify draft SGML instructions to use DRAFT=Y because recursion wasBruce Momjian
2007-01-25Update BSD/OS platform for 8.2.Bruce Momjian
2007-01-25Update pg_dumpall -f option description.Bruce Momjian
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
2007-01-25Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-25Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian
2007-01-25Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian
2007-01-25Prevent WAL logging when COPY is done in the same transation thatBruce Momjian
2007-01-23Update xindex.sgml to discuss operator families.Tom Lane
2007-01-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
2007-01-22Update documenation instructions. on how to delete template1.Bruce Momjian
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-20Simplify pg_am representation of ordering-capable access methods:Tom Lane
2007-01-20Update docs for recent change to setseed() return value.Neil Conway