projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2014-04-29
Robert Haas
Cache the results of the last sb_find_leaf operation.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Avoid referencing memory we've already freed.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Finish up sb_free.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Teach sb_free to unlink spans and return their storage...
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Reset allocator after use.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Fix bug.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Fix a bug.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Fix erroneous use of fpm_base rather than base.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Correct completely bogus Assert.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Add an Assert.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2014-04-29
Robert Haas
test_sballoc: make a big linked list, then free it...
commit
|
commitdiff
|
tree
2014-04-15
Robert Haas
Sketch out sb_free.
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
test_sballoc: show palloc stats, and delete context...
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
add some stats on memory consumption
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
fix contiguous freespace reporting for previous patch
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
improve FreePageManager
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
further test_sballoc temporary changes
commit
|
commitdiff
|
tree
2014-04-11
Robert Haas
Refactoring to streamline the common case.
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
Remove sb_try_to_steal_superblock.
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
sb_region: Improve private freelist management.
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
nused->nallocatable. this avoids computing nmax for...
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
Push obsize/nmax computation down.
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
temporary hack for test_sballoc
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
Remove num_size_classes. For now, at least, it's a...
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
Remove support for N heaps per size class.
commit
|
commitdiff
|
tree
2014-04-10
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-04-09
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-04-09
Robert Haas
Fix compiler warnings.
commit
|
commitdiff
|
tree
2014-03-28
Robert Haas
Add debugging code, fix bugs.
commit
|
commitdiff
|
tree
2014-03-26
Robert Haas
test_sballoc improvements.
commit
|
commitdiff
|
tree
2014-03-26
Robert Haas
sb_reset_allocator
commit
|
commitdiff
|
tree
2014-03-26
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-03-26
Robert Haas
test_sballoc: comparison testing vs. palloc
commit
|
commitdiff
|
tree
2014-03-26
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-03-25
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-03-25
Robert Haas
Fix bug in test_sballoc.
commit
|
commitdiff
|
tree
2014-03-25
Robert Haas
Oops.
commit
|
commitdiff
|
tree
2014-03-25
Robert Haas
Fix bug.
commit
|
commitdiff
|
tree
2014-03-25
Robert Haas
test_sballoc
commit
|
commitdiff
|
tree
2014-03-24
Robert Haas
last bits of sb_alloc_from_heap
commit
|
commitdiff
|
tree
2014-03-24
Robert Haas
fill in more of sb_alloc_from_heap
commit
|
commitdiff
|
tree
2014-03-22
Robert Haas
rough sketch of sb_alloc_from_heap
commit
|
commitdiff
|
tree
2014-03-21
Robert Haas
more of sb_alloc, still missing some guts
commit
|
commitdiff
|
tree
2014-03-21
Robert Haas
sb_alloc, less guts.
commit
|
commitdiff
|
tree
2014-03-21
Robert Haas
sb_create_private_allocator
commit
|
commitdiff
|
tree
2014-03-20
Robert Haas
sb_private_region_for_allocator, part two.
commit
|
commitdiff
|
tree
2014-03-19
Robert Haas
Add private flag to sb_allocator.
commit
|
commitdiff
|
tree
2014-03-19
Robert Haas
sb_private_region_for_allocator, part one.
commit
|
commitdiff
|
tree
2014-03-19
Robert Haas
sb_report_contiguous_freespace
commit
|
commitdiff
|
tree
2014-03-12
Robert Haas
Add FreePageManagerInquireLargest.
commit
|
commitdiff
|
tree
2014-03-12
Robert Haas
sb_region_lookup
commit
|
commitdiff
|
tree
2014-03-11
Robert Haas
Stub out sb_alloc/sb_region.
commit
|
commitdiff
|
tree
2014-03-11
Robert Haas
sb_map: Fix typo.
commit
|
commitdiff
|
tree
2014-03-11
Robert Haas
sb_map
commit
|
commitdiff
|
tree
2014-03-11
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2014-02-28
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-02-27
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-27
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-26
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-21
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
Fix bugs.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
test_freepage fixes.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
test_freepage harness.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-20
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-19
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-19
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-19
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-19
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-19
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-17
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-16
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-14
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-13
Robert Haas
More hacking.
commit
|
commitdiff
|
tree
2014-02-12
Robert Haas
Beginnings of new free page manager.
commit
|
commitdiff
|
tree
2014-07-02
Fujii Masao
Prevent psql from issuing BEGIN before ALTER SYSTEM...
commit
|
commitdiff
|
tree
2014-07-02
Tom Lane
Allow CREATE/ALTER DATABASE to manipulate datistemplate...
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Refactor CREATE/ALTER DATABASE syntax so options need...
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Remove some useless code in the configure script.
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Improve handling of OOM score adjustment in sample...
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Fix inadequately-sized output buffer in contrib/unaccent.
commit
|
commitdiff
|
tree
2014-07-01
Robert Haas
Avoid copying index tuples when building an index.
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Issue a WARNING about invalid rule file format in contr...
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Allow multi-character source strings in contrib/unaccent.
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Allow empty replacement strings in contrib/unaccent.
commit
|
commitdiff
|
tree
2014-06-30
Bruce Momjian
pg_upgrade: update C comments about pg_dumpall
commit
|
commitdiff
|
tree
2014-06-30
Noah Misch
Don't prematurely free the BufferAccessStrategy in...
commit
|
commitdiff
|
tree
2014-06-30
Andres Freund
Fix typos in the cluster_name commit.
commit
|
commitdiff
|
tree
2014-06-30
Andres Freund
Check interrupts during logical decoding more frequently.
commit
|
commitdiff
|
tree
2014-06-30
Heikki Linnakangas
Fix and enhance the assertion of no palloc's in a criti...
commit
|
commitdiff
|
tree
2014-06-29
Tom Lane
Remove use_json_as_text options from json_to_record...
commit
|
commitdiff
|
tree
2014-06-29
Andres Freund
Add cluster_name GUC which is included in process title...
commit
|
commitdiff
|
tree
2014-06-28
Andres Freund
Remove Alpha and Tru64 support.
commit
|
commitdiff
|
tree
2014-06-28
Tom Lane
Allow pushdown of WHERE quals into subqueries with...
commit
|
commitdiff
|
tree
next