summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-08-08doc: Update benchmark resultsPeter Eisentraut
2016-08-08Update 9.6 release notes through today.Tom Lane
2016-08-08Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.Tom Lane
2016-08-08doc: Move mention of rsync of temp tables to better placePeter Eisentraut
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07First-draft release notes for 9.5.4.Tom Lane
2016-08-05Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane
2016-08-05docs: re-add spaces before units removedBruce Momjian
2016-08-04docs: mention rsync of temp and unlogged tablesBruce Momjian
2016-08-03doc: Move indexterms to avoid whitespace issue in man pagesPeter Eisentraut
2016-08-03doc: Remove documentation of nonexistent information schema columnsPeter Eisentraut
2016-08-03doc: Change recommendation to put NOTIFY into a rulePeter Eisentraut
2016-08-03Add OldSnapshotTimeMapLock to wait_event table in docs.Kevin Grittner
2016-08-03doc: Remove slightly confusing xreflabelsPeter Eisentraut
2016-08-03Small 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-31doc: 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-29Documentation 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-15doc: 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