2014-10-16 |
Andres Freund | Merge remote-tracking branch 'rhaas/chash2014' into... tmp |
commit | commitdiff | tree |
2014-10-16 |
Andres Freund | tmp |
commit | commitdiff | tree |
2014-10-14 |
Robert Haas | Oops. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Oops. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Use chash for buftable stuff. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Fix #includes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Rearrange pointers so that the freelist pointers are... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Code cleanup. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Reorganize fields to match comments. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Refactor garbage collection logic into a separate subro... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Set hazard pointers correctly instead of wrong. Duh. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | De-obfuscate deletion code, maybe. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Code tightening. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Add memory barrier in single-node-reclaim case. Improv... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Get rid of CHashBucketCleanup; CHashBucketScan can... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Comment fixes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Track GC reclaims skipped in stats. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Wonky hack to print stats on every backend exit. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Rewrite statistics system. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Minor optimization of allocator. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | If we fail to allocate from a non-empty freelist, retry... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Add some missing stats counter bumps. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Increase maximum number of freelists from 16 to 64... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Bug fixes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Implement concurrent and collision tests for dynahash. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Fix ABA problem with inserts. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Get rid of chash_bucket hack in favor of using formal... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Code cleanup. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Better statistics stuff. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Minor code beautification. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Statistics code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Improve comments about gc_next. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Code rearrangement. Cosmetic only. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Another test case. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Fix another bug related to marked CHashPtrs. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Improve testing code to better diagnose concurrency... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Don't bogusly propagate delete-marks. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Add missing else. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Thinko: of course, invalid CHashPtrs can also be delete... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Concurrency test function for chash. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Stupid bug fix. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Separate dynahash insert, search, delete tests. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Separate chash insert, search, delete tests. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Test code for deletes, and associated bug fixes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Add cleanup scan logic. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Bug fixes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Unify scan code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Further simplifications. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Update comments. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Adapt code to use compare-and-swap. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | CHashAddToGarbage |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | First attempt at CHashDelete - slightly incomplete... |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | More micro-optimization. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Fix stupid thinko. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Time inserts, searches. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Some micro-optimization and code beautification. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Show shared memory allocated for each hash table. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Improve dynahash test code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Beginnings of dynahash testing code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Avoid leaking nodes on a failed insert. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Better debugging code, another bug fix. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | More bug fixing. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | More debugging code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Remove debugging code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Testing code and resulting bug fixes. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | An attempt at making insertion work. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Tabify. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Start of work on GC. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | More initialization code. |
commit | commitdiff | tree |
2014-10-13 |
Robert Haas | Support dependency barriers. |
commit | commitdiff | tree |
2014-10-10 |
Andres Freund | WIP: lockless StrategyGetBuffer hotpath |
commit | commitdiff | tree |
2014-10-10 |
Andres Freund | Spelling and other comment improvements for the new... |
commit | commitdiff | tree |
2014-10-10 |
Andres Freund | Don't use a spinlock while manipulating a lwlock's... |
commit | commitdiff | tree |
2014-10-08 |
Andres Freund | Wait free LW_SHARED LWLock acquisition. |
commit | commitdiff | tree |
2014-10-08 |
Andres Freund | Convert the PGPROC->lwWaitLink list into a dlist instea... |
commit | commitdiff | tree |
2014-10-07 |
Alvaro Herrera | Implement SKIP LOCKED for row-level locks |
commit | commitdiff | tree |
2014-10-07 |
Robert Haas | Fix typo in elog message. |
commit | commitdiff | tree |
2014-10-07 |
Tom Lane | Fix array overrun in ecpg's version of ParseDateTime(). |
commit | commitdiff | tree |
2014-10-06 |
Stephen Frost | Clean up Create/DropReplicationSlot query buffer |
commit | commitdiff | tree |
2014-10-06 |
Andres Freund | Add support for managing physical replication slots... |
commit | commitdiff | tree |
2014-10-06 |
Andres Freund | Rename pg_recvlogical's --create/--drop to --create... |
commit | commitdiff | tree |
2014-10-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2014-10-05 |
Tom Lane | Update 9.4 release notes for commits through today. |
commit | commitdiff | tree |
2014-10-05 |
Robert Haas | Eliminate one background-worker-related flag variable. |
commit | commitdiff | tree |
2014-10-04 |
Tom Lane | Update time zone data files to tzdata release 2014h. |
commit | commitdiff | tree |
2014-10-03 |
Tom Lane | Update time zone abbreviations lists. |
commit | commitdiff | tree |
2014-10-03 |
Stephen Frost | Fix CreatePolicy, pg_dump -v; psql and doc updates |
commit | commitdiff | tree |
2014-10-03 |
Tom Lane | Fix bogus logic for zic -P option. |
commit | commitdiff | tree |
2014-10-03 |
Alvaro Herrera | Don't balance vacuum cost delay when per-table settings... |
commit | commitdiff | tree |
2014-10-03 |
Robert Haas | Fix typos in comments. |
commit | commitdiff | tree |
2014-10-03 |
Robert Haas | Still another typo fix for 0709b7ee72e4bc71ad07b7120acd... |
commit | commitdiff | tree |
2014-10-03 |
Heikki Linnakangas | Check for GiST index tuples that don't fit on a page. |
commit | commitdiff | tree |
2014-10-03 |
Heikki Linnakangas | Fix documentation for CREATE SEQUENCE IF NOT EXISTS. |
commit | commitdiff | tree |
2014-10-02 |
Robert Haas | Increase the number of buffer mapping partitions to... |
commit | commitdiff | tree |
2014-10-02 |
Andres Freund | Install all headers for the new atomics API. |
commit | commitdiff | tree |
2014-10-02 |
Heikki Linnakangas | Fix typo in error message. |
commit | commitdiff | tree |
2014-10-02 |
Heikki Linnakangas | Refactor pgbench log-writing code to a separate function. |
commit | commitdiff | tree |
2014-10-01 |
Tom Lane | Fix some more problems with nested append relations. |
commit | commitdiff | tree |
2014-10-01 |
Andres Freund | Refactor replication connection code of various pg_base... |
commit | commitdiff | tree |
2014-10-01 |
Andres Freund | pg_recvlogical.c code review. |
commit | commitdiff | tree |
next |