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