postgresql/src/backend
Alvaro Herrera 3ccde312ec Have autovacuum consider processing TOAST tables separately from their
main tables.

This requires vacuum() to accept processing a toast table standalone, so
there's a user-visible change in that it's now possible (for a superuser) to
execute "VACUUM pg_toast.pg_toast_XXX".
2008-08-13 00:07:50 +00:00
..
access Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
bootstrap Reduce the alignment requirement of type "name" from int to char, and arrange 2008-06-24 17:58:27 +00:00
catalog Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
commands Have autovacuum consider processing TOAST tables separately from their 2008-08-13 00:07:50 +00:00
executor Install checks in executor startup to ensure that the tuples produced by an 2008-08-08 17:01:11 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Rearrange the code in auth.c so that all functions for a single authentication 2008-08-01 11:41:12 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any 2008-08-07 19:35:02 +00:00
optimizer Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any 2008-08-07 19:35:02 +00:00
parser Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 2008-08-07 01:11:52 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Fix a couple of bugs in win32 shmem name generation: 2008-07-04 10:50:18 +00:00
postmaster Have autovacuum consider processing TOAST tables separately from their 2008-08-13 00:07:50 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
tcop Have autovacuum consider processing TOAST tables separately from their 2008-08-13 00:07:50 +00:00
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
utils Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
Makefile Add a few more DTrace probes to the backend. 2008-08-01 13:16:09 +00:00
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 2008-03-17 18:24:56 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00