index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-10-27
volatile-ize.
snaparray
Robert Haas
2011-10-15
Clean up ProcArrayEndTransaction().
Robert Haas
2011-10-15
Simplify ProcArrayRemove().
Robert Haas
2011-10-15
Remove another reference to latestCompletedXid.
Robert Haas
2011-10-14
Don't take ProcArrayLock when committing.
Robert Haas
2011-10-14
Rip out hppo stuff.
Robert Haas
2011-10-14
Another attempt to unbreak HOT.
Robert Haas
2011-10-14
Stuff. Need to rip out hppo crap.
Robert Haas
2011-10-14
Try to set takenDuringRecovery appropriately.
Robert Haas
2011-10-14
ifdef SNAPARRAY_DEBUG
Robert Haas
2011-10-14
More stupid bug fixes.
Robert Haas
2011-10-14
Bug fixes and additional assertions.
Robert Haas
2011-10-14
Remove some debugging code.
Robert Haas
2011-10-14
Minor doc fixes.
Robert Haas
2011-10-14
Be less tentative.
Robert Haas
2011-10-14
Unbreak XIDCACHE_DEBUG.
Robert Haas
2011-10-14
Rewrite GetOldestXmin().
Robert Haas
2011-10-14
Rewrite TransactionIdIsInProgress().
Robert Haas
2011-10-14
Rewrite caching mechanism.
Robert Haas
2011-10-14
TODO LIST:
Robert Haas
2011-10-14
Debugging code - rip me out.
Robert Haas
2011-10-14
Initial work on SnapArray implementation.
Robert Haas
2011-10-14
Dump all roles first, then all config settings on roles.
Robert Haas
2011-10-14
Avoid potential relcache leak in objectaddress.c.
Robert Haas
2011-10-13
Remove all "traces" of trace_userlocks, because userlocks were removed
Bruce Momjian
2011-10-13
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
Have pg_ctl return an exit status of 3 if the server is not running, to
Bruce Momjian
2011-10-12
Don't mark auto-generated types as extension members.
Tom Lane
2011-10-12
Modify RelationGetBufferForTuple() to use a typedef, rather than a
Bruce Momjian
2011-10-12
Modify pgindent to use a renamed pg_bsd_indent binary. New features
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-11
Add comment on why pulling data from a "name" index column can't crash.
Tom Lane
2011-10-11
Generate index-only scan tuple descriptor from the plan node's indextlist.
Tom Lane
2011-10-11
Improve entab's Makefile install entry.
Bruce Momjian
2011-10-11
Consider index-only scans even when there is no matching qual or ORDER BY.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
Replace hardcoded switch in object_exists() with a lookup table.
Robert Haas
2011-10-11
Repair breakage in VirtualXactLock.
Robert Haas
2011-10-10
Mark GUC external_pid_file's default as '' in postgresql.conf, rather
Bruce Momjian
2011-10-10
Attempt to reduce local dependencies in regression tests.
Robert Haas
2011-10-10
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-10
Revert accidental change to pg_config_manual.h.
Robert Haas
2011-10-09
Clean up a couple of box gist helper functions.
Heikki Linnakangas
2011-10-09
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
Prevent index-only scans in stats regression test.
Tom Lane
2011-10-08
Fix brain fade in cost estimation for index-only scans.
Tom Lane
2011-10-08
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
Heikki Linnakangas
2011-10-08
Fix typo.
Heikki Linnakangas
2011-10-08
Try to fix memory barriers on x86_64.
Robert Haas
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
[next]