summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-05-03Remove create_singleton_array(), hard-coding the case in its sole caller.Tom Lane
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-05-02extstats: change output functions to emit valid JSONAlvaro Herrera
2017-05-02Fix typos in comments.Robert Haas
2017-05-02Avoid unnecessary catalog updates in ALTER SEQUENCEPeter Eisentraut
2017-05-02Change hot_standby default value to 'on'Magnus Hagander
2017-05-02Don't wake up logical replication launcher unnecessarilyPeter Eisentraut
2017-05-01Improve function header comment for create_singleton_array().Tom Lane
2017-05-01Reduce semijoins with unique inner relations to plain inner joins.Tom Lane
2017-05-01Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane
2017-05-01Fix logical replication launcher wake up and resetPeter Eisentraut
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-30Fix possible null pointer dereference or invalid warning message.Tom Lane
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
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-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-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-27Fix typo in commentPeter Eisentraut
2017-04-26Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane
2017-04-26pg_get_partkeydef: return NULL for non-partitionsStephen Frost
2017-04-26Silence compiler warning induced by commit de4389712.Tom Lane
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-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
2017-04-25Wake up launcher when enabling a subscriptionPeter Eisentraut
2017-04-25Set the priorities of all quorum synchronous standbys to 1.Fujii Masao
2017-04-25Adjust outdated comment.Robert Haas
2017-04-25Update copyright in recently added files.Fujii Masao
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-24Run the postmaster's signal handlers without SA_RESTART.Tom Lane
2017-04-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-24Code review for commands/statscmds.c.Tom Lane
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-04-23Zero padding in replication origin's checkpointed on disk-state.Andres Freund
2017-04-23Initialize all memory for logical replication relation cache.Andres Freund
2017-04-23Remove select(2) backed latch implementation.Andres Freund
2017-04-23Workaround for RecoverPreparedTransactions()Simon Riggs