aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix two off-by-one errors in bufmgr.c.Andres Freund2015-08-12
* Fix attach-related race condition in shm_mq_send_bytes.Robert Haas2015-08-07
* Fix incorrect calculation in shm_mq_receive.Robert Haas2015-08-06
* Micro optimize LWLockAttemptLock() a bit.Andres Freund2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Remove outdated comment in LWLockDequeueSelf's header.Andres Freund2015-07-29
* Reduce chatter from signaling of autovacuum workers.Tom Lane2015-07-28
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Improve packing/alignment annotation for ItemPointerData.Tom Lane2015-05-21
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-19
* Fix error message in pre_sync_fname.Robert Haas2015-05-18
* Remove reference to src/tools/backend/index.htmlStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Fix some problems with patch to fsync the data directory.Robert Haas2015-05-05
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.Robert Haas2015-04-02
* Fix rare core dump in BackendIdGetTransactionIds().Tom Lane2015-03-30
* Suppress some unused-variable complaints in new LOCK_DEBUG code.Tom Lane2015-03-26
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Remove ill-advised pre-check for DSM segment exhaustion.Robert Haas2015-03-23
* Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian2015-03-21
* Fix whitespacePeter Eisentraut2015-03-19
* Add flags argument to dsm_create.Robert Haas2015-03-19
* Guard against spurious signals in LockBufferForCleanup.Andres Freund2015-02-23
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane2015-02-20
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Remove the option to service interrupts during PGSemaphoreLock().Andres Freund2015-02-03
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Refactor page compactifying code.Heikki Linnakangas2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Properly terminate the array returned by GetLockConflicts().Andres Freund2015-01-29
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Fix #ifdefed'ed out code to compile again.Andres Freund2015-01-29
* Fix typo in comment.Heikki Linnakangas2015-01-28
* Fix various shortcomings of the new PrivateRefCount infrastructure.Andres Freund2015-01-19
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Add barriers to the latch code.Andres Freund2015-01-13
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12