Index: src/backend/access/transam/slru.c
===================================================================
RCS file: /cvsroot/pgsql/src/backend/access/transam/slru.c,v
retrieving revision 1.23
diff -c -c -r1.23 slru.c
*** src/backend/access/transam/slru.c	31 Dec 2004 21:59:29 -0000	1.23
--- src/backend/access/transam/slru.c	12 Feb 2005 23:41:53 -0000
***************
*** 944,950 ****
  				if (doDeletions)
  				{
  					snprintf(path, MAXPGPATH, "%s/%s", ctl->Dir, clde->d_name);
! 					ereport(DEBUG1,
  							(errmsg("removing file \"%s\"", path)));
  					unlink(path);
  				}
--- 944,950 ----
  				if (doDeletions)
  				{
  					snprintf(path, MAXPGPATH, "%s/%s", ctl->Dir, clde->d_name);
! 					ereport(DEBUG2,
  							(errmsg("removing file \"%s\"", path)));
  					unlink(path);
  				}
Index: src/backend/access/transam/xlog.c
===================================================================
RCS file: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v
retrieving revision 1.180
diff -c -c -r1.180 xlog.c
*** src/backend/access/transam/xlog.c	31 Dec 2004 21:59:30 -0000	1.180
--- src/backend/access/transam/xlog.c	12 Feb 2005 23:41:57 -0000
***************
*** 2065,2071 ****
  	 * restore, or because the administrator has specified the restore
  	 * program incorrectly.  We have to assume the former.
  	 */
! 	ereport(DEBUG1,
  		 (errmsg("could not restore file \"%s\" from archive: return code %d",
  				 xlogfname, rc)));
  
--- 2065,2071 ----
  	 * restore, or because the administrator has specified the restore
  	 * program incorrectly.  We have to assume the former.
  	 */
! 	ereport(DEBUG2,
  		 (errmsg("could not restore file \"%s\" from archive: return code %d",
  				 xlogfname, rc)));
  
***************
*** 4893,4899 ****
  	END_CRIT_SECTION();
  
  	if (!shutdown)
! 		ereport(DEBUG1,
  				(errmsg("checkpoint starting")));
  
  	CheckPointCLOG();
--- 4893,4899 ----
  	END_CRIT_SECTION();
  
  	if (!shutdown)
! 		ereport(DEBUG2,
  				(errmsg("checkpoint starting")));
  
  	CheckPointCLOG();
***************
*** 4994,5000 ****
  		TruncateSUBTRANS(GetOldestXmin(true));
  
  	if (!shutdown)
! 		ereport(DEBUG1,
  				(errmsg("checkpoint complete; %d transaction log file(s) added, %d removed, %d recycled",
  						nsegsadded, nsegsremoved, nsegsrecycled)));
  
--- 4994,5000 ----
  		TruncateSUBTRANS(GetOldestXmin(true));
  
  	if (!shutdown)
! 		ereport(DEBUG2,
  				(errmsg("checkpoint complete; %d transaction log file(s) added, %d removed, %d recycled",
  						nsegsadded, nsegsremoved, nsegsrecycled)));
  
Index: src/backend/libpq/hba.c
===================================================================
RCS file: /cvsroot/pgsql/src/backend/libpq/hba.c,v
retrieving revision 1.136
diff -c -c -r1.136 hba.c
*** src/backend/libpq/hba.c	31 Dec 2004 21:59:50 -0000	1.136
--- src/backend/libpq/hba.c	12 Feb 2005 23:41:58 -0000
***************
*** 1640,1646 ****
  			return STATUS_ERROR;
  	}
  
! 	ereport(DEBUG1,
  			(errmsg("Ident protocol identifies remote user as \"%s\"",
  					ident_user)));
  
--- 1640,1646 ----
  			return STATUS_ERROR;
  	}
  
! 	ereport(DEBUG2,
  			(errmsg("Ident protocol identifies remote user as \"%s\"",
  					ident_user)));
  
