summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 10.2.REL_10_2Tom Lane2018-02-056-21/+21
* Last-minute updates for release notes.Tom Lane2018-02-055-0/+137
* Translation updatesPeter Eisentraut2018-02-0568-7666/+68026
* Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane2018-02-054-26/+7
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-053-11/+36
* doc: Update mentions of MD5 in the documentationPeter Eisentraut2018-02-041-25/+9
* Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane2018-02-045-0/+2654
* doc: Fix name in release notesPeter Eisentraut2018-02-031-1/+1
* doc: Clarify psql --list documentation a bit morePeter Eisentraut2018-02-031-3/+9
* doc: Fix index linkPeter Eisentraut2018-02-021-1/+1
* Be more wary about shm_toc_lookup failure.Tom Lane2018-02-021-12/+15
* Fix application of identity values in some casesPeter Eisentraut2018-02-0211-30/+102
* Fix possible failure to mark hash metapage dirty.Robert Haas2018-02-011-1/+2
* doc: fix trigger inheritance wordingBruce Momjian2018-01-311-1/+1
* doc: clarify major/minor pg_upgrade versions with examplesBruce Momjian2018-01-311-3/+3
* doc: clearify trigger behavior for inheritanceBruce Momjian2018-01-311-2/+3
* doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian2018-01-312-3/+4
* Fix typo: colums -> columns.Robert Haas2018-01-312-3/+3
* doc: Improve pg_upgrade rsync examples to use clusterdirBruce Momjian2018-01-311-4/+4
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-313-3/+3
* doc: mention datadir locations are actually config locationsBruce Momjian2018-01-311-9/+9
* Fix list partition constraints for partition keys of array type.Robert Haas2018-01-314-36/+90
* Fix up references to scram-sha-256Peter Eisentraut2018-01-305-8/+8
* Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas2018-01-302-42/+48
* Prevent growth of simplehash tables when they're "too empty".Andres Freund2018-01-291-4/+15
* Improve bit perturbation in TupleHashTableHash.Andres Freund2018-01-293-18/+30
* Backport: Add inline murmurhash32(uint32) function.Andres Freund2018-01-292-18/+29
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-282-0/+6
* Default monitoring roles - errataSimon Riggs2018-01-282-4/+7
* Update time zone data files to tzdata release 2018c.Tom Lane2018-01-273-12/+14
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-275-1/+144
* Add missing semicolons in documentation examplesMagnus Hagander2018-01-271-3/+3
* pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas2018-01-261-2/+2
* doc: properly indent CREATE TRIGGER paragraphBruce Momjian2018-01-241-11/+11
* doc: mention psql -l uses the 'postgres' database by defaultBruce Momjian2018-01-231-1/+3
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-233-0/+53
* Remove unnecessary includeAlvaro Herrera2018-01-231-1/+0
* Documentation fix: pg_ctl no longer makes connection attempts.Tom Lane2018-01-231-4/+6
* Report an ERROR if a parallel worker fails to start properly.Robert Haas2018-01-232-9/+110
* doc: simplify intermediate certificate mention in libpq docsBruce Momjian2018-01-231-5/+4
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-222-35/+55
* Fix wording of "hostaddrs"Magnus Hagander2018-01-212-3/+3
* doc: update intermediate certificate instructionsBruce Momjian2018-01-202-70/+156
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-191-4/+4
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-182-15/+105
* postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas2018-01-173-64/+171
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-151-0/+10
* Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane2018-01-124-119/+150
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-124-2/+97
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-123-8/+105