users/rhaas/postgres.git
2015-01-27 Robert HaasUse chash for buftable stuff.
2015-01-27 Robert HaasFix #includes.
2015-01-27 Robert HaasRearrange pointers so that the freelist pointers are...
2015-01-27 Robert HaasCode cleanup.
2015-01-27 Robert HaasReorganize fields to match comments.
2015-01-27 Robert HaasRefactor garbage collection logic into a separate subro...
2015-01-27 Robert HaasSet hazard pointers correctly instead of wrong. Duh.
2015-01-27 Robert HaasDe-obfuscate deletion code, maybe.
2015-01-27 Robert HaasCode tightening.
2015-01-27 Robert HaasAdd memory barrier in single-node-reclaim case. Improv...
2015-01-27 Robert HaasGet rid of CHashBucketCleanup; CHashBucketScan can...
2015-01-27 Robert HaasComment fixes.
2015-01-27 Robert HaasTrack GC reclaims skipped in stats.
2015-01-27 Robert HaasWonky hack to print stats on every backend exit.
2015-01-27 Robert HaasRewrite statistics system.
2015-01-27 Robert HaasMinor optimization of allocator.
2015-01-27 Robert HaasIf we fail to allocate from a non-empty freelist, retry...
2015-01-27 Robert HaasAdd some missing stats counter bumps.
2015-01-27 Robert HaasIncrease maximum number of freelists from 16 to 64...
2015-01-27 Robert HaasBug fixes.
2015-01-27 Robert HaasImplement concurrent and collision tests for dynahash.
2015-01-27 Robert HaasFix ABA problem with inserts.
2015-01-27 Robert HaasGet rid of chash_bucket hack in favor of using formal...
2015-01-27 Robert HaasCode cleanup.
2015-01-27 Robert HaasBetter statistics stuff.
2015-01-27 Robert HaasMinor code beautification.
2015-01-27 Robert HaasStatistics code.
2015-01-27 Robert HaasImprove comments about gc_next.
2015-01-27 Robert HaasCode rearrangement. Cosmetic only.
2015-01-27 Robert HaasAnother test case.
2015-01-27 Robert HaasFix another bug related to marked CHashPtrs.
2015-01-27 Robert HaasImprove testing code to better diagnose concurrency...
2015-01-27 Robert HaasDon't bogusly propagate delete-marks.
2015-01-27 Robert HaasAdd missing else.
2015-01-27 Robert HaasThinko: of course, invalid CHashPtrs can also be delete...
2015-01-27 Robert HaasConcurrency test function for chash.
2015-01-27 Robert HaasStupid bug fix.
2015-01-27 Robert HaasSeparate dynahash insert, search, delete tests.
2015-01-27 Robert HaasSeparate chash insert, search, delete tests.
2015-01-27 Robert HaasTest code for deletes, and associated bug fixes.
2015-01-27 Robert HaasAdd cleanup scan logic.
2015-01-27 Robert HaasBug fixes.
2015-01-27 Robert HaasUnify scan code.
2015-01-27 Robert HaasFurther simplifications.
2015-01-27 Robert HaasUpdate comments.
2015-01-27 Robert HaasAdapt code to use compare-and-swap.
2015-01-27 Robert HaasCHashAddToGarbage
2015-01-27 Robert HaasFirst attempt at CHashDelete - slightly incomplete...
2015-01-27 Robert HaasMore micro-optimization.
2015-01-27 Robert HaasFix stupid thinko.
2015-01-27 Robert HaasTime inserts, searches.
2015-01-27 Robert HaasSome micro-optimization and code beautification.
2015-01-27 Robert HaasShow shared memory allocated for each hash table.
2015-01-27 Robert HaasImprove dynahash test code.
2015-01-27 Robert HaasBeginnings of dynahash testing code.
2015-01-27 Robert HaasAvoid leaking nodes on a failed insert.
2015-01-27 Robert HaasBetter debugging code, another bug fix.
2015-01-27 Robert HaasMore bug fixing.
2015-01-27 Robert HaasMore debugging code.
2015-01-27 Robert HaasRemove debugging code.
2015-01-27 Robert HaasTesting code and resulting bug fixes.
2015-01-27 Robert HaasAn attempt at making insertion work.
2015-01-27 Robert HaasTabify.
2015-01-27 Robert HaasStart of work on GC.
2015-01-27 Robert HaasMore initialization code.
2015-01-27 Robert HaasSupport dependency barriers.
2015-01-27 Robert HaasFirst attempt at CHashSearch.
2015-01-27 Robert HaasMore work on chash. Initialization theoretically works...
2015-01-27 Robert HaasStart of work on chash.
2015-01-26 Tom LaneAdd a note to PG_TRY's documentation about volatile...
2015-01-26 Tom LaneFix volatile-safety issue in dblink's materializeQueryR...
2015-01-26 Robert HaasRe-enable abbreviated keys on Windows.
2015-01-26 Tom LaneFix volatile-safety issue in pltcl_SPI_execute_plan().
2015-01-26 Tom LaneFix volatile-safety issue in asyncQueueReadAllNotificat...
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-26 Tom LaneClean up assorted issues in ALTER SYSTEM coding.
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-24 Tom LaneRemove no-longer-referenced src/port/gethostname.c.
2015-01-24 Alvaro HerreraFix assignment operator thinko
2015-01-23 Robert HaasFix typos, update README.
2015-01-23 Alvaro Herreravacuumdb: enable parallel mode
2015-01-23 Robert HaasDon't use abbreviated keys for the final merge pass.
2015-01-23 Robert HaasAdd an explicit cast to Size to hyperloglog.c
2015-01-22 Tom LanePrevent duplicate escape-string warnings when using...
2015-01-22 Peter EisentrautFix whitespace
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-22 Bruce Momjiandocs: update libpq's PQputCopyData and PQputCopyEnd
2015-01-22 Robert HaasRepair brain fade in commit b181a91981203f6ec9403115a29...
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2015-01-22 Robert HaasMore fixes for abbreviated keys infrastructure.
2015-01-22 Robert HaasHeavily refactor btsortsupport_worker.
2015-01-22 Alvaro Herrerareinit.h: Fix typo in identification comment
2015-01-21 Robert HaasDisable abbreviated keys on Windows.
2015-01-20 Bruce Momjiantools/ccsym: update for modern versions of gcc
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2015-01-20 Tom LaneIn pg_regress, remove the temporary installation upon...
2015-01-20 Tom LaneAdjust "pgstat wait timeout" message to be a translatab...
2015-01-19 Andres FreundFix various shortcomings of the new PrivateRefCount...
next