summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2007-01-09Marginal tweaks in the documentation for ORDER BY; in particular pointTom Lane
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-07Check and document minimum required version of libxml.Peter Eisentraut
2007-01-07Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut
2007-01-06Allow initdb to specify the pg_xlog directory.Bruce Momjian
2007-01-06Document problems with release links in early branches.Bruce Momjian
2007-01-05Minor copy-editing for release note updates.Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Create release notes for all back-branch relases on 2007-01-08.Bruce Momjian
2007-01-05Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan
2007-01-05Add missing reference to pg_shdescription. Greg MullaneTom Lane
2007-01-04Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-30Clarify wording on when ctid is modified by VACUUM FULL.Bruce Momjian
2006-12-28Remove caveat about avoiding cross-type operators in constraints intendedTom Lane
2006-12-27Use FROM clause in example UPDATE commands where appropriate. AlsoTom Lane
2006-12-27Use "dead" rather than "expired" for vacuumable rows.Bruce Momjian
2006-12-26Remove incorrect semicolon in example. Joachim WielandTom Lane
2006-12-24Code review for XML patch. Instill a bit of sanity in the location ofTom Lane
2006-12-23Change a VACUUM manual page word from 'deleted' to 'expired', so DELETEBruce Momjian
2006-12-23Document that CREATE TYPE names should not begin with an underscore,Bruce Momjian