postgresql/src/backend/utils
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having
hardwired lists of index names for each catalog, use the relcache's
mechanism for caching lists of OIDs of indexes of any table.  This
reduces the common case of updating system catalog indexes to a single
line, makes it much easier to add a new system index (in fact, you
can now do so on-the-fly if you want to), and as a nice side benefit
improves performance a little.  Per recent pghackers discussion.
2002-08-05 03:29:17 +00:00
..
adt Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
cache Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
error Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fmgr Here is a patch for the Table Function API. It fixes a bug found by Neil 2002-07-18 04:40:30 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
mb Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
misc Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 2002-07-31 17:19:54 +00:00
mmgr Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sort Update copyright to 2002. 2002-06-20 20:29:54 +00:00
time This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00