summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2017-04-23Fix LagTrackerRead() for timeline incrementsSimon Riggs
2017-04-23Fix order of arguments to SubTransSetParent().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
2017-04-21Synchronize table list before creating slot in CREATE SUBSCRIPTIONPeter Eisentraut
2017-04-20Modify message when partitioned table is added to publicationPeter Eisentraut
2017-04-20Prevent log_replication_commands from causing SQL commands to be logged.Fujii Masao
2017-04-20Don't call the function that may raise an error while holding spinlock.Fujii Masao
2017-04-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-18Improve documentation and comment for quorum-based sync replication.Fujii Masao
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-04-18A collection of small fixes for logical replication.Fujii Masao
2017-04-18Use DatumGetInt32() to extract 32-bit integer value from a datum.Fujii Masao
2017-04-18Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-18Fix minor typo in commentSimon Riggs
2017-04-18Exit correctly from PrepareRedoRemove() when not foundSimon Riggs
2017-04-18Don’t push nextid too far forwards in recoverySimon Riggs
2017-04-18Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs
2017-04-18Set range table for CopyFrom() in tablesyncPeter Eisentraut
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Tighten up relation kind checks for extended statisticsAlvaro Herrera
2017-04-17Always build a custom plan node's targetlist from the path's pathtarget.Tom Lane
2017-04-17Fix typos in comment and log message.Fujii Masao
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-17Fix extended statistics with partial analyzesAlvaro Herrera
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane