index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-05
1
-2
/
+2
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
1
-0
/
+115
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
3
-0
/
+56
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
1
-0
/
+3
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-2
/
+2
*
Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
Robert Haas
2015-04-02
1
-0
/
+1
*
Fix rare core dump in BackendIdGetTransactionIds().
Tom Lane
2015-03-30
1
-6
/
+9
*
Suppress some unused-variable complaints in new LOCK_DEBUG code.
Tom Lane
2015-03-26
1
-5
/
+6
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
1
-2
/
+2
*
Remove ill-advised pre-check for DSM segment exhaustion.
Robert Haas
2015-03-23
1
-12
/
+0
*
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-03-21
1
-2
/
+2
*
Fix whitespace
Peter Eisentraut
2015-03-19
1
-1
/
+1
*
Add flags argument to dsm_create.
Robert Haas
2015-03-19
1
-2
/
+29
*
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-23
1
-0
/
+14
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
2
-11
/
+4
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
2
-6
/
+3
*
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
1
-6
/
+10
*
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
1
-2
/
+0
*
Remove the option to service interrupts during PGSemaphoreLock().
Andres Freund
2015-02-03
1
-8
/
+4
*
Move deadlock and other interrupt handling in proc.c out of signal handlers.
Andres Freund
2015-02-03
1
-70
/
+61
*
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
1
-180
/
+43
*
Refactor page compactifying code.
Heikki Linnakangas
2015-02-03
1
-77
/
+53
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
1
-0
/
+7
*
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
1
-0
/
+4
*
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
4
-50
/
+55
*
Fix #ifdefed'ed out code to compile again.
Andres Freund
2015-01-29
1
-1
/
+1
*
Fix typo in comment.
Heikki Linnakangas
2015-01-28
1
-3
/
+3
*
Fix various shortcomings of the new PrivateRefCount infrastructure.
Andres Freund
2015-01-19
1
-164
/
+195
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
3
-32
/
+26
*
Add barriers to the latch code.
Andres Freund
2015-01-13
1
-1
/
+0
*
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-12
1
-0
/
+2
*
Remove comment that was intended to have been removed before commit.
Andres Freund
2015-01-08
1
-1
/
+0
*
Update copyright for 2015
Bruce Momjian
2015-01-06
41
-41
/
+41
*
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Andres Freund
2014-12-25
1
-1
/
+1
*
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
1
-76
/
+177
*
Improve LWLock scalability.
Andres Freund
2014-12-25
1
-293
/
+638
*
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
2
-95
/
+53
*
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-12-19
1
-0
/
+14
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
8
-33
/
+17
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
2
-0
/
+7
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
1
-29
/
+12
*
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
1
-0
/
+47
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
1
-4
/
+37
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
1
-1
/
+178
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
6
-1
/
+7
*
Extend dsm API with a new function dsm_unpin_mapping.
Robert Haas
2014-10-30
1
-0
/
+18
*
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-30
2
-6
/
+6
*
Remove unnecessary assignment.
Heikki Linnakangas
2014-10-28
1
-2
/
+0
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
1
-7
/
+9
*
Fix deadlock with LWLockAcquireWithVar and LWLockWaitForVar.
Heikki Linnakangas
2014-10-14
1
-0
/
+6
[next]