2015-01-27 |
Robert Haas | Use chash for buftable stuff. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Fix #includes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Rearrange pointers so that the freelist pointers are... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Code cleanup. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Reorganize fields to match comments. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Refactor garbage collection logic into a separate subro... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Set hazard pointers correctly instead of wrong. Duh. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | De-obfuscate deletion code, maybe. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Code tightening. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Add memory barrier in single-node-reclaim case. Improv... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Get rid of CHashBucketCleanup; CHashBucketScan can... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Comment fixes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Track GC reclaims skipped in stats. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Wonky hack to print stats on every backend exit. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Rewrite statistics system. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Minor optimization of allocator. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | If we fail to allocate from a non-empty freelist, retry... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Add some missing stats counter bumps. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Increase maximum number of freelists from 16 to 64... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Bug fixes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Implement concurrent and collision tests for dynahash. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Fix ABA problem with inserts. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Get rid of chash_bucket hack in favor of using formal... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Code cleanup. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Better statistics stuff. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Minor code beautification. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Statistics code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Improve comments about gc_next. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Code rearrangement. Cosmetic only. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Another test case. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Fix another bug related to marked CHashPtrs. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Improve testing code to better diagnose concurrency... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Don't bogusly propagate delete-marks. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Add missing else. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Thinko: of course, invalid CHashPtrs can also be delete... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Concurrency test function for chash. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Stupid bug fix. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Separate dynahash insert, search, delete tests. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Separate chash insert, search, delete tests. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Test code for deletes, and associated bug fixes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Add cleanup scan logic. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Bug fixes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Unify scan code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Further simplifications. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Update comments. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Adapt code to use compare-and-swap. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | CHashAddToGarbage |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | First attempt at CHashDelete - slightly incomplete... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | More micro-optimization. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Fix stupid thinko. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Time inserts, searches. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Some micro-optimization and code beautification. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Show shared memory allocated for each hash table. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Improve dynahash test code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Beginnings of dynahash testing code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Avoid leaking nodes on a failed insert. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Better debugging code, another bug fix. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | More bug fixing. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | More debugging code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Remove debugging code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Testing code and resulting bug fixes. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | An attempt at making insertion work. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Tabify. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Start of work on GC. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | More initialization code. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Support dependency barriers. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | First attempt at CHashSearch. |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | More work on chash. Initialization theoretically works... |
commit | commitdiff | tree |
2015-01-27 |
Robert Haas | Start of work on chash. |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Add a note to PG_TRY's documentation about volatile... |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in dblink's materializeQueryR... |
commit | commitdiff | tree |
2015-01-26 |
Robert Haas | Re-enable abbreviated keys on Windows. |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in pltcl_SPI_execute_plan(). |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in asyncQueueReadAllNotificat... |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Further cleanup of ReorderBufferCommit(). |
commit | commitdiff | tree |
2015-01-26 |
Tom Lane | Clean up assorted issues in ALTER SYSTEM coding. |
commit | commitdiff | tree |
2015-01-24 |
Tom Lane | Clean up some mess in row-security patches. |
commit | commitdiff | tree |
2015-01-24 |
Tom Lane | Fix unsafe coding in ReorderBufferCommit(). |
commit | commitdiff | tree |
2015-01-24 |
Tom Lane | Replace a bunch more uses of strncpy() with safer coding. |
commit | commitdiff | tree |
2015-01-24 |
Tom Lane | Remove no-longer-referenced src/port/gethostname.c. |
commit | commitdiff | tree |
2015-01-24 |
Alvaro Herrera | Fix assignment operator thinko |
commit | commitdiff | tree |
2015-01-23 |
Robert Haas | Fix typos, update README. |
commit | commitdiff | tree |
2015-01-23 |
Alvaro Herrera | vacuumdb: enable parallel mode |
commit | commitdiff | tree |
2015-01-23 |
Robert Haas | Don't use abbreviated keys for the final merge pass. |
commit | commitdiff | tree |
2015-01-23 |
Robert Haas | Add an explicit cast to Size to hyperloglog.c |
commit | commitdiff | tree |
2015-01-22 |
Tom Lane | Prevent duplicate escape-string warnings when using... |
commit | commitdiff | tree |
2015-01-22 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2015-01-22 |
Alvaro Herrera | Tweak BRIN minmax operator class |
commit | commitdiff | tree |
2015-01-22 |
Bruce Momjian | docs: update libpq's PQputCopyData and PQputCopyEnd |
commit | commitdiff | tree |
2015-01-22 |
Robert Haas | Repair brain fade in commit b181a91981203f6ec9403115a29... |
commit | commitdiff | tree |
2015-01-22 |
Bruce Momjian | adjust ACL owners for REASSIGN and ALTER OWNER TO |
commit | commitdiff | tree |
2015-01-22 |
Robert Haas | More fixes for abbreviated keys infrastructure. |
commit | commitdiff | tree |
2015-01-22 |
Robert Haas | Heavily refactor btsortsupport_worker. |
commit | commitdiff | tree |
2015-01-22 |
Alvaro Herrera | reinit.h: Fix typo in identification comment |
commit | commitdiff | tree |
2015-01-21 |
Robert Haas | Disable abbreviated keys on Windows. |
commit | commitdiff | tree |
2015-01-20 |
Bruce Momjian | tools/ccsym: update for modern versions of gcc |
commit | commitdiff | tree |
2015-01-20 |
Robert Haas | Add strxfrm_l to list of functions where Windows adds... |
commit | commitdiff | tree |
2015-01-20 |
Tom Lane | In pg_regress, remove the temporary installation upon... |
commit | commitdiff | tree |
2015-01-20 |
Tom Lane | Adjust "pgstat wait timeout" message to be a translatab... |
commit | commitdiff | tree |
2015-01-19 |
Andres Freund | Fix various shortcomings of the new PrivateRefCount... |
commit | commitdiff | tree |
next |