index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-27
Update buffer README; get rid of buf_table.c.
chash2014
Robert Haas
2015-01-27
Oops.
Robert Haas
2015-01-27
Oops.
Robert Haas
2015-01-27
Use chash for buftable stuff.
Robert Haas
2015-01-27
Fix #includes.
Robert Haas
2015-01-27
Rearrange pointers so that the freelist pointers are as far from
Robert Haas
2015-01-27
Code cleanup.
Robert Haas
2015-01-27
Reorganize fields to match comments.
Robert Haas
2015-01-27
Refactor garbage collection logic into a separate subroutine.
Robert Haas
2015-01-27
Set hazard pointers correctly instead of wrong. Duh.
Robert Haas
2015-01-27
De-obfuscate deletion code, maybe.
Robert Haas
2015-01-27
Code tightening.
Robert Haas
2015-01-27
Add memory barrier in single-node-reclaim case. Improve comments.
Robert Haas
2015-01-27
Get rid of CHashBucketCleanup; CHashBucketScan can do what we need.
Robert Haas
2015-01-27
Comment fixes.
Robert Haas
2015-01-27
Track GC reclaims skipped in stats.
Robert Haas
2015-01-27
Wonky hack to print stats on every backend exit.
Robert Haas
2015-01-27
Rewrite statistics system.
Robert Haas
2015-01-27
Minor optimization of allocator.
Robert Haas
2015-01-27
If we fail to allocate from a non-empty freelist, retry same list.
Robert Haas
2015-01-27
Add some missing stats counter bumps.
Robert Haas
2015-01-27
Increase maximum number of freelists from 16 to 64, per testing.
Robert Haas
2015-01-27
Bug fixes.
Robert Haas
2015-01-27
Implement concurrent and collision tests for dynahash.
Robert Haas
2015-01-27
Fix ABA problem with inserts.
Robert Haas
2015-01-27
Get rid of chash_bucket hack in favor of using formal hazard pointers.
Robert Haas
2015-01-27
Code cleanup.
Robert Haas
2015-01-27
Better statistics stuff.
Robert Haas
2015-01-27
Minor code beautification.
Robert Haas
2015-01-27
Statistics code.
Robert Haas
2015-01-27
Improve comments about gc_next.
Robert Haas
2015-01-27
Code rearrangement. Cosmetic only.
Robert Haas
2015-01-27
Another test case.
Robert Haas
2015-01-27
Fix another bug related to marked CHashPtrs.
Robert Haas
2015-01-27
Improve testing code to better diagnose concurrency bugs.
Robert Haas
2015-01-27
Don't bogusly propagate delete-marks.
Robert Haas
2015-01-27
Add missing else.
Robert Haas
2015-01-27
Thinko: of course, invalid CHashPtrs can also be delete-marked.
Robert Haas
2015-01-27
Concurrency test function for chash.
Robert Haas
2015-01-27
Stupid bug fix.
Robert Haas
2015-01-27
Separate dynahash insert, search, delete tests.
Robert Haas
2015-01-27
Separate chash insert, search, delete tests.
Robert Haas
2015-01-27
Test code for deletes, and associated bug fixes.
Robert Haas
2015-01-27
Add cleanup scan logic.
Robert Haas
2015-01-27
Bug fixes.
Robert Haas
2015-01-27
Unify scan code.
Robert Haas
2015-01-27
Further simplifications.
Robert Haas
2015-01-27
Update comments.
Robert Haas
2015-01-27
Adapt code to use compare-and-swap.
Robert Haas
2015-01-27
CHashAddToGarbage
Robert Haas
[next]