summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
AgeCommit message (Expand)Author
2017-09-20Enable Hot Standby on the replicasPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Don't force-assign transaction id when exporting a snapshot.Andres Freund
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Fix typoPeter Eisentraut
2017-06-09Fix typoPeter Eisentraut
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut
2017-06-05Code review for shm_toc.h/.c.Tom Lane
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
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-23Don't include sys/poll.h anymore.Andres Freund
2017-04-23Remove select(2) backed latch implementation.Andres Freund
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-07Add ProcArrayGroupUpdate wait event.Robert Haas
2017-04-04Update comment.Robert Haas
2017-03-28Allow DSM segments to be created as pinnedAlvaro Herrera
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-22Correct erroneous comment in GetOldestXmin()Simon Riggs
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-22Assign AccessExclusiveLocks against subxacts in Hot StandbySimon Riggs
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-17Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-01-26Check interrupts during hot standby waitsSimon Riggs
2017-01-20Logical replicationPeter Eisentraut
2017-01-05Fix possible leak of semaphore count.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-21Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas