summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-03-11Reference doc "examples" section for pg_dump options that often needBruce Momjian
2011-03-10More wording improvements for disallowed SQL function commands.Bruce Momjian
2011-03-10Improve SQL function disallowed command wording.Bruce Momjian
2011-03-10Clarify what commands are not allowed in SQL functions.Bruce Momjian
2011-03-10Revert addition of third argument to format_type().Tom Lane
2011-03-10Add missing index terms for recovery control functions.Robert Haas
2011-03-10Use '=' when documenting long options.Bruce Momjian
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-10Document that server single-user mode does not do checkpoints or otherBruce Momjian
2011-03-09Adjust the permissions required for COMMENT ON ROLE.Tom Lane
2011-03-09Remove '=' from initdb switch syntax.Bruce Momjian
2011-03-09Improve wording of initdb and pg_controldata manual pages.REL9_1_ALPHA4Bruce Momjian
2011-03-09Remove 's' from recovery_target_timeline's' from the release note.Itagaki Takahiro
2011-03-09synchronous_standby_names is a string parameter.Itagaki Takahiro
2011-03-09Make alpha release notes more consistent as regards periods.Robert Haas
2011-03-09Update alpha release notes for latest commits.Robert Haas
2011-03-09A bit more editing for collation documentation.Tom Lane
2011-03-09Create "replication and recovery" section in alpha release notes.Robert Haas
2011-03-08Assorted editing for collation documentation.Tom Lane
2011-03-08Adjust CHAR() doc mention of pattern matching issues for trailingBruce Momjian
2011-03-08Document that char() ignores spaces in non-pattern comparisons, not inBruce Momjian
2011-03-07Improve description of inquiry functions that accept regclass.Tom Lane
2011-03-07Minor copy-editing in CREATE TRIGGER reference page.Tom Lane
2011-03-07If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas
2011-03-07Reword alpha release note item on SSI.Robert Haas
2011-03-07Synchronous replication doc corrections.Robert Haas
2011-03-07Document the DEFERRABLE option in SET TRANSACTION command.Heikki Linnakangas
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-05Adjust documentation about pg_pltemplate to reflect latest thinking.Tom Lane
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Convert createlang/droplang to use CREATE/DROP EXTENSION.Tom Lane
2011-03-05Remove one copy of duplicated alpha4 release note.Robert Haas
2011-03-05Add missing word.Robert Haas
2011-03-05First cut at 9.1alpha4 release notes.Robert Haas
2011-03-05Remove emphasis from 9.1alpha3 items.Robert Haas
2011-03-05Update documentation to reflect that standard PLs are now extensions.Tom Lane
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-02Add collations to information_schema.usage_privilegesPeter Eisentraut
2011-03-02Add 'collatable' to the Parameters section of CREATE TYPE.Tom Lane
2011-03-02Add KNNGIST support to contrib/btree_gist.Tom Lane
2011-03-02Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.Tom Lane
2011-03-02Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.Tom Lane
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-03-01Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.Tom Lane
2011-03-01Avoid excessive Hot Standby feedback messages.Robert Haas
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-28Add documentation for data-modifying statements in WITH clauses.Tom Lane
2011-02-27Document that last vacuum statistics and counts are for non-FULL vacuums.Bruce Momjian
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-27Fix markup for pg_options_to_table() to report the return column names,Bruce Momjian