summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2007-01-20Update documentation about postgresqlconf to mention default units thatBruce Momjian
2007-01-20Fix broken markup.Tom Lane
2007-01-20Refactor planner's pathkeys data structure to create a separate, explicitTom Lane
2007-01-20Update build time estimate.Peter Eisentraut
2007-01-20Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway
2007-01-20Document that to remove template1, datistemplate must be 'false'.Bruce Momjian
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-18Optionally use xml2-config to detect installation locations of libxml.Peter Eisentraut
2007-01-18Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-16Enable autovacuum in the default configuration, per discussion.Alvaro Herrera
2007-01-15Correct a minor inaccuracy in the pg_dumpall reference page: -g dumpsNeil Conway
2007-01-14Add a note to the docs describing NaN's equality and ordering behavior.Neil Conway
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2007-01-12Update to_char("CC") description.Bruce Momjian
2007-01-11For pg_ctl -w, add reference to additional environment variables and pgpass.Bruce Momjian
2007-01-11Remove SGML makefile .SECONDARY tag so html rules will work properly;Bruce Momjian
2007-01-10Improve SGML build rules for non-HTML output, per Peter.Bruce Momjian
2007-01-10In SGML Makefile, set proper targets for recursive calls.Bruce Momjian
2007-01-09Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279,Bruce Momjian
2007-01-09Build SGML documention output several times if necessary to have properBruce Momjian
2007-01-09Have log_temp_files be in kilobytes, remove trace call.Bruce Momjian
2007-01-09Add GUC log_temp_files to log the use of temporary files.Bruce Momjian