summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander
2016-08-16docs: my third pass over the 9.6 release notesBruce Momjian
2016-08-16doc: Remove some confusion from pg_archivecleanup docPeter Eisentraut
2016-08-16Fix typosPeter Eisentraut
2016-08-16Doc: copy-editing in create_access_method.sgml.Tom Lane
2016-08-16Doc: remove out-of-date claim that pg_am rows must be inserted by hand.Tom Lane
2016-08-16Disable parallel query by default.Robert Haas
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-12Doc: clarify that DROP ... CASCADE is recursive.Tom Lane
2016-08-12Correct TABLESAMPLE docsSimon Riggs
2016-08-11Add ID property to replication slots' sect2Alvaro Herrera
2016-08-10docs: my second pass over the 9.6 release notesBruce Momjian
2016-08-10Doc: write some for adminpack.Tom Lane
2016-08-09docs: my first pass over the 9.6 release notesBruce Momjian
2016-08-09Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT.Tom Lane
2016-08-08doc: update list of pg_trgm authorsBruce Momjian
2016-08-08Update 9.6 release notes through today.Tom Lane
2016-08-08Last-minute updates for release notes.Tom Lane
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08doc: Update benchmark resultsPeter Eisentraut
2016-08-07Update 9.6 release notes through today.Tom Lane
2016-08-07Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.Tom Lane
2016-08-07doc: 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-06First-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-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