postgresql/src/include
Tom Lane 52b59a7bec Set attstattarget to -1 for all system catalog columns. All but a few
of the entries used to be zero, which I think I had deliberately done in
the name of saving cycles during ANALYZE, but it was really a rather
foolish decision.  Some of the more complex views in information_schema
were getting really bad plans for lack of statistics on the columns they
were joining over.

I'm not forcing an initdb for this, but I think there will be one soon
anyway to repair some bugs in the information_schema views.
2003-10-16 22:52:22 +00:00
..
access Fix bad interaction between NOTIFY processing and V3 extended query 2003-10-16 16:50:41 +00:00
bootstrap Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
catalog Set attstattarget to -1 for all system catalog columns. All but a few 2003-10-16 22:52:22 +00:00
commands During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using 2003-10-06 16:38:28 +00:00
executor Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 2003-09-05 23:07:21 +00:00
mb pgindent run. 2003-08-04 00:43:34 +00:00
nodes Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
port Move -D_GNU_SOURCE hack from port header to template, so that 2003-09-26 17:39:13 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
storage Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway 2003-10-10 03:58:57 +00:00
tcop Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
utils Fix pg_get_constraintdef() to ensure CHECK constraints are always shown 2003-10-04 18:22:59 +00:00
c.h Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 2003-10-14 19:08:00 +00:00
fmgr.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
funcapi.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
getaddrinfo.h Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST. 2003-08-14 18:32:55 +00:00
getopt_long.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Repair some REINDEX problems per recent discussions. The relcache is 2003-09-24 18:54:02 +00:00
pg_config_manual.h Arrange to align shared disk buffers on at least 32-byte boundaries, 2003-09-21 17:57:21 +00:00
pg_config.h.in autoconf/autoheader run. 2003-09-13 16:39:51 +00:00
pg_config.h.win32 Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
pgstat.h pgindent run. 2003-08-04 00:43:34 +00:00
port.h Attempt threading in this order: 2003-09-13 14:49:51 +00:00
postgres_ext.h Share PG_DIAG_* macros between client and server and use them internally. 2003-08-27 00:33:34 +00:00
postgres_fe.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
postgres.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
rusagestub.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00