users/andresfreund/postgres.git
2014-10-16 Andres FreundMerge remote-tracking branch 'rhaas/chash2014' into... tmp
2014-10-16 Andres Freundtmp
2014-10-14 Robert HaasOops.
2014-10-13 Robert HaasOops.
2014-10-13 Robert HaasUse chash for buftable stuff.
2014-10-13 Robert HaasFix #includes.
2014-10-13 Robert HaasRearrange pointers so that the freelist pointers are...
2014-10-13 Robert HaasCode cleanup.
2014-10-13 Robert HaasReorganize fields to match comments.
2014-10-13 Robert HaasRefactor garbage collection logic into a separate subro...
2014-10-13 Robert HaasSet hazard pointers correctly instead of wrong. Duh.
2014-10-13 Robert HaasDe-obfuscate deletion code, maybe.
2014-10-13 Robert HaasCode tightening.
2014-10-13 Robert HaasAdd memory barrier in single-node-reclaim case. Improv...
2014-10-13 Robert HaasGet rid of CHashBucketCleanup; CHashBucketScan can...
2014-10-13 Robert HaasComment fixes.
2014-10-13 Robert HaasTrack GC reclaims skipped in stats.
2014-10-13 Robert HaasWonky hack to print stats on every backend exit.
2014-10-13 Robert HaasRewrite statistics system.
2014-10-13 Robert HaasMinor optimization of allocator.
2014-10-13 Robert HaasIf we fail to allocate from a non-empty freelist, retry...
2014-10-13 Robert HaasAdd some missing stats counter bumps.
2014-10-13 Robert HaasIncrease maximum number of freelists from 16 to 64...
2014-10-13 Robert HaasBug fixes.
2014-10-13 Robert HaasImplement concurrent and collision tests for dynahash.
2014-10-13 Robert HaasFix ABA problem with inserts.
2014-10-13 Robert HaasGet rid of chash_bucket hack in favor of using formal...
2014-10-13 Robert HaasCode cleanup.
2014-10-13 Robert HaasBetter statistics stuff.
2014-10-13 Robert HaasMinor code beautification.
2014-10-13 Robert HaasStatistics code.
2014-10-13 Robert HaasImprove comments about gc_next.
2014-10-13 Robert HaasCode rearrangement. Cosmetic only.
2014-10-13 Robert HaasAnother test case.
2014-10-13 Robert HaasFix another bug related to marked CHashPtrs.
2014-10-13 Robert HaasImprove testing code to better diagnose concurrency...
2014-10-13 Robert HaasDon't bogusly propagate delete-marks.
2014-10-13 Robert HaasAdd missing else.
2014-10-13 Robert HaasThinko: of course, invalid CHashPtrs can also be delete...
2014-10-13 Robert HaasConcurrency test function for chash.
2014-10-13 Robert HaasStupid bug fix.
2014-10-13 Robert HaasSeparate dynahash insert, search, delete tests.
2014-10-13 Robert HaasSeparate chash insert, search, delete tests.
2014-10-13 Robert HaasTest code for deletes, and associated bug fixes.
2014-10-13 Robert HaasAdd cleanup scan logic.
2014-10-13 Robert HaasBug fixes.
2014-10-13 Robert HaasUnify scan code.
2014-10-13 Robert HaasFurther simplifications.
2014-10-13 Robert HaasUpdate comments.
2014-10-13 Robert HaasAdapt code to use compare-and-swap.
2014-10-13 Robert HaasCHashAddToGarbage
2014-10-13 Robert HaasFirst attempt at CHashDelete - slightly incomplete...
2014-10-13 Robert HaasMore micro-optimization.
2014-10-13 Robert HaasFix stupid thinko.
2014-10-13 Robert HaasTime inserts, searches.
2014-10-13 Robert HaasSome micro-optimization and code beautification.
2014-10-13 Robert HaasShow shared memory allocated for each hash table.
2014-10-13 Robert HaasImprove dynahash test code.
2014-10-13 Robert HaasBeginnings of dynahash testing code.
2014-10-13 Robert HaasAvoid leaking nodes on a failed insert.
2014-10-13 Robert HaasBetter debugging code, another bug fix.
2014-10-13 Robert HaasMore bug fixing.
2014-10-13 Robert HaasMore debugging code.
2014-10-13 Robert HaasRemove debugging code.
2014-10-13 Robert HaasTesting code and resulting bug fixes.
2014-10-13 Robert HaasAn attempt at making insertion work.
2014-10-13 Robert HaasTabify.
2014-10-13 Robert HaasStart of work on GC.
2014-10-13 Robert HaasMore initialization code.
2014-10-13 Robert HaasSupport dependency barriers.
2014-10-10 Andres FreundWIP: lockless StrategyGetBuffer hotpath
2014-10-10 Andres FreundSpelling and other comment improvements for the new...
2014-10-10 Andres FreundDon't use a spinlock while manipulating a lwlock's...
2014-10-08 Andres FreundWait free LW_SHARED LWLock acquisition.
2014-10-08 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-10-07 Robert HaasFix typo in elog message.
2014-10-07 Tom LaneFix array overrun in ecpg's version of ParseDateTime().
2014-10-06 Stephen FrostClean up Create/DropReplicationSlot query buffer
2014-10-06 Andres FreundAdd support for managing physical replication slots...
2014-10-06 Andres FreundRename pg_recvlogical's --create/--drop to --create...
2014-10-06 Peter EisentrautTranslation updates
2014-10-05 Tom LaneUpdate 9.4 release notes for commits through today.
2014-10-05 Robert HaasEliminate one background-worker-related flag variable.
2014-10-04 Tom LaneUpdate time zone data files to tzdata release 2014h.
2014-10-03 Tom LaneUpdate time zone abbreviations lists.
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-10-03 Tom LaneFix bogus logic for zic -P option.
2014-10-03 Alvaro HerreraDon't balance vacuum cost delay when per-table settings...
2014-10-03 Robert HaasFix typos in comments.
2014-10-03 Robert HaasStill another typo fix for 0709b7ee72e4bc71ad07b7120acd...
2014-10-03 Heikki LinnakangasCheck for GiST index tuples that don't fit on a page.
2014-10-03 Heikki LinnakangasFix documentation for CREATE SEQUENCE IF NOT EXISTS.
2014-10-02 Robert HaasIncrease the number of buffer mapping partitions to...
2014-10-02 Andres FreundInstall all headers for the new atomics API.
2014-10-02 Heikki LinnakangasFix typo in error message.
2014-10-02 Heikki LinnakangasRefactor pgbench log-writing code to a separate function.
2014-10-01 Tom LaneFix some more problems with nested append relations.
2014-10-01 Andres FreundRefactor replication connection code of various pg_base...
2014-10-01 Andres Freundpg_recvlogical.c code review.
next