postgresql/src/backend/utils
Tom Lane ce7565ab91 Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
attstattarget to indicate 'use the default'.  The default is now a GUC
variable default_statistics_target, and so may be changed on the fly.  Along
the way we gain the ability to have pg_dump dump the per-column statistics
target when it's not the default.  Patch by Neil Conway, with some kibitzing
from Tom Lane.
2002-07-31 17:19:54 +00:00
..
adt Rename pid function to backend_pid(). 2002-07-31 01:49:13 +00:00
cache Implement DROP CONVERSION 2002-07-25 10:07:13 +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