summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-27volatile-ize.snaparrayRobert Haas
2011-10-15Clean up ProcArrayEndTransaction().Robert Haas
2011-10-15Simplify ProcArrayRemove().Robert Haas
2011-10-15Remove another reference to latestCompletedXid.Robert Haas
2011-10-14Don't take ProcArrayLock when committing.Robert Haas
2011-10-14Rip out hppo stuff.Robert Haas
2011-10-14Another attempt to unbreak HOT.Robert Haas
2011-10-14Stuff. Need to rip out hppo crap.Robert Haas
2011-10-14Try to set takenDuringRecovery appropriately.Robert Haas
2011-10-14ifdef SNAPARRAY_DEBUGRobert Haas
2011-10-14More stupid bug fixes.Robert Haas
2011-10-14Bug fixes and additional assertions.Robert Haas
2011-10-14Remove some debugging code.Robert Haas
2011-10-14Minor doc fixes.Robert Haas
2011-10-14Be less tentative.Robert Haas
2011-10-14Unbreak XIDCACHE_DEBUG.Robert Haas
2011-10-14Rewrite GetOldestXmin().Robert Haas
2011-10-14Rewrite TransactionIdIsInProgress().Robert Haas
2011-10-14Rewrite caching mechanism.Robert Haas
2011-10-14TODO LIST:Robert Haas
2011-10-14Debugging code - rip me out.Robert Haas
2011-10-14Initial work on SnapArray implementation.Robert Haas
2011-10-14Dump all roles first, then all config settings on roles.Robert Haas
2011-10-14Avoid potential relcache leak in objectaddress.c.Robert Haas
2011-10-13Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian
2011-10-13Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-12Don't mark auto-generated types as extension members.Tom Lane
2011-10-12Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian
2011-10-12Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-11Add comment on why pulling data from a "name" index column can't crash.Tom Lane
2011-10-11Generate index-only scan tuple descriptor from the plan node's indextlist.Tom Lane
2011-10-11Improve entab's Makefile install entry.Bruce Momjian
2011-10-11Consider index-only scans even when there is no matching qual or ORDER BY.Tom Lane
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
2011-10-11Replace hardcoded switch in object_exists() with a lookup table.Robert Haas
2011-10-11Repair breakage in VirtualXactLock.Robert Haas
2011-10-10Mark GUC external_pid_file's default as '' in postgresql.conf, ratherBruce Momjian
2011-10-10Attempt to reduce local dependencies in regression tests.Robert Haas
2011-10-10Fix ALTER TABLE ONLY .. DROP CONSTRAINT.Robert Haas
2011-10-10Revert accidental change to pg_config_manual.h.Robert Haas
2011-10-09Clean up a couple of box gist helper functions.Heikki Linnakangas
2011-10-09Improve index-only scans to avoid repeated access to the index page.Tom Lane
2011-10-09Prevent index-only scans in stats regression test.Tom Lane
2011-10-08Fix brain fade in cost estimation for index-only scans.Tom Lane
2011-10-08Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas
2011-10-08Fix typo.Heikki Linnakangas
2011-10-08Try to fix memory barriers on x86_64.Robert Haas
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane