summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-08-02doc: Remove slightly confusing xreflabelsPeter Eisentraut
2016-08-02Small wording tweaksPeter Eisentraut
2016-08-02doc: OS collation changes can break indexesBruce Momjian
2016-08-02doc: Whitespace fixes in man pagesPeter Eisentraut
2016-08-01pg_rewind docs: clarify handling of remote serversBruce Momjian
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-07-31Doc: remove claim that hash index creation depends on effective_cache_size.Tom Lane
2016-07-30doc: improve wording of Error Message Style GuideBruce Momjian
2016-07-30pgbench docs: fix incorrect "last two" fields textBruce Momjian
2016-07-30docs: properly capitalize and space kB, MB, GB, TBBruce Momjian
2016-07-28Documentation spell checking and markup improvementsPeter Eisentraut
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-28Fix incorrect description of udt_privileges view in documentation.Fujii Masao
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-22Remove GetUserMappingId() and GetUserMappingById().Tom Lane
2016-07-20Fix typosMagnus Hagander
2016-07-19Add comment & docs about no vacuum truncation with sto.Kevin Grittner
2016-07-18Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes.Tom Lane
2016-07-18Doc: fix table of BRIN operator strategy numbers.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-17doc: Supply XSLT template for superscript element in man pagesPeter Eisentraut
2016-07-16Update 9.6 release notes through today.Tom Lane
2016-07-16Clarify usage of clientcert authentication option.Tom Lane
2016-07-15Improve documentation about search_path for SECURITY DEFINER functions.Tom Lane
2016-07-14doc: Fix typosPeter Eisentraut
2016-07-13Fix obsolete header-file reference in pg_buffercache docs.Tom Lane
2016-07-13Add missing hyphenStephen Frost
2016-07-12Put some things in a better order in psql helpPeter Eisentraut
2016-07-12doc: Fix typoPeter Eisentraut
2016-07-11Improve output of psql's \df+ command.Tom Lane
2016-07-11doc: Update URL for PL/PHPPeter Eisentraut
2016-07-08Docs: minor improvements for documentation about plpgsql triggers.Tom Lane
2016-07-08Docs: improve examples about not repeating table name in UPDATE ... SET.Tom Lane
2016-07-08Docs: typo fix.Tom Lane
2016-07-08Typo fix, buils -> buildsStephen Frost
2016-07-08Fix missing parenthesis in docsMagnus Hagander
2016-07-07Clarify resource utilization of parallel query.Robert Haas
2016-07-07Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao
2016-07-06doc: Fix option order in man pages and fix typosPeter Eisentraut
2016-07-02doc: mention dependency on collation librariesBruce Momjian
2016-07-01Rethink the GetForeignUpperPaths API (again).Tom Lane
2016-06-29Add conninfo to pg_stat_wal_receiverAlvaro Herrera
2016-06-29Adjust text search documentation for recent commits.Tom Lane
2016-06-29Document precedence of FTS operators in tsqueryTeodor Sigaev
2016-06-28doc: add link for list-of-scalars mentionBruce Momjian
2016-06-28doc: update effective_io_concurrency for SSDsBruce Momjian
2016-06-28doc: remove GIN vs. GiST performance mentionBruce Momjian
2016-06-28doc: in binary mode mention, say "encoding conversion"Bruce Momjian
2016-06-28doc: remove mention of UT1 in representing timeBruce Momjian
2016-06-27Fix mistakes in pg_visibility documentation.Robert Haas