summaryrefslogtreecommitdiff
path: root/src
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-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-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-24Get rid of extern declarations of non-existent functions.Fujii Masao
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
2017-04-23Fix LagTrackerRead() for timeline incrementsSimon Riggs
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-23Fix TAP infrastructure to support Mingw betterAndrew Dunstan
2017-04-22Make PostgresNode.pm check server status more carefully.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-04-22Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan
2017-04-22Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-21Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas