summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-04-28psql: Support identity columns in sequence displayPeter Eisentraut
2017-04-28In load_relcache_init_file, initialize rd_pdcxt.Robert Haas
2017-04-28Speed up dropping tables with many partitions.Robert Haas
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-28Wait between tablesync worker restartsPeter Eisentraut
2017-04-28Misc SCRAM code cleanups.Heikki Linnakangas
2017-04-28Remove unnecessairly duplicated gram.y productionsStephen Frost
2017-04-27Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.Andres Freund
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Avoid slow shutdown of pg_basebackup.Tom Lane
2017-04-27Fix bug so logical rep launcher saves correctly time of last startup of worker.Fujii Masao
2017-04-27Cope with glibc too old to have epoll_create1().Tom Lane
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-27Make latch.c more paranoid about child-process cases.Tom Lane
2017-04-27doc: PG10 release note typo fixBruce Momjian
2017-04-27doc PG10rel: adjust hash index commits and add parallel subqueryBruce Momjian
2017-04-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-27Additional tests for subtransactions in recoverySimon Riggs
2017-04-27Fix typo in commentPeter Eisentraut
2017-04-26Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane
2017-04-26doc PG10: add commit for transition table itemBruce Momjian
2017-04-26pg_get_partkeydef: return NULL for non-partitionsStephen Frost
2017-04-26Silence compiler warning induced by commit de4389712.Tom Lane
2017-04-26doc: ALTER SUBSCRIPTION documentation fixesPeter Eisentraut
2017-04-26Fix query that gets remote relation infoPeter Eisentraut
2017-04-26Spelling fixes in code commentsPeter Eisentraut
2017-04-26Fix typo in comment.Fujii Masao
2017-04-26Fix various concurrency issues in logical replication worker launchingPeter Eisentraut
2017-04-26doc PG10: add Rafia Sabih to parallel index scan itemBruce Momjian
2017-04-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
2017-04-25doc PG10: update EXPLAIN SUMMARY itemBruce Momjian
2017-04-25Wake up launcher when enabling a subscriptionPeter Eisentraut
2017-04-25doc: update PG 10 item about referencing many relationsBruce Momjian
2017-04-25doc: add PG 10 doc item about VACUUM truncation, 7e26e02eeBruce Momjian
2017-04-25doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY itemBruce Momjian
2017-04-25doc: properly indent SGML tags in PG 10 release notesBruce Momjian
2017-04-25Set the priorities of all quorum synchronous standbys to 1.Fujii Masao
2017-04-25doc: PG 10 release notes updatesBruce Momjian
2017-04-25doc: PG 10 release note updatesBruce Momjian
2017-04-25Adjust outdated comment.Robert Haas
2017-04-25Update copyright in recently added files.Fujii Masao
2017-04-25doc: move hash info to new section and split out growth itemBruce Momjian
2017-04-25doc: move hash performance item into index sectionBruce Momjian
2017-04-25doc: add Rafia Sabih to PG 10 release note itemBruce Momjian
2017-04-25doc: fix PG 10 release note doc markupBruce Momjian
2017-04-25doc: merge PG 10 release SysV itemBruce Momjian
2017-04-25postgres_fdw: Fix join push down with extensionsPeter Eisentraut
2017-04-25doc: PG 10 fixesBruce Momjian
2017-04-25doc: several minor PG 10 doc adjustmentsBruce Momjian