postgresql/src/backend/storage
Tom Lane 61b22d3aab btree page recycling can be done as soon as page's next-xact label is
older than current Xmin; we don't have to wait till it's older than
GlobalXmin.
2003-02-23 23:20:52 +00:00
..
buffer This trivial patch removes the usage of some old statistics code that no 2003-02-13 05:35:11 +00:00
file Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
freespace First cut at recycling space in btree indexes. Still some rough edges 2003-02-23 06:17:13 +00:00
ipc btree page recycling can be done as soon as page's next-xact label is 2003-02-23 23:20:52 +00:00
large_object Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
lmgr Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 2003-02-19 23:41:15 +00:00
page Rewrite for-loop, because this is not the Obfuscated C Code Contest. 2003-01-11 05:01:03 +00:00
smgr Tweak mdnblocks() to avoid doing lseek() on segments that it has 2003-01-07 01:19:12 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00