postgresql/src/include
Bruce Momjian 92288a1cf9 Change made to elog:
o  Change all current CVS messages of NOTICE to WARNING.  We were going
to do this just before 7.3 beta but it has to be done now, as you will
see below.

o Change current INFO messages that should be controlled by
client_min_messages to NOTICE.

o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc.
to always go to the client.

o Remove INFO from the client_min_messages options and add NOTICE.

Seems we do need three non-ERROR elog levels to handle the various
behaviors we need for these messages.

Regression passed.
2002-03-06 06:10:59 +00:00
..
access I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
bootstrap Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
catalog User and database-specific session defaults for run-time configuration 2002-03-01 22:45:19 +00:00
commands I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
executor Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
lib New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
libpq Further work on elog cleanup: fix some bogosities in elog's logic about 2002-03-04 01:46:04 +00:00
mb > Tatsuo Ishii wrote: 2002-03-05 05:52:50 +00:00
nodes I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
optimizer Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +00:00
parser Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
port libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 2002-01-22 19:02:40 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
tcop Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
utils Change made to elog: 2002-03-06 06:10:59 +00:00
c.h libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 2002-01-22 19:02:40 +00:00
fmgr.h I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Further work on elog cleanup: fix some bogosities in elog's logic about 2002-03-04 01:46:04 +00:00
pg_config.h.in Add note that BLCKSZ must be a power of 2. 2002-02-25 17:11:22 +00:00
pg_config.h.win32 libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 2002-01-22 19:02:40 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres_ext.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
postgres_fe.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rusagestub.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +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