aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-10
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* C comment: fix wording about shared memory message queueBruce Momjian2018-03-29
* shm_mq: Fix detach race condition.Robert Haas2018-03-05
* shm_mq: Have the receiver set the sender's less frequently.Robert Haas2018-03-02
* shm_mq: Reduce spinlock usage.Robert Haas2018-03-02
* Remove volatile qualifiers from shm_mq.c.Andres Freund2018-03-01
* Fix typoMagnus Hagander2018-02-20
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-19
* Fix crash when canceling parallel queryPeter Eisentraut2018-02-16
* Fix Latin spellingPeter Eisentraut2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix typoAlvaro Herrera2017-12-21
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Add a barrier primitive for synchronizing backends.Andres Freund2017-11-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix typo in comment.Robert Haas2017-11-07
* Fix failure-to-read-man-page in commit 899bd785c.Tom Lane2017-09-26
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Fix shm_toc.c to always return buffer-aligned memory.Heikki Linnakangas2017-08-16
* Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut2017-08-15
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Fix typoPeter Eisentraut2017-06-13
* Fix typoPeter Eisentraut2017-06-09
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Ignore WL_POSTMASTER_DEATH latch event in single user modePeter Eisentraut2017-06-05
* Code review for shm_toc.h/.c.Tom Lane2017-06-05
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Cope with glibc too old to have epoll_create1().Tom Lane2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Make latch.c more paranoid about child-process cases.Tom Lane2017-04-27
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Remove select(2) backed latch implementation.Andres Freund2017-04-23
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17