aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Wait between tablesync worker restartsPeter Eisentraut2017-04-28
* Misc SCRAM code cleanups.Heikki Linnakangas2017-04-28
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.Andres Freund2017-04-27
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Avoid slow shutdown of pg_basebackup.Tom Lane2017-04-27
* Fix bug so logical rep launcher saves correctly time of last startup of worker.Fujii Masao2017-04-28
* Cope with glibc too old to have epoll_create1().Tom Lane2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Make latch.c more paranoid about child-process cases.Tom Lane2017-04-27
* doc: PG10 release note typo fixBruce Momjian2017-04-27
* doc PG10rel: adjust hash index commits and add parallel subqueryBruce Momjian2017-04-27
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Additional tests for subtransactions in recoverySimon Riggs2017-04-27
* Fix typo in commentPeter Eisentraut2017-04-26
* Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane2017-04-26
* doc PG10: add commit for transition table itemBruce Momjian2017-04-26
* pg_get_partkeydef: return NULL for non-partitionsStephen Frost2017-04-26
* Silence compiler warning induced by commit de4389712.Tom Lane2017-04-26
* doc: ALTER SUBSCRIPTION documentation fixesPeter Eisentraut2017-04-26
* Fix query that gets remote relation infoPeter Eisentraut2017-04-26
* Spelling fixes in code commentsPeter Eisentraut2017-04-26
* Fix typo in comment.Fujii Masao2017-04-27
* Fix various concurrency issues in logical replication worker launchingPeter Eisentraut2017-04-26
* doc PG10: add Rafia Sabih to parallel index scan itemBruce Momjian2017-04-26
* Allow ALTER TABLE ONLY on partitioned tablesStephen Frost2017-04-25
* doc PG10: update EXPLAIN SUMMARY itemBruce Momjian2017-04-25
* Wake up launcher when enabling a subscriptionPeter Eisentraut2017-04-25
* doc: update PG 10 item about referencing many relationsBruce Momjian2017-04-25
* doc: add PG 10 doc item about VACUUM truncation, 7e26e02eeBruce Momjian2017-04-25
* doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY itemBruce Momjian2017-04-25
* doc: properly indent SGML tags in PG 10 release notesBruce Momjian2017-04-25
* Set the priorities of all quorum synchronous standbys to 1.Fujii Masao2017-04-26
* doc: PG 10 release notes updatesBruce Momjian2017-04-25
* doc: PG 10 release note updatesBruce Momjian2017-04-25
* Adjust outdated comment.Robert Haas2017-04-25
* Update copyright in recently added files.Fujii Masao2017-04-25
* doc: move hash info to new section and split out growth itemBruce Momjian2017-04-25
* doc: move hash performance item into index sectionBruce Momjian2017-04-24
* doc: add Rafia Sabih to PG 10 release note itemBruce Momjian2017-04-24
* doc: fix PG 10 release note doc markupBruce Momjian2017-04-24
* doc: merge PG 10 release SysV itemBruce Momjian2017-04-24
* postgres_fdw: Fix join push down with extensionsPeter Eisentraut2017-04-24
* doc: PG 10 fixesBruce Momjian2017-04-24
* doc: several minor PG 10 doc adjustmentsBruce Momjian2017-04-24
* doc: fix attribution of sequence item, order incompatibilitiesBruce Momjian2017-04-24
* doc: first draft of Postgres 10 release notesBruce Momjian2017-04-24
* doc: update release doc markup instructionsBruce Momjian2017-04-24
* Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane2017-04-24
* Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane2017-04-24